Opened 17 years ago
Closed 17 years ago
#2126 closed Bug (fixed)
[IE] Dialogs break toolbar button states
Reported by: | Mark Bryson | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.1 |
Component: | General | Version: | FCKeditor 2.6 |
Keywords: | Confirmed IE Review+ | Cc: |
Description
State of the cut/copy buttons doesn't work properly after a positive response (OK button) to a dialog. It can be corrected by invoking a dialog and then pressing 'Cancel'. State can also be temporarily corrected by right clicking along with the proper states of the context menu, but still won't continue to work properly until canceling a dialog.
This was not a problem with 2.6 beta (build 18219).
Problem noted with IE7. Not a problem with FF 2.0.0.13.
Attachments (1)
Change History (8)
comment:1 Changed 17 years ago by
Keywords: | Confirmed IE added |
---|---|
Milestone: | FCKeditor 2.6.1 |
Summary: | Dialogs break cut/copy button states → [IE] Dialogs break cut/copy button states |
Version: | SVN → FCKeditor 2.6 |
comment:2 Changed 17 years ago by
Milestone: | → FCKeditor 2.6.1 |
---|
#2165 has been marked as dup.
The bug affects all the toolbar buttons, the Selection Change event doesn't seems to be fired.
comment:3 Changed 17 years ago by
Summary: | [IE] Dialogs break cut/copy button states → [IE] Dialogs break toolbar button states |
---|
This is a regression of [1818]. http://rev.fckeditor.net/fckeditor/trunk/1812/_samples/ works fine but http://rev.fckeditor.net/fckeditor/trunk/1818/_samples/ fails.
comment:4 Changed 17 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
comment:5 Changed 17 years ago by
Another regression of [1818] is explained in http://dev.fckeditor.net/ticket/2125#comment:4 Now the selection isn't properly restored unless the dialog is focused.
Changed 17 years ago by
Attachment: | 2126.patch added |
---|
comment:6 Changed 17 years ago by
Keywords: | Review? added |
---|
comment:7 Changed 17 years ago by
Keywords: | Review+ added; Review? removed |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed with [1971].
Click here for more info about our SVN system.
(the Review+ was from Fred in the IRC channel)
Confirmed using FCKeditor 2.6 and the current SVN version. Browsers affected: IE6 and IE7. Works OK with FF2.
Minimum steps to reproduce:
1. Insert a table
2. Write some text any ware in the editor
3. Highlight the text
The Cut and Copy buttons are disabled.