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

Web combobox list is opened to wrong position if MainWindow is frameless

XMLWordPrintable

    • macOS

      WebView opens combobox list in wrong position when parent is QMainWindow Form and it's frameless. There's no (visible) issue if QMainWindow is not form.

      Please see and test with attached application. Example is using Qt account download section drop/comboboxes.

      Workaround is to setGeometry to MainWindow after show.

          MainWindow w;
          w.setWindowFlags(Qt::FramelessWindowHint);
          w.show();
      // WORKAROUND is to set geometry to mainwindow after show
      //    w.setGeometry(400,400,800,600);
      

        1. webkitbug.zip
          2 kB
          Qt Support
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            annulen Konstantin Tokarev
            qtcomsupport Qt Support
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes