PinchArea with Flickable child doesn't work when using MainView
Bug #1358327 reported by
Ugo Riboni
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu UI Toolkit |
Fix Released
|
Undecided
|
Ugo Riboni | ||
ubuntu-ui-toolkit (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Vivid |
New
|
Undecided
|
Unassigned |
Bug Description
When using a PinchArea which contains a Flickable in an application that uses MainView, the PinchArea doesn't work and always reports pinch.scale 1.0 when doing pinch gestures.
If I remove the MainView and use only an Item as the root item, the pinch gesture works again.
Related branches
lp://staging/~phablet-team/ubuntu-ui-toolkit/disable-global-mousearea-staging
- PS Jenkins bot: Approve (continuous-integration)
- Tim Peeters: Pending requested
-
Diff: 10 lines (+1/-0)1 file modifiedmodules/Ubuntu/Components/MainView.qml (+1/-0)
tags: | added: rtm14 |
Changed in ubuntu-ui-toolkit: | |
assignee: | nobody → Tim Peeters (tpeeters) |
assignee: | Tim Peeters (tpeeters) → nobody |
assignee: | nobody → Ugo Riboni (uriboni) |
Changed in ubuntu-ui-toolkit: | |
status: | New → In Progress |
Changed in ubuntu-ui-toolkit: | |
status: | Fix Committed → Fix Released |
Changed in ubuntu-ui-toolkit (Ubuntu): | |
status: | New → Fix Released |
To post a comment you must log in.
Simple QML example that reproduces the problem.
Steps to reproduce:
- launch the app
- do a pinch gesture
- look at the console output. you see the pinch reporting 1 all the time