[Webkit-unassigned] [Bug 28614] Unnecessary horizontal scrollbar in Gmail under Chromium. ScrollView::updateScrollbars uses stale value for off/on/auto scrollbar mode.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 26 09:16:26 PDT 2009


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





--- Comment #5 from Dave Hyatt <hyatt at apple.com>  2009-08-26 09:16:26 PDT ---
(From update of attachment 38436)
When both scrollbars are forced on, this is because of overflow:scroll.  That's
why we checked that case... since you know you don't need to do a layout if
both scrollbars are locked on.  That was my concern.  I don't think you want to
cause a layout to happen in that case.

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