RESOLVED FIXED Bug 82177
Triggers assertion if dragging from outside of <meter> in a shadow tree to inside of it
https://bugs.webkit.org/show_bug.cgi?id=82177
Summary Triggers assertion if dragging from outside of <meter> in a shadow tree to in...
Shinya Kawanaka
Reported 2012-03-26 02:16:35 PDT
Attached the repro. VisibleSelection::adjustSelectionToAvoidCrossingShadowBoundaries seems wrong. Since there is no last position in <meter>, we cannot take lastPositionInNode(<meter>). Maybe we should use lastPositionInOrAfterNode() instead.
Attachments
Repro (1005 bytes, text/html)
2012-03-26 02:24 PDT, Shinya Kawanaka
no flags
Patch (4.83 KB, patch)
2012-03-26 02:38 PDT, Shinya Kawanaka
dglazkov: review+
Shinya Kawanaka
Comment 1 2012-03-26 02:24:33 PDT
Shinya Kawanaka
Comment 2 2012-03-26 02:38:44 PDT
Shinya Kawanaka
Comment 3 2012-03-26 19:43:16 PDT
Note You need to log in before you can comment on or make changes to this bug.