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

Mac using double click to toggle fullscreen mode not receive last release event

    XMLWordPrintable

Details

    • macOS

    Description

      Whenever the visibility state of the application changes(enter or leave), the user must click in the window one more time before the window mode can change again, just like the application loses the mouse focus.

      I tracked the mouse event of traditional widget, and found the problem: the double click event consisted of two click event(press-release-press-release), when the window state changd(fullscreen to normal or normal to fullscreen), the last RELEASE event will never be received UNLESS click one more time.

      see this: http://stackoverflow.com/questions/30187575/qml-mac-fullscreen-mode-lose-mouse-focus

      Attachments

        1. fullscreen.qml
          0.5 kB
        2. test_widget.zip
          2 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            sorvig Morten Sørvig
            Evince Evince
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes