Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.1.0
-
None
-
Mac 10.8.4
Qt 5.1.0
-
-
2833556a079defdb27c3dbe117ab66ea8080de75
Description
Create a simple helloworld application with Qt Creator Wizard (new Project / Qt Quick 2 Application (Built-in Elements) and add this :
- in main.cpp just before instruction 'viewer.showExpanded()' add 'viewer.setFlags(viewer.flags() | Qt::WindowFullscreenButtonHint);'
- in main.qml add an empty element 'PinchArea{}'
Run the app : the fullscreen mode is not available.
Remove PinchArea element in main.qml, run the app : the fullscreen mode is available (double arrow in top-right corner of the window).
Calling directly showFullscreen() gives the same result.
Note : Not reproduced with Qt 5.0.1.
Note : Not reproduced on Windows platform.
Attachments
Issue Links
- is required for
-
QTBUG-35562 Issues to be fixed in Qt 5.2.1
-
- Closed
-
- relates to
-
QTBUG-35159 PinchArea element will shrink parent's area.
-
- Closed
-
-
QTBUG-35158 Scrolling Flickable/ListView element gives wrong scrolling direction with Trackpad on OS X system if PinchArea element exists.
-
- Closed
-
For Gerrit Dashboard: QTBUG-32988 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
63895,1 | QML which requires touch should not cause premature window creation | stable | qt/qtbase | Status: ABANDONED | -1 | 0 |
74891,1 | Don't force create the platform window. | stable | qt/qtbase | Status: MERGED | +2 | 0 |
74892,1 | Improve Mac OS X touch event enabling. | stable | qt/qtdeclarative | Status: ABANDONED | +2 | 0 |
75611,1 | Improve Mac OS X touch event enabling. | release | qt/qtdeclarative | Status: MERGED | +2 | 0 |
211601,1 | MultiPointTouchArea: add doc note about disabled gestures on MacOS | 5.9 | qt/qtdeclarative | Status: DEFERRED | -1 | 0 |