Changes between Initial Version and Version 4 of Ticket #9464
- Timestamp:
- Oct 18, 2012, 11:48:14 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9464
-
Property
Status
changed from
new
toassigned
-
Property
Component
changed from
General
toCore : Selection
-
Property
Summary
changed from
[Opera] Selection stops updating after incorrect blur
to[Opera&Framed] Selection stops updating after incorrect blur
- Property Owner set to Piotrek Koszuliński
- Property Keywords Opera added
-
Property
Status
changed from
-
Ticket #9464 – Description
initial v4 6 6 * click on the link inside editor, 7 7 * apply font-size to selected text. 8 5. See that blur was logged.9 6. Click on normal and bolded text - selection path isn't updating any more and selectionChange isn't thrown.8 5. --See that blur was logged-- (not any more happening after #9459 is closed). 9 6. Click on normal and bolded text and observe selection path logged on console. 10 10 11 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. 11 * Expected: selection path is updated correctly - when selection starts in bolded text it contains 3 elements and in normal 2 elements. 12 * 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.