Actions
Bug #2752
closedChanging Suffix of a WDoubleSpinBox does not update javascript representation
Start date:
03/04/2014
Due date:
% Done:
0%
Estimated time:
Description
As you can see in the attached screenshot I have a combobox where the user can select the unit of the WDoubleSpinBox instances.
Changing the suffix with WDoubleSpinBox::setSuffix() will not update the suffix in HTML (/javascript?) thus the javascript validation will fail. See below the HTML code of the input field of the second screenshot.
<input id="oh33wn0" name="oh33wn0" size="10" title="The number may be at most 1000000"
==> value="0.05 ms"
class="right Wt-spinbox Wt-invalid" style="display: block; -moz-box-sizing: border-box; position: absolute; width: 376px; left: 27px; height: 22px; top: 0px;" type="text">
Files
Updated by Koen Deforche over 10 years ago
- Assignee set to Michael Vilsker
- Target version set to 3.3.3
Updated by Koen Deforche over 10 years ago
- Status changed from New to InProgress
- Assignee changed from Michael Vilsker to Koen Deforche
Updated by Koen Deforche over 10 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 10 years ago
- Status changed from Resolved to Closed
Actions