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

Disappearing popup menu in QPlainTextEdit

XMLWordPrintable

    • 88a8deea86fe69448ca1586c2ee567a53dee1008

      I wrote a small test program:

      #include <QApplication>
      #include <QPlainTextEdit>
      
      int main(int argc, char ** argv)
      {
      	QApplication app( argc, argv );
      	QPlainTextEdit p;
      	p.show();
      	return app.exec();
      }
      

      1. Run the program
      2. Call the popup(context) menu (right mouse button click)
      3. Throwing him(left mouse button click at free space)
      4. Try again call popup menu
      5. Expected popup menu does not appear

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

            richard Richard Moe Gustavsen
            laborer Sergey Gusarov
            Votes:
            1 Vote for this issue
            Watchers:
            9 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes