[Webkit-unassigned] [Bug 47427] [Qt] build error in WebKit/qt/Api/qwebpage.cpp in Qt 4.7.0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 8 01:36:24 PST 2010


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


Benjamin Poulain <benjamin.poulain at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
         AssignedTo|webkit-unassigned at lists.web |benjamin.poulain at nokia.com
                   |kit.org                     |
     Ever Confirmed|0                           |1
  Attachment #73226|                            |review?, commit-queue?
               Flag|                            |




--- Comment #5 from Benjamin Poulain <benjamin.poulain at nokia.com>  2010-11-08 01:36:23 PST ---
Created an attachment (id=73226)
 --> (https://bugs.webkit.org/attachment.cgi?id=73226&action=review)
Patch

Add the missing guard to the Qt port.

In the patch:
+#else
+    event->ignore();

The call to ignore() is mandatory because touch event are accepted by default.

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