Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
5.1.1, 5.2.0
-
OS X 10.8.1
Description
The starting size of the application is unexpected when using PinchArea element.
- Launch trackpadtest_v1.zip test program.
Result
The window is sized such that the content area is approximately 162x162.
Expected result
The window would be sized to 400x200.
- Comment out line 41 in main.qml. That is, "// PinchArea
{ anchors.fill: parent }
" line. Rebuild and run the test program again.
Result
The window is sized such that the content area is approximately 400x200 as expected.
Attachments
Issue Links
- relates to
-
QTBUG-35158 Scrolling Flickable/ListView element gives wrong scrolling direction with Trackpad on OS X system if PinchArea element exists.
- Closed
-
QTBUG-32988 QML element PinchArea breaks fullscreen mode on Mac platform
- Closed