#1559 closed Bug (fixed)
FF3: Color buttons are not closing previously opened panels
Reported by: | Frederico Caldeira Knabben | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.5 |
Component: | UI : Toolbar | Version: | SVN (FCKeditor) - Retired |
Keywords: | Firefox | Cc: |
Description
With Firefox 3 Beta 1, when opening any combo in the toolbar, and immediately clicking on one of the color buttons, the previous combo panel will remain opened. It will be blocked there until clicking inside of it.
Change History (4)
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 17 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Reopened because the fix breaks #1583. The fix in this ticket produces a highly critical bug which affects all non-IE browsers.
The cause of this bug is that FF3 is calling invoking FCKPanel_Window_OnBlur() in a different way compared to FF2/Safari/Opera - it does not guarantee that a focused element would fire the onblur event whenever the user clicks on something else.
comment:3 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed with [1129].
Click here for more info about our SVN system.
Fixed with [1111].