Opened 13 years ago
Last modified 13 years ago
#8416 confirmed Bug
IE: toolbar buttons don't respect cursor location. — at Initial Version
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | IE8 IE9 | Cc: |
Description
This bug is related to #7796 where @fredck mentioned how browser sees element boundaries comment:4 and that current cursor location should be reflected by what the user sees on a toolbar comment:8.
To reproduce:
- Switch to source and paste in the following code
<center> <p> <b>HELLO World</b><br /> <br /> </p> </center>
- Switch to source
- Click to the right of the "Hello World" but on the same height of this line - so that the cursor appear right after "Hello World"
- See that in IE8 and IE9 toolbar button "Bold" is IN MOST CASES not turned on
- Start typing
Result: text is written in bold.
Issue has been reproducible from CKEditor 3.0 in IE8 and IE9.