Modify ↓
Ticket #6671 (closed bug: invalid)
.mousemove() method fail with TypeError Exception on .dev domain
| Reported by: | elhsmart | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | event | Version: | 1.4.2 |
| Keywords: | mouse, move, mouse tracking | Cc: | |
| Blocking: | Blocked by: |
Description
Reproduce steps:
- Create in apache new virtual host with .dev zone (like example.dev)
- Insert this domain in hosts file
- Create test index.html page on this domain and init jQuery on it.
- Try to fire .mousemove() - method fails with exception
Uncaught TypeError : Cannot read property 'handler' of undefined
But if you change domain name of your virtual host to example.com - all works fine.
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.

Do you have any additional information? Is it only mousemove that fails? Can you attach a test case?