This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
3.15.13
3.15.13 (Wed May 03 2017 13:53:19 GMT-0400 (EDT))
Update to spinbox so that call setValue
will trigger changed
event correctly
Closed issues:
- Using Spinbox setValue leads to inconsistent results https://api.github.com/repos/ExactTarget/fuelux/issues/1950
Merged pull requests:
- update spinbox unit testing changed event for setValue to be async https://api.github.com/repos/ExactTarget/fuelux/pulls/1966
- Repair travis qunit https://api.github.com/repos/ExactTarget/fuelux/pulls/1961
- Make spinbox trigger changed after setValue https://api.github.com/repos/ExactTarget/fuelux/pulls/1960
Change log
e4faff2
- Make spinbox trigger changed after setValue
After programmatically setting the value of the spinbox, the previous
value would be retained in the lastValue property of the control,
causing the "changed" event not to get triggered if the user were to
enter the previous value again. To avoid this, the current setValue
method was converted into a private method with an additional parameter
to set the last value, and the public method will wrap this and pass
that parameter, while internal uses of the method will use the private
method to avoid other side effects.
Fixes #1950 (svarga)
4af47e6
- update spinbox unit testing changed event for setValue to be async (Stephen Williams)2e9772f
- bowered qunit >2.3.0 fails on `rendered.fu.repeater` test. pinning to 2.3.0 (Stephen Williams)d28b365
- update repeater test to only assert on appropriate instance of trigger (Stephen Williams)aa431db
- build before 3.15.13 - includes spinbox setValue update (Stephen Williams)d0ceee1
- release 3.15.13 (Stephen Williams)