OpenESignForms / openesignforms

Open eSignForms is the first open source SaaS web contracting platform
https://open.esignforms.com
107 stars 50 forks source link

CKEditor right-click in table cell - popup menu only appears briefly #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In the document editor, create a table.
2. Right click in a cell to bring up the cell/table menu.

What is the expected output? What do you see instead?

The menu appears, but then quickly disappears.

Original issue reported on code.google.com by yoz...@gmail.com on 23 Dec 2012 at 7:40

GoogleCodeExporter commented 9 years ago
Fixed this by removing the FOCUS/BLUR listeners that were enabling/disabling 
the SAVE button default ENTER key mode. Removed the default ENTER action for 
the SAVE button where an editor also appears.

Fixed in 12.12.15_p1223.

Original comment by yoz...@gmail.com on 24 Dec 2012 at 1:58