http://bugs.winehq.org/show_bug.cgi?id=10850
Summary: Bug when selecting text in Qt 3 QLineEdit Product: Wine Version: 0.9.46. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: m.gritsch@gmail.com
Hi,
The attached minimalistic example application demonstrates a WINE bug when using a QLineEdit widget from Qt 3:
* Enter some text in the line edit. * Select some text using the mouse. * Click into the line edit
Native Windows: -> The selected text simply gets unselected.
Using WINE: -> The selected text gets deleted.
Kind regards, Markus