[Webkit-unassigned] [Bug 60879] touchstart event defined null instead of undefined when touch is not available

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 7 01:18:02 PST 2011


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





--- Comment #22 from Benjamin Poulain <benjamin at webkit.org>  2011-12-07 01:18:01 PST ---
The fix is not correct.

For Qt, the touch handler are defined even if your platform does not have or support touch events. So the event handler is effectively defined, and the value should be null, not undefined.

I suspect this change could break many feature detection scripts (try Modernizr). I suggest you to recompile QtWebKit without ENABLE_TOUCH_EVENTS.

-- 
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