Skip to main content

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
value
when its
min
or
max
options change - even if the
value
becomes invalid. We should also not trigger a
change
event.

Here's some examples of the current native and jQuery UI behavior:

Attachments (0)
Change History (4)

Changed December 11, 2013 08:08PM UTC by scottgonzalez comment:1

priority: minormajor
status: newopen

Changed May 20, 2014 12:32AM UTC by petersendidit comment:2

Changed May 26, 2014 04:35PM UTC by David Petersen comment:3

resolution: → fixed
status: openclosed

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 scottgonzalez comment:4

milestone: none1.11.0