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

Non native menu items become invisible after initial popup

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • 6.4.1, 6.4.2, 6.4.3
    • GUI: Menus
    • None
    • Android

      If you compile the QT example qt/Examples/Qt-6.4.2/widgets/mainwindows/menus, but add the following line to make the menu bar non-native (to avoid QTBUG-112272

      void MainWindow::createMenus()

      {     menuBar()->setNativeMenuBar(false);     ... }

      the the menu shows-up as expected, but only the first time. Subsequent touches on the menu item seem to popup the menu but its invisible. Still if you click on the space where the menu item must be - its triggered. Check the attached video.

        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
            stan77 Stanimir Peev
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes