Actions
Bug #8698
closedAdding suffix to WDoubleSpinBox breaks validation
Start date:
06/15/2021
Due date:
% Done:
100%
Estimated time:
Description
Setting a suffix on a WDoubleSpinBox breaks its built-in validation (i.e. all values entered by the pressing the spin controls are considered invalid). On the contrary, setting a suffix on a WSpinBox does not interfere with validation.
Additional info: Wt version 4.5.0 on Ubuntu 20.04.1 on WSL2 in Win10
Files
Updated by Korneel Dumon about 3 years ago
- Status changed from New to InProgress
- Assignee set to Korneel Dumon
Updated by Korneel Dumon about 3 years ago
- Status changed from InProgress to Review
There were some outdated constructor calls in WSpinBox.js causing the validator to be incorrectly initialized.
Updated by Roel Standaert about 3 years ago
- Target version changed from 4.7.0 to 4.6.0
Updated by Roel Standaert about 3 years ago
- Status changed from Review to Implemented @Emweb
Updated by Roel Standaert about 3 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert almost 3 years ago
- Status changed from Resolved to Closed
Actions