Skip to main content

Search and Top Navigation

#10706 open bug ()

Opened November 24, 2014 01:44PM UTC

Last modified November 24, 2014 01:47PM UTC

Spinner: right click on spinner button causes runaway value

Reported by: arschmitz 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.

Attachments (0)
Change History (1)

Changed November 24, 2014 01:47PM UTC by tj.vantoll comment:1

status: newopen
summary: Right click on spinner button causes runaway valueSpinner: right click on spinner button causes runaway value

I see this too. And wow this is a bit crazy.