[Webkit-unassigned] [Bug 31281] r50665 broke around 100 Qt layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 10 09:17:40 PST 2009


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





--- Comment #9 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2009-11-10 09:17:40 PDT ---
If the other DRT doesn't "disable" the scrollbars, we shouldn't do so either.

The code:

118 m_page->mainFrame()->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); 
119 m_page->mainFrame()->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff); 

wasn't explicitly added. It was just part of a larger improvement of our DRT.

This indeed seems wrong as it would make it impossible to check the scrollbars
for the mainframe, so I opt for changing it.

Yes, you are right, we will have to change 100 tests results, but our results
should also become more like that of the other platforms, which is a good
thing.

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