[Webkit-unassigned] [Bug 142065] New: [Subpixel] width: max-content; property might cause unnecessary scrollbar

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 26 17:21:33 PST 2015


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

            Bug ID: 142065
           Summary: [Subpixel] width: max-content; property might cause
                    unnecessary scrollbar
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com

Caused by RootInlineBox::paddedLayoutOverflowRect(). This increases the apparent size of the inline content (pixelSnappedLogicalRight() calls ceilf()), but RenderLayer::hasHorizontalOverflow() compares that against renderBox()->pixelSnappedClientWidth(), which simply rounds.

-- 
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/20150227/951328be/attachment-0002.html>


More information about the webkit-unassigned mailing list