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:

  1. Switch to source and paste in the following code
    <center>
    	<p>
    		<b>HELLO World</b><br />
    		<br />
    		&nbsp;</p>
    </center>
    
  2. Switch to source
  3. 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"
  4. See that in IE8 and IE9 toolbar button "Bold" is IN MOST CASES not turned on
  5. Start typing

Result: text is written in bold.

Issue has been reproducible from CKEditor 3.0 in IE8 and IE9.

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy