Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed June 15, 2010 01:55AM UTC by dmethvin comment:1

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

Changed July 11, 2010 11:50PM UTC by dmethvin comment:2

component: unfiledevent
resolution: → invalid
status: newclosed

Please reopen with a test case.