ProseMirror / prosemirror-tables

Table module for ProseMirror
https://prosemirror-tables.netlify.app/
MIT License
259 stars 155 forks source link

Cannot click after tables with gapcursor in Firefox #224

Open laurenga opened 5 months ago

laurenga commented 5 months 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 (v125) 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.

laurenga commented 4 months ago

This issue may have been resolved with the changes for https://github.com/ProseMirror/prosemirror/issues/1466