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

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

    XMLWordPrintable

Details

    • macOS

    Description

      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);
      

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes