Opened 13 years ago
Last modified 13 years ago
#9097 closed Bug
Selection at the beginning of paragraphs is broken on IE9 and IE8 — at Version 6
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.5 |
Component: | General | Version: | 3.6.3 |
Keywords: | IE8 IE9 IBM | Cc: | monahant@…, satya_minnekanti@… |
Description (last modified by )
I have found it when checking #9093
To reproduce:
- Insert below code and switch to WYSIWYG
<p>aaa</p> <p>bbb</p> <p>ccc</p>
- Try to select 'bbb' but start your selection a little bit to the left of 'bbb' like shown in picture.
- Once bbb is selected press Enter key
Result: new line is inserted above 'aaa'
Alternative step 3:
- Once bbb is selected, press Link button and insert a link. Note that the link is inserted in the wrong place (at the end of contents).
The same thing happens with inline styles - they are added at the end of content. You can inspect it only with developer tools.
This issue has only been reproducible in IE8 and IE9 from CKEditor 3.6.3
Change History (7)
Changed 13 years ago by
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Summary: | Enter command is broken on IE9 and IE8 → Selection at the beginning of paragraphs is broken on IE9 and IE8 |
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Cc: | monahant@… added |
---|---|
Keywords: | IBM added |
Reproducible from rev. [7374]