Changes between Initial Version and Version 2 of Ticket #16728
- Timestamp:
- Dec 7, 2016, 12:13:04 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16728
-
Property
Status
changed from
new
toconfirmed
-
Property
Status
changed from
-
Ticket #16728 – Description
initial v2 1 1. With IE in Quirks Mode open an editor with copy formatting, e.g. simply [http://ckeditor.dev/samples/ samples page]. 2 3 **Expected:** 4 5 Editor gets loaded. 6 7 **Actual:** 8 9 An exception is thrown `Object doesn't support this property or method`. 10 11 ------- 12 1 13 The problem is caused by [https://github.com/ckeditor/ckeditor-dev/blob/master/plugins/copyformatting/plugin.js#L1053 this line]. Simply there's no underlying querySelectorAll method in QM. 2 14