Date/TimeTextBox partialre messed up
Run test_TimeTextBox.html and focus the 2nd widget.
Enter the characters 12:
This is a valid subset yet the invalid input shows. The problem is that the parent postMixInProperties is run before _DateTExtBox has added the appropriate selector to the constraints.
I would like to add this to 1.4 if possible since it involves just moving the this.inherited line from the top to the bottom of postMixInProperties. This problem breaks all partial validation for date and time textboxes.
Attachments (1)
-
10436.patch (2.6 KB) - added by Douglas Hays 11 years ago.
-
moves this.inherited in _DateTimeTextBox:postMixInProperties after constraints tweaking so that partialre is initialized properly, and add automated test
Download all attachments as: .zip
Change History (7)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
moves this.inherited in _DateTimeTextBox:postMixInProperties after constraints tweaking so that partialre is initialized properly, and add automated test