Skip to main content

Bug Tracker

Side navigation

#11360 closed bug (invalid)

Opened February 17, 2012 04:29PM UTC

Closed February 26, 2012 02:32PM UTC

Bug in the mouse up event (Not fire then 8 seconds)

Reported by: jcyovera Owned by:
Priority: low Milestone: None
Component: event Version: 1.7.1
Keywords: Cc:
Blocked by: Blocking:
Description

Browser:Mozilla Firefox(10.0.1) and Chrome (17.0.963.56 m)

Operating system: Windows 7

Link reference about error : http://api.jquery.com/mouseup/

Jquery version tested: V1.6.2 and V1.7.1

When keep the mouse press by 10 seconds and move the mouse to top, bottom then left,right over the text and leave mouse over the text selected, not function the event mouse up and never write the text mouse up. (not fired the mouse up event and I have leave the mouse. I have to click again to fire the mouse up.)

[[Image(http://local.twitpicproxy.com/web17/img/519189096-6b39b638d8c5c7afe543dddc396b2ce7.4f3e7278-scaled.png)]]

Step-by-step instructions on how to reproduce the issue:

  • into URL
  • Click over text (the script write mouse down)
  • Move the mouse to up, down, left, right (very fast)within leave the click.
  • When move the mouse and the pointer is over the text, leave the mouse.
  • the mouse up not fire and not write "mouse up"

Here is a video about bug:

URL video : http://twitpic.com/8l4kn2

Attachments (0)
Change History (1)

Changed February 26, 2012 02:32PM UTC by sindresorhus comment:1

component: unfiledevent
priority: undecidedlow
resolution: → invalid
status: newclosed

From the mouseup docs:

The mouseup event is sent to an element when the mouse pointer is over the element, and the mouse button is released.