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

Windows 7: Clicking sub-menu before its automatic appearance is preventing from displaying it

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.9.4
    • None
    • Windows 7 Enterprise with Service Pack 1. (64 GB RAM, 64-bit, Intel Xeon. Nvidia Quadro K5000)

      Looks ok on Windows 10 and Linux.

    Description

      When using a menu having sub menus, it should be possible to immediately popup a sub-menu by clicking on the corresponding item or by moving the cursor on this item and waiting a little (400 ms).

      Just after opening the main menu, moving the mouse to the desired sub-menu and clicking on it before the 400 ms is not opening the sub-menu and waiting or clicking again is not working.

      The other items in the menu are working fine...

      I have notice a small flickering of the menu at the end of the animation and under debugger the action is not found in the first QMenu::mouseMoveEvent(). Disabling the animation using the following code is a workaround:

      QApplication::setEffectEnabled(Qt::UI_AnimateMenu, false);

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            ml71 Mathieu Latourrette
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes