[Webkit-unassigned] [Bug 120648] [GTK] mouse wheel events are not considered to be mouse events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 8 05:32:39 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120648





--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2013-10-08 05:31:30 PST ---
(In reply to comment #2)
> bool WheelEvent::isMouseEvent() const
> {
>     return false;
> }

ok, this is used internally to handle clicks and moves, that's why this returns false. We should check if the event interface type is WheelEventInterfaceType to create a mouse event, but I guess it would be better to expose WheelEvent in our bindings, no?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list