Opened 10 years ago

Last modified 10 years ago

#11691 confirmed Bug

[IE8] Can not expand selection when caret is at the end of a inline element

Reported by: Marek Lewandowski Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: IE8 Cc:

Description

checked only on IE8, but this issue might be also present in other IE versions

  1. open any sample with CKEditor (i.e. samples/replacebyclass.html)
  2. using "Source" button set content to following markup:
    <p>aa bb<u> cc </u>dd ee</p>
    
  3. go back to wysiwyg mode
  4. place caret in following position aa bb cc |dd ee
  5. press ctrl + shift + right arrow

Expected result:
Selection should be expanded to contain dd string.

Current result:
Selection is not expanded.

additional info:

  1. i've tested it with bold, italic - they have the same issue too

Change History (1)

comment:1 Changed 10 years ago by Jakub Ś

Keywords: IE8 added
Status: newconfirmed
Version: 3.0

I see this problem is happening in native IE8 as well (other browsers work fine) but we could have this fixed in editor.

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