Skip to main content

Search and Top Navigation

#7440 closed bug (worksforme)

Opened May 31, 2011 03:34AM UTC

Closed May 31, 2011 09:06PM UTC

mouseHandled not being reset properly in WebKit browsers (chrome & safari)

Reported by: cyphactor Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.mouse Version: 1.8.13
Keywords: Cc:
Blocked by: Blocking:
Description

It seems that since commit 7eda94a8c916760de4093df85f58cc694838b52b was included in the source tree that the mouseHandled check in ui.mouse has not been properly getting reset in WebKit browsers. I have tested this in both Chrome 11.0.696.71 and Safari 5.0.5 (6533.21.1).

I did some debugging and narrowed it down to the fact that the $(document).mousedown() that is used to reset the mouseHandled is not being triggered for WebKit browsers for some reason. I am not sure exactly why. I quickly looked for the common reasons but didn't see anything right away so I am throwing this ticket up so I can get some more eyes on the issue and hopefully help to resolve it.

Attachments (0)
Change History (1)

Changed May 31, 2011 09:06PM UTC by scottgonzalez comment:1

resolution: → worksforme
status: newclosed

This works fine for me. Please provide a reduced test case showing the problem.