Changes between Initial Version and Version 2 of Ticket #13332
- Timestamp:
- Nov 20, 2015, 8:48:54 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13332
-
Property
Status
changed from
new
toconfirmed
-
Property
Summary
changed from
IE: collapsed selection and inline style exchange wrapping inline element.
toIE: collapsed selection doesn't match styling.
-
Property
Status
changed from
-
Ticket #13332 – Description
initial v2 1 1 Problem can be reproduced from CKEditor 4.0 (works fine in 4.0 beta) in IE9-11. 2 2 3 **To reproduce :**[[BR]]3 **To reproduce for inline styles:**[[BR]] 4 4 1. Create a paragraph and enter text, say "This is plain text" 5 5 2. Select whole paragraph and apply Bold … … 7 7 **Result:** In IE, the inline style gets applied to whole paragraph even when text was not selected after clicking once. 8 8 9 NOTE: This issue has been reported on our support channel. User claims that the range.collapsed property returns false in IE whereas in e.g Chrome it returns true. 9 ---- 10 11 **To reproduce for block styles:**[[BR]] 12 1. Create 3 paragraphs of text 13 2. Select them all with a mouse and apply "Italic Title" from styles dropdown. 14 3. Click at the end of second element (behind it actually) 15 4. Apply "Special Container" style 16 **Result:** all paragraphs get styled while only should be changed. 17 18 **NOTE:** This issue has been reported on our support channel. User claims that the range.collapsed property returns false in IE whereas in e.g Chrome it returns true.