Closed
Bug 211177
Opened 22 years ago
Closed 21 years ago
Right double clicking a DM item launches it
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: burleigh, Assigned: iannbugzilla)
References
Details
Attachments
(1 file, 2 obsolete files)
6.84 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030630
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030630
Assume a right-handed mouse. Using the *right* mouse button, double click an
item in DM's list of downloaded files. The DM will offer to launch that item.
I do not believe double clicks using the right mouse is a normal user idiom.
Reproducible: Always
Steps to Reproduce:
1. download a file using DM.
2. in DM, double click the file with the right mouse button
3. DM will offer to launch the file, and a stray context menu will be on-screen.
Expected Results:
Right mouse double click should probably do nothing--at most leaving a context
menu I'd think.
Comment 1•21 years ago
|
||
Might be bug 217560.
*** Bug 211927 has been marked as a duplicate of this bug. ***
This will probably be fixed by the 2nd patch on bug 244692
Depends on: 244692
Comment 4•21 years ago
|
||
Bug 244692 is for Firefox only. The patch will not affect Seamonkey. Removing
dependency.
No longer depends on: 244692
This is the non-firefox part of Ben Basson's (cusser@ntlworld.com) patch from
bug 244692.
Attachment #153909 -
Flags: review?(neil.parkwaycc.co.uk)
Updated•21 years ago
|
Attachment #153909 -
Flags: review?(neil.parkwaycc.co.uk) → review+
Comment 6•21 years ago
|
||
Comment on attachment 153909 [details] [diff] [review]
Patch v0.1
>+ if (aEvent.button !=0)
I had the comment all ready to point out the missing space between != and 0 and
then clicked on Undo Edit As Comment and forgot all about it until after I
clicked Submit :-[
Could whomever's fixing the whitespace also kill the spaces on the preceding
blank line, thanks.
Adds missing space to != and does whitespace tidy ups as suggested by Neil
Attachment #153909 -
Attachment is obsolete: true
Comment on attachment 153937 [details] [diff] [review]
Tweaked version of patch v0.1 including whitespace tidyup
Carrying forward r= and requesting sr
Attachment #153937 -
Flags: superreview?(jag)
Attachment #153937 -
Flags: review+
Comment 9•21 years ago
|
||
Comment on attachment 153937 [details] [diff] [review]
Tweaked version of patch v0.1 including whitespace tidyup
I'd say put a blank line after the early return for readability before you
check in. sr=jag either way though
Attachment #153937 -
Flags: superreview?(jag) → superreview+
Assignee | ||
Comment 10•21 years ago
|
||
With extra blank line after early return as per jag's comment.
Attachment #153937 -
Attachment is obsolete: true
Assignee | ||
Comment 11•21 years ago
|
||
Comment on attachment 153953 [details] [diff] [review]
Patch v0.1b for checkin
Carrying forward r/sr=
Attachment #153953 -
Flags: superreview+
Attachment #153953 -
Flags: review+
Comment 12•21 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
Verified FIXED using trunk build 2006-01-04-09 of SeaMonkey on Windows XP.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•