Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-32988

QML element PinchArea breaks fullscreen mode on Mac platform

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • 5.1.0
    • None
    • Mac 10.8.4
      Qt 5.1.0
    • macOS
    • 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

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              sorvig Morten Sørvig
              apap_ Loic Martin
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes