[Webkit-unassigned] [Bug 58535] REGRESSION (r83820): Lots of compositing tests failing on Windows 7 Release (Tests)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 13:07:29 PDT 2011


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





--- Comment #9 from James Robinson <jamesr at chromium.org>  2011-04-14 13:07:30 PST ---
(From update of attachment 89630)
View in context: https://bugs.webkit.org/attachment.cgi?id=89630&action=review

>> Source/WebCore/rendering/RenderLayerBacking.cpp:571
>>  #endif
> 
> Now I wonder if these aren't all backwards. You want scrollbars layers in Chromium. Mac/Windows _only_ wants them if there are overlay scrollbars. So I think the logic is wrong.

On chromium this function returns true iff there is a horizontal scrollbar.  On non-chromium this function returns true iff the page is using overlay scrollbars _and_ there is a horizontal scrollbar.  Maybe there are too many negations here to be clear?

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