Ticket #2126 (closed Bug: fixed)
[IE] Dialogs break toolbar button states
| Reported by: | MarkWB | Owned by: | martinkou |
|---|---|---|---|
| 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
Change History
comment:1 Changed 5 years ago by w.olchawa
- Keywords Confirmed IE added
- Milestone FCKeditor 2.6.1 deleted
- Version changed from SVN to FCKeditor 2.6
- Summary changed from Dialogs break cut/copy button states to [IE] Dialogs break cut/copy button states
comment:2 Changed 5 years ago by alfonsoml
- Milestone set to 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 5 years ago by alfonsoml
- Summary changed from [IE] Dialogs break cut/copy button states to [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 5 years ago by martinkou
- Status changed from new to assigned
- Owner set to martinkou
comment:5 Changed 5 years ago by alfonsoml
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.
comment:7 Changed 5 years ago by martinkou
- Keywords Review+ added; Review? removed
- Status changed from assigned to closed
- Resolution set to fixed
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.