#18300 closed defect (fixed)
[patch] NumberSpinner and Slider grab focus on mouse wheel event
Reported by: | stefan_t | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9.8 |
Component: | Dijit - Form | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When scrolling with the mouse wheel over an unfocused number spinner it grabs focus and changes the value by scrolling through the available numbers.
This is problematic when using the mouse wheel to scroll a long form and the cursor passes over a number spinner. Then the number spinner starts scrolling instead of the form, which leads to a value change in the spinner.
Attachments (1)
Change History (8)
Changed 8 years ago by
comment:1 Changed 7 years ago by
Milestone: | tbd → 1.11 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Very simple patch, probably worth reviewing and landing, or explaining why we won't accept (if that's the case)
comment:2 Changed 7 years ago by
Summary: | dijit/form/NumberSpinner grabs focus on mouse wheel event → NumberSpinner and Slider grab focus on mouse wheel event |
---|
OK, I'll land a modified version, thanks Stefan for the patch.
comment:3 Changed 7 years ago by
Summary: | NumberSpinner and Slider grab focus on mouse wheel event → [patch] NumberSpinner and Slider grab focus on mouse wheel event |
---|
comment:4 Changed 6 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 6 years ago by
Milestone: | 1.11 → 1.9.8 |
---|
Note: See
TracTickets for help on using
tickets.
Patch to dijit/form/_Spinner on the 1.8 branch