[Webkit-unassigned] [Bug 39284] Incorrect position of the vertical scrollbar after temporarily setting overflow:hidden

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 10 00:41:58 PDT 2010


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





--- Comment #8 from Robin Qiu <robin.qiu at torchmobile.com.cn>  2010-09-10 00:41:58 PST ---
It seems caused by this block of code:

http://trac.webkit.org/browser/trunk/WebCore/rendering/RenderLayer.cpp#L2086

m_hBar calls setValue() while m_vBar doesn't and the comment here is strange....

I added setValue() for m_vBar and this bug was fixed, however, it brought some regressions in layout tests.

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