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

Double-right-click doesn't reopen context menus

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P4: Low
    • None
    • 5.15.2, 6.0.0
    • None
    • Linux/X11

    Description

      Steps to reproduce:
      1. Click the right mouse button on QLineEdit or QTextEdit to pop up a menu;
      2. Quickly click the right mouse button, the right-click menu sometimes fails to pop up;
       

      #include <QApplication>
      #include <QLineEdit>
      #include <QTextEdit>
      int main(int argc, char *argv[])
      {
       QApplication a(argc, argv);
      
      QLineEdit e;
       e.setText("aaaaaaaaaa");
       e.show();
      
      QTextEdit ee;
       ee.setPlainText("aaaaaaa");
       ee.show();
      
      return a.exec();
      }
      

      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
            kingderzhang kingderzhang
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes