Bug 117185
Summary: | REGRESSION(r151146) fast/forms/control-clip-overflow.html fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zoltan Arvai <zarvai> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | hyatt, kadam, roger_fong, thorton |
Priority: | P2 | Keywords: | MakingBotsRed, Regression |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 116689 |
Zoltan Arvai
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
Skippen on Qt in http://trac.webkit.org/changeset/151163.
Please unskip it with proper fix.
Roger Fong
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
Also I didn't see this failure locally. Weird.
Alexey Proskuryakov
*** Bug 117207 has been marked as a duplicate of this bug. ***