[Webkit-unassigned] [Bug 104373] New: Harden RenderBox::canBeScrolledAndHasScrollableArea logic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 08:27:34 PST 2012


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

           Summary: Harden RenderBox::canBeScrolledAndHasScrollableArea
                    logic
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tonikitoo at webkit.org


353 // The RenderBox::canbeScrolledAndHasScrollableArea method returns true for the
354 // following scenario, for example:
355 // (1) a div that has a vertical overflow but no horizontal overflow
356 //     with overflow-y: hidden and overflow-x: auto set.
357 // The version below fixes it.
358 // FIXME: Fix RenderBox::canBeScrolledAndHasScrollableArea method instead.
359 bool InRegionScrollerPrivate::canScrollRenderBox(RenderBox* box)

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