[Webkit-unassigned] [Bug 119137] [CSS Regions] Selecting text through different regions flow does not match with highlight

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 31 15:59:47 PDT 2013


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #207639|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #10 from Ryosuke Niwa <rniwa at webkit.org>  2013-07-31 15:59:32 PST ---
(From update of attachment 207639)
View in context: https://bugs.webkit.org/attachment.cgi?id=207639&action=review

> Source/WebCore/editing/FrameSelection.cpp:307
> +    if (atDifferentFlowThread(s.base(), s.extent()))
> +        return;
> +

This is not the right place to fix this. We need to do this inside VisibleSelection::validate probably right before or right after we call adjustSelectionToAvoidCrossingShadowBoundaries.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list