Opened 8 years ago
Last modified 8 years ago
#10706 open bug
Spinner: right click on spinner button causes runaway value
Reported by: | Alexander Schmitz | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.spinner | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Moved from https://github.com/jquery/jqueryui.com/issues/101 I can reproduce this in the demos http://jqueryui.com/spinner/ in chrome 38 on OSX Yosemite and in safari 8. It looks like the context menu is stopping us from getting the mouse up causing the run away value. We probably need to handle the contextmenu event in addition to mouseup or filter which mouse button is being pressed in the mousedown handler.
Change History (1)
comment:1 Changed 8 years ago by
Status: | new → open |
---|---|
Summary: | Right click on spinner button causes runaway value → Spinner: right click on spinner button causes runaway value |
Note: See
TracTickets for help on using
tickets.
I see this too. And wow this is a bit crazy.