[Webkit-unassigned] [Bug 13375] REGRESSION (r20901): failing fast/overflow/scrollRevealButton.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 17 13:32:12 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13375





------- Comment #2 from mitz at webkit.org  2007-04-17 13:32 PDT -------
(In reply to comment #1)
> Wow, did this change really cause the regression?

Yes.

> I have no idea how! 

I suspect it's the removal of the updateLayout() call from setIsActive(), that
just happened to be at right place at the right time to ensure that everything
is set up for scroll-to-reveal to do its thing. Without it, some of the
dimensions are (0, 0) which messes up the scrolling. Even prior to r20901,
opening the test in a background tab, for example, would make it fail.

I've readded an updateLayout() back in order to test my theory. If it's right,
then that call should probably be added in a more appropriate place to ensure
that scroll-to-reveal has all the information it needs.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list