Opened 13 years ago

Last modified 13 years ago

#9464 closed Bug

[Opera&Framed] Selection stops updating after incorrect blur — at Version 5

Reported by: Piotrek Koszuliński Owned by: Piotrek Koszuliński
Priority: Normal Milestone: CKEditor 4.0
Component: Core : Selection Version: 4.0
Keywords: Opera Cc: Hallvord R. M. Steen (Opera Software)

Description (last modified by Piotrek Koszuliński)

  1. Open attached sample and open console (on Opera ctrl+shift+i).
  2. Click on the plain text inside editor, see that focus and selectionChange were logged and the selection path is *body,p*.
  3. Click on the bolded text, see that selectionChange was logged and selection path is *body,p,b*.
  4. Do one of:
    • click below the text (on html element),
    • click on the link inside editor,
    • apply font-size to selected text.
  5. See that blur was logged (not any more happening after #9459 is closed).
  6. Click on normal and bolded text and observe selection path logged on console.
  • Expected: selection path is updated correctly - when selection starts in bolded text it contains 3 elements and in normal 2 elements.
  • Actual: after step 4. selection stops being updated - regardless of the place it's equal to the selection before step 4. and selectionChange event isn't thrown any more.

Change History (6)

Changed 13 years ago by Piotrek Koszuliński

Attachment: operasel.html added

comment:1 Changed 13 years ago by Piotrek Koszuliński

Component: GeneralCore : Selection

comment:2 Changed 13 years ago by Garry Yao

Keywords: Opera added
Status: newconfirmed

comment:3 Changed 13 years ago by Piotrek Koszuliński

Owner: set to Piotrek Koszuliński
Status: confirmedassigned

comment:4 Changed 13 years ago by Piotrek Koszuliński

Description: modified (diff)
Summary: [Opera] Selection stops updating after incorrect blur[Opera&Framed] Selection stops updating after incorrect blur

comment:5 Changed 13 years ago by Piotrek Koszuliński

Description: modified (diff)
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