-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.2, 5.5.0
-
Debian GNU/Linux squeeze, gcc 4.4.3
-
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
- is duplicated by
-
QTBUG-51905 QTextEdit context menu only opens once
-
- Closed
-