Opened 15 years ago

Closed 15 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)

3566.patch (1.3 KB) - added by Martin Kou 15 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 15 years ago by Martin Kou

Keywords: Confirmed added
Owner: set to Martin Kou
Status: newassigned

comment:2 Changed 15 years ago by Martin Kou

This is caused the the 'blur' event being fired by the previous child panel in FF2. Still finding a way to fix.

Changed 15 years ago by Martin Kou

Attachment: 3566.patch added

comment:3 Changed 15 years ago by Martin Kou

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:4 Changed 15 years ago by Artur Formella

Keywords: Review+ added; Review? removed

Tested in all browsers.

comment:5 Changed 15 years ago by Martin Kou

Fixed with [3600].

Click here for more info about our SVN system.

comment:6 Changed 15 years ago by Martin Kou

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy