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

iOS: Menu.popup() does nothing when visible:false

    XMLWordPrintable

Details

    Description

      Attached project does not show menu at all on iOS, but does on other platforms.

      Reason is probably this in qiosmenu.mm:

      void QIOSMenu::showPopup(const QWindow *parentWindow, const QRect &targetRect, const QPlatformMenuItem *item)
      {
          if (m_currentMenu == this || !m_visible || !m_enabled || !parentWindow)
              return;
      

      Attachments

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

        Activity

          People

            richard Richard Moe Gustavsen
            poikelin Joni Poikelin
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes