Opened 13 years ago
Closed 13 years ago
#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: | |
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | unfiled → event |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Please reopen with a test case.
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?