Modify ↓
Ticket #9820 (closed bug: invalid)
$(window).mouseleave() throws "compareDocumentPosition is not a function"
| Reported by: | Craig Thompson | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | event | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Binding the mouseleave event to the window element throws an error in jQuery 1.6.2 and edge.This didn't happen in 1.6.2
Test case: http://jsfiddle.net/tqLwM/2/
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Not sure why the behavior changed, but it is wrong to attach that event to a window. It works with document as it should.