Opened 17 years ago
Closed 17 years ago
#2165 closed Bug (duplicate)
IE: Dropdown lists and buttons are not refreshed in IE after any change issued from a floating dialog
Reported by: | Hervé BLONDEAU | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Dialogs | Version: | FCKeditor 2.6 RC |
Keywords: | Cc: |
Description
DESCRIPTION
All buttons and dropdown lists stop being updated after applying any change that involves a floating dialog.
This occurs in FCKEditor versions 2.6RC and 2.6 (2.6Beta is ok), and using IE7 (I have not tried with earlier versions).
HOW TO REPRODUCE
Extremely fast and easy:
- Using IE7, go to the demo page at http://www.fckeditor.net/demo
- Apply one or two styles and/or formats (or anything that has an automatically updated state, such as font, size, B/U/I etc.)
- Insert a smiley anywhere (or apply any other change that requires using a floating dialog)
And that's it. Now, no matter where you click, all buttons and dropdown lists stay in the same state.
RANDOM COMMENTS
- Concerning the dropdown lists, the RefreshActiveItems() method is not even called anymore.
- This does not seem to be triggered by the call to EnsureElements(). Indeed I tried with a test plugin and the problem occurs regardless of whether EnsureElements is called or not.
OS
Windows XP Home Edition SP2.
Thank you!
dup of #2126