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

Disappearing popup menu in QPlainTextEdit

    XMLWordPrintable

Details

    • 88a8deea86fe69448ca1586c2ee567a53dee1008

    Description

      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

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes