ProseMirror / prosemirror

The ProseMirror WYSIWYM editor
http://prosemirror.net/
MIT License
7.53k stars 334 forks source link

Cannot click after tables with gapcursor in Firefox #1466

Closed laurenga closed 1 month ago

laurenga commented 1 month ago

Found when using the demo at https://prosemirror-tables.netlify.app/

I removed the extra text in the example so that the table is the only thing. In Chrome, I find I can see the gapcursor when clicking above / below the table.

In Firefox (v126) the gapcursor never shows when using my mouse to click above / below the table. The only way I can access the area is by using the keyboard to navigate.

marijnh commented 1 month ago

I think attached patch should help with this.

laurenga commented 1 month ago

Thank you!