[Webkit-unassigned] [Bug 173409] Selection direction is lost after applying a style change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 16 16:54:24 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=173409

--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org> ---
I can't reproduce this at all. When I open the test case in Safari 10.1 or STP32, I see:

Before:
anchorOffset = 10
focusOffset = 5
After:
anchorOffset = 5
focusOffset = 0

Also, looking at offsets like this is red-herring since anchorNode/focusNode may have changed. Just offset 0 of one node may appear before offset 5 of another node for example.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170616/de3f49e2/attachment.html>


More information about the webkit-unassigned mailing list