Bug Tracker

Modify

Ticket #11360 (closed bug: invalid)

Opened 15 months ago

Last modified 15 months ago

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:
Blocking: Blocked by:

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.)

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

Change History

comment:1 Changed 15 months ago by sindresorhus

  • Priority changed from undecided to low
  • Resolution set to invalid
  • Status changed from new to closed
  • Component changed from unfiled to event

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.