Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc

New issue 30236 by jabapyth: Double click handled incorrectly
http://code.google.com/p/chromium/issues/detail?id=30236

Chrome Version       : 4.0.249.30 (Official Build 33928) on Linux
URLs (if applicable) : http://www.quirksmode.org/js/events_mouse.html
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 4:
   Firefox 3.x:OK
          IE 7:
          IE 8:OK
Chrome on Windows: OK

What steps will reproduce the problem?
1. go to that website: http://www.quirksmode.org/js/events_mouse.html
2. double-click on the "The event handlers are registered on this link."
link in the example section
3. note the events registered


What is the expected result?

mousedown
mouseup
click
mousedown
mouseup
click
dblclick

What happens instead?

mousedown
mouseup
click
mousedown
mousedown <-- note the erroneous duplicate mousedown event
mouseup
click
dblclick
mousedown


Please provide any additional information below. Attach a screenshot if
possible.

This was tested on the Linux beta of google chrome. Chrome on windows
handles this correctly.


Attachments:
        chrome-dbl.png  23.3 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to