Issue 3130: Clicking on a file download sometimes causes it to cancel
http://code.google.com/p/chromium/issues/detail?id=3130

New issue report by donniel:
Product Version      : 0.3.154.0
URLs (if applicable) : N/A
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: N/A
     Firefox 3: N/A
          IE 7: N/A

What steps will reproduce the problem?
1. Start a download
2. Click on the filename in the download bar that is opened
3. Some of the time, the download is cancelled

What is the expected result?
The download options popup menu should show

What happens instead?
The download cancels

Please provide any additional information below. Attach a screenshot if
possible.
This is probably because of the fact that the popup menu is show on mouse-
down, instead of the click event. This means that the typical user action
of a single mouse click is treated as 3 events - Mouse Down, Option select
and Mouse release.

As it happens, the option selected most is Cancel download, which is
frustrating and confusing. There's no reason the popup menu should be on
mouse-down, rather than on click, in my opinion.


Issue attributes:
        Status: Unconfirmed
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-All Area-Misc

-- 
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

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to