Opened 10 years ago
Closed 10 years ago
#12850 closed Bug (fixed)
[IE QM] Error is thrown after focusing editor
Reported by: | Piotrek Koszuliński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.7 |
Component: | General | Version: | 4.4.6 |
Keywords: | Cc: |
Description
- Remove Doctype from one of the samples.
- Open it in IE9.
- Click in the editor.
- Error is thrown
Change History (4)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 10 years ago by
Owner: | set to Piotrek Koszuliński |
---|---|
Status: | confirmed → review |
comment:3 Changed 10 years ago by
Actually, we should use a different check than using CKEDITOR.env
, because we can sniff whether document supports old or new selection, but it's too late in the testing phase to make such change.
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Fixed on master with git:fb00b8a.
Pushed branch:t/12850.
Unfortunately I haven't found a way to stop Bender adding a doctype so I couldn't write a manual test.
While reviewing check FF QM, IE8 QM and IE9 QM with the following scenario:
Error should not be thrown.