#7728 closed defect (fixed)
Slider incorrectly handling onmousedown
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Click the slider handle off-center and an onclick fires on the bar which is wrong, causing the value to be tweaked.
Mousedown on the bar and the handle slides over but you can't drag which is wrong.
Attachments (1)
Change History (3)
Changed 12 years ago by
Attachment: | 7728.patch added |
---|
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [15407]) Fixes #7728. Changed onclick handlers to monitor onmousedown instead in order to play nicely with drag events.