DRT layout tests gained the ability to simulate mouse scroll wheel events in http://trac.webkit.org/changeset/55739. Currently this is only supported on Mac OS 10.5 and 10.6. The Qt DRT implementation should be enhanced to dispatch scroll wheel events, and layout tests that utilize this functionality should be removed from the Skipped file.
Bugs relating to the Qt port of WebKit should have the Qt keyword. See http://trac.webkit.org/wiki/QtWebKitBugs
Created attachment 57419 [details] Patch
Comment on attachment 57419 [details] Patch LGTM, thought it would have been nice if the QWheelEvent could send for both axises. Great work Robert!
Comment on attachment 57419 [details] Patch Clearing flags on attachment: 57419 Committed r60415: <http://trac.webkit.org/changeset/60415>
All reviewed patches have been landed. Closing bug.
Need to watch developments at https://bugs.webkit.org/show_bug.cgi?id=40441 , as we were shadowing the changes there.
(In reply to comment #6) > Need to watch developments at https://bugs.webkit.org/show_bug.cgi?id=40441 , as we were shadowing the changes *reverted* there.
(In reply to comment #7) > (In reply to comment #6) > > Need to watch developments at https://bugs.webkit.org/show_bug.cgi?id=40441 , as we were shadowing the changes *reverted* there. Actually, need to follow developments at https://bugs.webkit.org/show_bug.cgi?id=29601.
(In reply to comment #8) > Actually, need to follow developments at https://bugs.webkit.org/show_bug.cgi?id=29601. Robert, shouldn't this bug be closed? It looks like the task "Enhance Qt DRT implementation to support platform scroll wheel events." is done.
(In reply to comment #9) > (In reply to comment #8) > > Actually, need to follow developments at https://bugs.webkit.org/show_bug.cgi?id=29601. > > Robert, shouldn't this bug be closed? It looks like the task "Enhance Qt DRT implementation to support platform scroll wheel events." is done. OK, will close it.