Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
5.1.1, 5.2.0
-
OS X 10.8.1
Description
Scrolling Flickable/ListView with Trackpad has unexpected behavior when the PinchArea element is used elsewhere in the application.
Steps to reproduce the issue:
- Launch System Preferences.
- Click 'Trackpad' button.
- Click 'Scroll & Zoom' tab.
- Uncheck 'Scroll direction: natural' option.
- System Preferences -> Quit System Preferences
- Launch the attached trackpadtest_v1.zip test program.
- Hover mouse cursor over the number list.
- On the Trackpad, play with two finger scrolling (particularly near the top of the list) and eventually you will get scrolling.
Result
The list sometimes scrolls in the opposite direction of your fingers making it difficult to use.
Expected Result
The list always scrolls in the same direction as your fingers.
- Comment out line 41 in main.qml. That is, "// PinchArea
{ anchors.fill: parent }
" line. Rebuild and run the test program again.
- Repeat steps 6 through 8.
Result
The list behaves as expected when scrolling.
Attachments
Issue Links
- relates to
-
QTBUG-32988 QML element PinchArea breaks fullscreen mode on Mac platform
- Closed
-
QTBUG-35159 PinchArea element will shrink parent's area.
- Closed