RESOLVED FIXED Bug 40577
[Qt] Scroll wheel event support to graphics based DRT
https://bugs.webkit.org/show_bug.cgi?id=40577
Summary [Qt] Scroll wheel event support to graphics based DRT
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.