3.6.0 - click event not firing when mouseup and mousedown are different elements
See original GitHub issuecurrently, if the same element does not receive both the mouseup and mousedown, we do not fire the click
event
The correct behavior is to fire the click event to the commonAncestor
element.
This is a regression introduced in 3.6.0
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
When a mousedown and mouseup event don't equal a click
I had problems with click events not firing and it turned out to be due to the mousedown and mouseup events not firing...
Read more >jQuery API Documentation
jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax ......
Read more >Replace live() with on() in jQuery - GeeksforGeeks
When the user clicks the anchor element, the event is triggered to the root ... “click” event is attached with given “p” and...
Read more >UI Events - W3C
The load event is queued to be fired asynchronously at the script element. However, because it is an async event, its order with...
Read more >Element: mousedown event - Web APIs | MDN
Note: This differs from the click event in that click is fired after a full click action occurs; that is, the mouse button...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is hitting us on quite a few tests while trying to upgrade to 3.6.0. Is there a plan to release soon? (am also blocked by critical issues in 3.5.0)
Released in
3.6.1
.