Bug 40577 - [Qt] Scroll wheel event support to graphics based DRT
Summary: [Qt] Scroll wheel event support to graphics based DRT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Diego Gonzalez
URL:
Keywords: Qt
Depends on:
Blocks: 40014
  Show dependency treegraph
 
Reported: 2010-06-14 11:10 PDT by Diego Gonzalez
Modified: 2010-06-16 12:35 PDT (History)
2 users (show)

See Also:


Attachments
Patch (4.52 KB, patch)
2010-06-16 10:29 PDT, Diego Gonzalez
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Gonzalez 2010-06-14 11:10:21 PDT
Graphics Wheel events support to Qt DRT.

LayoutTests:
fast/events/remove-child-onscroll.html
fast/events/platform-wheelevent-in-scrolling-div.html
Comment 1 Diego Gonzalez 2010-06-14 11:26:14 PDT
(In reply to comment #0)
> Graphics Wheel events support to Qt DRT.
> 
> LayoutTests:
> fast/events/remove-child-onscroll.html
> fast/events/platform-wheelevent-in-scrolling-div.html

Also: LayoutTests/fast/events/continuous-platform-wheelevent-in-scrolling-div.html
Comment 2 Diego Gonzalez 2010-06-16 10:29:41 PDT
Created attachment 58902 [details]
Patch
Comment 3 Kenneth Rohde Christiansen 2010-06-16 10:39:17 PDT
Comment on attachment 58902 [details]
Patch

WebKitTools/DumpRenderTree/qt/EventSenderQt.cpp:209
 +              event = new QWheelEvent(m_mousePos, m_mousePos, y, m_mouseButtons, Qt::NoModifier, Qt::Vertical);
this part should not have braces
Comment 4 Diego Gonzalez 2010-06-16 12:35:53 PDT
Landed manually at r61276