[Webkit-unassigned] [Bug 75670] New: Selections include the full page width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 5 16:26:42 PST 2012


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

           Summary: Selections include the full page width
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ojan at chromium.org


A common issue people have with selections in WebKit is that they extend to the full page's width. This is especially problematic since using margin:auto is such a common technique for centering multi-column layouts (e.g. http://peter.sh/examples/?/css/flexbox.html).

It seems to me that in general we should restrict selections to the border-box (content-box?) of the containing div. Are there cases that would break?

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