Actions
Bug #5815
closedtextInput() signal not emitted for LineEdit when input mask set
Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
07/18/2017
Due date:
% Done:
0%
Estimated time:
Description
When you set an input mask to a WLineEdit with WLineEdit::setInputMask(...) the WLineEdit::textInput() signal is no longer emitted.
The attached simple example demonstrates this bug. The 'changedLabel' label will always show text "Initial value".
When you uncomment the line
edit->setInputMask("aaaaaa");
then the 'changedLabel' label text will change to 'Input changed' as soon as you enter text in the lineEdit.
I was using Wt 3.3.7 and Boost 1.61 on Linux.
Files
Updated by Roel Standaert over 7 years ago
- Status changed from Resolved to Closed
Actions