[Opera&Framed] Selection stops updating after incorrect blur
— at Version 5
- Open attached sample and open console (on Opera ctrl+shift+i).
- Click on the plain text inside editor, see that focus and selectionChange were logged and the selection path is *body,p*.
- Click on the bolded text, see that selectionChange was logged and selection path is *body,p,b*.
- Do one of:
- click below the text (on html element),
- click on the link inside editor,
- apply font-size to selected text.
- See that blur was logged (not any more happening after #9459 is closed).
- 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)
Component: |
General →
Core : Selection
|
Keywords: |
Opera added
|
Status: |
new →
confirmed
|
Owner: |
set to Piotrek Koszuliński
|
Status: |
confirmed →
assigned
|
Description: |
modified (diff)
|
Summary: |
[Opera] Selection stops updating after incorrect blur →
[Opera&Framed] Selection stops updating after incorrect blur
|
Description: |
modified (diff)
|