WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 117185
REGRESSION(
r151146
) fast/forms/control-clip-overflow.html fails
https://bugs.webkit.org/show_bug.cgi?id=117185
Summary
REGRESSION(r151146) fast/forms/control-clip-overflow.html fails
Zoltan Arvai
Reported
2013-06-04 02:41:04 PDT
The test fast/forms/control-clip-overflow.html says no scroll bar should be visible below the popup and the button. After
r151146
scroll bars appeared on all layout tester bot.
http://build.webkit.org/results/Qt%20Linux%20Release/r151146%20%2860626%29/results.html
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug%20WK1/r151147%20%282369%29/results.html
http://build.webkit.org/results/EFL%20Linux%2064-bit%20Release%20WK1/r151146%20%28108%29/results.html
http://build.webkit.org/results/Apple%20Lion%20Release%20WK1%20%28Tests%29/r151161%20%2813032%29/results.html
...
Attachments
Add attachment
proposed patch, testcase, etc.
Zoltan Arvai
Comment 1
2013-06-04 04:16:41 PDT
Skippen on Qt in
http://trac.webkit.org/changeset/151163
. Please unskip it with proper fix.
Roger Fong
Comment 2
2013-06-04 11:54:11 PDT
Well, one thing I didn't check thoroughly enough was whether or not clearLayoutOverflow is now called too early (something else still accesses layoutOverflowRect between the time it's now called and when it used to be called). Perhaps this means that clearLayoutOverflow should still just be called where it used to, which unfortunately requires spreading out the delayed scrolling logic a bit...but better than a test failing.
Roger Fong
Comment 3
2013-06-04 11:56:53 PDT
Also I didn't see this failure locally. Weird.
Alexey Proskuryakov
Comment 4
2013-06-05 10:52:37 PDT
***
Bug 117207
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug