Opened 9 years ago
Closed 9 years ago
#6703 closed Bug (fixed)
Dialog hide - does not fire focus on editor in IE 7, IE8
Reported by: | Brett | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.1 |
Component: | General | Version: | 3.4.2 |
Keywords: | IE | Cc: |
Description
The attached file is the _samples/api.html with a minor modification.
I have added an on focus event to the editor instance to alert("Focussed").
Steps to reproduce the bug are
- Place the cursor in the editor instance.
- Click "Ok" on the alert that is shown
- Click on the "Link"
- Click "Cancel" on the dialog window that shows
In firefox, the alert is triggered again, but in IE7 and IE8 it is not.
Attachments (2)
Change History (6)
Changed 9 years ago by
Attachment: | api-changed.html added |
---|
Changed 9 years ago by
Attachment: | 6703.patch added |
---|
comment:1 Changed 9 years ago by
Keywords: | IE added |
---|---|
Milestone: | → CKEditor 3.5.1 |
Status: | new → confirmed |
Though the bug itself doesn't have impact on WYSIWYG, while focus is not correctly exposed at editor API level.
comment:2 Changed 9 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | confirmed → review |
comment:3 Changed 9 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6306].
File to recreate bug.