[Webkit-unassigned] [Bug 68236] [Qt] Mouse button press not recognized with QWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 03:52:20 PST 2011


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


Janne Koskinen <koshuin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE
                 CC|                            |koshuin at gmail.com




--- Comment #1 from Janne Koskinen <koshuin at gmail.com>  2011-11-18 03:52:20 PST ---
Root cause is the same as in Bug 60875 .

Problem is in DOM4 construction of TouchStart where if touch is not available TouchStart is null Source/WebCore/bindings/scripts/CodeGeneratorJS.pm .
The draft specification for TouchEvents defines it to be undefined. http://www.w3.org/TR/2011/WD-touch-events-20111027/

Jani is preparing a patch for 60879.

*** This bug has been marked as a duplicate of bug 60879 ***

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