Side navigation
#6671 closed bug (invalid)
Opened June 15, 2010 01:44AM UTC
Closed July 11, 2010 11:50PM UTC
.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:
1. Create in apache new virtual host with .dev zone (like example.dev)
2. Insert this domain in hosts file
3. Create test index.html page on this domain and init jQuery on it.
4. 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.
Do you have any additional information? Is it only mousemove that fails? Can you attach a test case?