Closed
Bug 546293
Opened 15 years ago
Closed 9 years ago
Qt's gesture framework is not supported
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: mjarvin, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100106 Ubuntu/9.04 (jaunty) Shiretoko/3.5.7 AutoPager/0.5.2.2 (http://www.teesoft.info/)
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20090210 Minefield/3.7a1pre
Qt 4.6 introduces a gesture framework where you can use intuitive gestures like pinch, tap and rotate. You can also create your own gesture recogniser to handle custom gestures. The Windows and OS X ports support these by sending nsSimpleGestureEvent.
Reproducible: Always
Steps to Reproduce:
1. Build Qt version of Firefox
2. Perform a pinch gesture on the web page content
Actual Results:
The page zoom level remains the same.
Expected Results:
The page is zoomed proportional to your finger movement.
This requires Qt 4.6 and needs to be under
#if (QT_VERSION >= QT_VERSION_CHECK(4, 6, 0))
check
Comment 1•9 years ago
|
||
In bug 1282866, I have removed the QT code from the Firefox tree with the approval of the active peer. That code is not currently maintained by any team.
I have looked through the bugs in the Widget: Qt bugzilla component and I believe all of these are no longer relevant because the Qt code has been removed. If you believe that this bug is still valid, please move it to another more appropriate bugzilla component as you reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•