Opened 13 years ago
Last modified 13 years ago
#9464 closed Bug
[Opera] Selection stops updating after incorrect blur — at Initial Version
Reported by: | Piotrek Koszuliński | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0 |
Component: | Core : Selection | Version: | 4.0 |
Keywords: | Opera | Cc: | Hallvord R. M. Steen (Opera Software) |
Description
- 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.
- Click on normal and bolded text - selection path isn't updating any more and selectionChange isn't thrown.
Note: In #9459 I was able to fix 5. - there's no blur on editor (however I don't what's happening with focus), but 6. still occurs.