Opened 12 years ago

Last modified 12 years ago

#9046 confirmed Bug

IE9: linking a word doesn't work right when line ends with BR.

Reported by: Jakub Ś Owned by:
Priority: Normal Milestone:
Component: Core : Selection Version: 3.5.1
Keywords: IE9 Cc:

Description

  1. Paste in the below code in Source mode
    <p>
    	test a test testing<br />
    	test a test2, testing a test<br />
    	another test line<br />
    	one more test line</p>
    
  2. Switch to source and use tab to get focus in content area.
  3. Using arrows go to second line
  4. Select word test2
  5. Click on Link button, enter URL and click OK button

Results: Notice that instead of test2 you get est2, linked. Selection was moved one letter to the right. The same thing will happen if you select whole line.

Reproducible only in IE9 from CKEditor 3.5.1

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Status: newconfirmed
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