Search and Top Navigation
#9703 closed bug (fixed)
Opened December 11, 2013 08:03PM UTC
Closed May 26, 2014 04:35PM UTC
Last modified May 26, 2014 04:37PM UTC
Spinner: Don't change value when min/max changes
Reported by: | tj.vantoll | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.11.0 |
Component: | ui.spinner | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
For consistency with the native
<input type="number">, we should not change a spinner
<input>'s
valuewhen its
minor
maxoptions change - even if the
valuebecomes invalid. We should also not trigger a
changeevent.
Here's some examples of the current native and jQuery UI behavior:
- Native: http://jsfiddle.net/tj_vantoll/wLe4b/
- jQuery UI: http://jsfiddle.net/tj_vantoll/zZVfG/
Attachments (0)
Change History (4)
Changed December 11, 2013 08:08PM UTC by comment:1
priority: | minor → major |
---|---|
status: | new → open |
Changed May 20, 2014 12:32AM UTC by comment:2
Pull request https://github.com/jquery/jquery-ui/pull/1252
Changed May 26, 2014 04:35PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | open → closed |
Spinner: Don't change value when changing min/max options
Fixes #9703
Closes gh-1252
Changeset: 796a8b37e2b7eae6aa0f7a2fcaa5d8c29331e857
Changed May 26, 2014 04:37PM UTC by comment:4
milestone: | none → 1.11.0 |
---|