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

Window restored from the taskbar appears on the wrong screen

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.8.3
    • None
    • Windows

      On a multi-monitor system, the window appears on the wrong screen when restored from the taskbar. Steps to reproduce:

      1. Use the simplest app:

       

      #include <QApplication>
      #include <QMainWindow>
      int main(int argc, char *argv[])
      {         
          QApplication a(argc, argv);         
          QMainWindow w;         
          w.show();         
          return a.exec(); 
      }
      

       

      2. Maximize the window

      3. Drag the window to the other screen such that it remains maximized.

      4. Minimize the window

      5. Click on the button of the app on the taskbar to restore the window.

      6.  The window appears on the screen where it was initially maximized and not on the screen where it was minimized.

       

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

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            pippo Ivan Dmitriev
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes