Opened 10 years ago
Last modified 10 years ago
#11843 confirmed Bug
[IE8-11] selectionChange event outputs invalid element when Ie is in Compatibility mode.
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 Beta |
Keywords: | IE | Cc: |
Description
- Put attached api2.html sample into samples folder
- Open sample in IE browser
- This sample contains code for selectionChange:
selectionChange : function(evt){ var htmlElement = evt.data.selection.getStartElement(); console.log(htmlElement.getText()); }
- Set compatibility mode for current page e.g. Top Menu -> Tools -> "Compatibility View"
- Click on "Set Editor Contents" button
- Click on "Objective".
- IE will report
Main Title Objective
- Scroll Down and double-click on "Description". You may need to double-click few times.
- Editor will report:
Main Title Description
This doesn't happen in standard IE mode. Whenever you click on element, only its description gets reported.
Problem is reproducible in CKE 4.0 beta.
Attachments (2)
Change History (3)
Changed 10 years ago by
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|
Changed 10 years ago by
Attachment: | 2014-04-17_1603.swf added |
---|