Opened 11 years ago
Closed 11 years ago
#11360 closed bug (invalid)
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.)
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 (1)
comment:1 Changed 11 years ago by
Component: | unfiled → event |
---|---|
Priority: | undecided → low |
Resolution: | → invalid |
Status: | new → closed |
From the mouseup docs: