Bug 40577

Summary: [Qt] Scroll wheel event support to graphics based DRT
Product: WebKit Reporter: Diego Gonzalez <diegohcg>
Component: Tools / TestsAssignee: Diego Gonzalez <diegohcg>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, kenneth
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 40014    
Attachments:
Description Flags
Patch kenneth: review+

Diego Gonzalez
Reported 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
Attachments
Patch (4.52 KB, patch)
2010-06-16 10:29 PDT, Diego Gonzalez
kenneth: review+
Diego Gonzalez
Comment 1 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
Diego Gonzalez
Comment 2 2010-06-16 10:29:41 PDT
Kenneth Rohde Christiansen
Comment 3 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
Diego Gonzalez
Comment 4 2010-06-16 12:35:53 PDT
Landed manually at r61276
Note You need to log in before you can comment on or make changes to this bug.