Opened 16 years ago
Closed 16 years ago
#3566 closed Bug (fixed)
Context menu disappears after displaying one submenu in FF2
Reported by: | Damian | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IBM Confirmed Review+ | Cc: |
Description
To reproduce:
Right click on a table cell
Hover over a menu item e.g. Row
Do not move the mouse until the sub-menu has displayed
Attempt to select another menu item e.g. Column
Result: the context menu disappears.
Expected: the context menu remains visible
Attachments (1)
Change History (7)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Martin Kou |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Changed 16 years ago by
Attachment: | 3566.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
The blur event was triggered in FF2 whenever the offsetParent's offsetWidth or offsetHeight is accessed in CKEDITOR.ui.floatPanel::showBlock(). So this should be a browser bug.
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This is caused the the 'blur' event being fired by the previous child panel in FF2. Still finding a way to fix.