Bug 116597

Summary: [Qt] REGRESSION(r149292): broke scrolling in Qt WK2 desktop mode
Product: WebKit Reporter: Noam Rosenthal <noam>
Component: WebKit QtAssignee: Noam Rosenthal <noam>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, andersca, cmarcelo, commit-queue, jamesr, jturcotte, kadam, luiz, ossy, tonikitoo, zarvai, zeno
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Noam Rosenthal 2013-05-22 02:07:56 PDT
Scrolling now doesn't work at all in MiniBrowser --desktop
Comment 1 Noam Rosenthal 2013-05-26 01:54:36 PDT
Created attachment 202908 [details]
Patch
Comment 2 Noam Rosenthal 2013-05-26 01:56:55 PDT
this fixes the regression, however since the Qt-WK2-desktop mode is a configuration that is not covered at all by tests, I can't guarantee regressions like this won't come back.
Comment 3 Noam Rosenthal 2013-05-28 05:24:33 PDT
Created attachment 203043 [details]
Patch
Comment 4 Allan Sandfeld Jensen 2013-05-28 05:38:15 PDT
Comment on attachment 203043 [details]
Patch

LGTM
Comment 5 WebKit Commit Bot 2013-05-28 06:07:24 PDT
Comment on attachment 203043 [details]
Patch

Clearing flags on attachment: 203043

Committed r150798: <http://trac.webkit.org/changeset/150798>
Comment 6 WebKit Commit Bot 2013-05-28 06:07:27 PDT
All reviewed patches have been landed.  Closing bug.
Comment 7 Csaba Osztrogonác 2013-05-28 07:55:17 PDT
FYI: It broke ~500 pixel tests on the pixel bot.
Comment 8 Zoltan Arvai 2013-05-28 08:01:24 PDT
(In reply to comment #7)
> FYI: It broke ~500 pixel tests on the pixel bot.

The scrollbar is missing on actual results
http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Release%20WebKit2%20%28Pixel%20Tests%29/r150800%20%284395%29/results.html
Comment 9 Zoltan Arvai 2013-05-29 09:06:35 PDT
(In reply to comment #8)
> (In reply to comment #7)
> > FYI: It broke ~500 pixel tests on the pixel bot.
> 
> The scrollbar is missing on actual results
> http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Release%20WebKit2%20%28Pixel%20Tests%29/r150800%20%284395%29/results.html

No scrollbar appears in "MiniBrowser --desktop". But there is also no scrollbar with r149291.

If the new results without scrollbars are acceptable I will rebaseline them. Is it ok?
Comment 10 Zoltan Arvai 2013-05-30 07:28:14 PDT
PNG rebaseline for QT WK2 landed in http://trac.webkit.org/changeset/150961.