[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
Tue Jul 30 10:40:22 PDT 2013


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





--- Comment #5 from Zoltan Horvath <zoltan at webkit.org>  2013-07-30 10:40:08 PST ---
(From update of attachment 207639)
View in context: https://bugs.webkit.org/attachment.cgi?id=207639&action=review

> Source/WebCore/ChangeLog:1
> +2013-07-29  Javier Fernandez  <jfernandez at igalia.com>
> LayoutTests/ChangeLog:1
> +2013-07-29  Manuel Rego Casasnovas  <rego at igalia.com>

The author is different for the 2 changelogs. Is it intentional?

> Source/WebCore/rendering/RenderView.cpp:-728
> -    if ((start && end) && (start->flowThreadContainingBlock() != end->flowThreadContainingBlock()))

I think at the point we remove this condition we should be able to select content through different regions.

I have some questions.

Wouldn't be easier to fix the highlighting of the selection? Or do you already have a plan to achieve that based on the actual patch? (Is this change necessary beside with the work in bug #106817 ?)

-- 
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