Closed
Bug 392376
Opened 16 years ago
Closed 16 years ago
Double-clicking on the selected application within the file handling dialog should work as "OK" and launch the application
Categories
(Firefox :: File Handling, defect, P2)
Firefox
File Handling
Tracking
()
VERIFIED
FIXED
Firefox 3 beta2
People
(Reporter: stephend, Assigned: florian)
Details
Attachments
(1 file, 1 obsolete file)
2.15 KB,
patch
|
Details | Diff | Splinter Review |
Build ID: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.9a8pre) Gecko/2007081504 Minefield/3.0a8pre I hope this isn't already filed; I searched for "double click" in file handling... Summary: Double-clicking on the selected application within the file handling dialog should work as "OK" and launch the application. Steps to Reproduce: 1. Do a File | Send Link. 2. Get the "Launch Application" dialog. 3. Select "Thunderbird"--or whatever program you have associated. 4. Double-click on the application's name. Expected Results: Dismisses the dialog and launches the application. Actual Results: The double-click event is eaten/trapped, and nothing happens.
Comment 1•16 years ago
|
||
Yeah, I agree that double clicking should launch the app.
Updated•16 years ago
|
Flags: blocking-firefox3?
Updated•16 years ago
|
Flags: blocking-firefox3? → blocking-firefox3+
Updated•16 years ago
|
Assignee: nobody → dmose
Updated•16 years ago
|
Target Milestone: --- → Firefox 3 M9
Comment 2•16 years ago
|
||
moving out bugs that don't need to block b1
Target Milestone: Firefox 3 M9 → Firefox 3 M10
Updated•16 years ago
|
Assignee: dmose → f.qu
Priority: -- → P4
Target Milestone: Firefox 3 M10 → ---
Comment 3•16 years ago
|
||
UI, want this for M10
Priority: P4 → P2
Target Milestone: --- → Firefox 3 M10
Assignee | ||
Comment 4•16 years ago
|
||
Attachment #288393 -
Flags: review?(mano)
Comment 5•16 years ago
|
||
Comment on attachment 288393 [details] [diff] [review] patch v1 s/document.getElementById("handling")/document.documentElement/ r=mano otherwise.
Attachment #288393 -
Flags: review?(mano) → review+
Assignee | ||
Comment 6•16 years ago
|
||
Attachment #288393 -
Attachment is obsolete: true
Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Comment 7•16 years ago
|
||
Checking in toolkit/mozapps/handling/content/dialog.js; /cvsroot/mozilla/toolkit/mozapps/handling/content/dialog.js,v <-- dialog.js new revision: 1.8; previous revision: 1.7 done Checking in toolkit/mozapps/handling/content/dialog.xul; /cvsroot/mozilla/toolkit/mozapps/handling/content/dialog.xul,v <-- dialog.xul new revision: 1.5; previous revision: 1.4 done
Reporter | ||
Comment 8•16 years ago
|
||
Verified FIXED using Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b2pre) Gecko/2007111304 Minefield/3.0b2pre
Status: RESOLVED → VERIFIED
Flags: in-litmus?
Reporter | ||
Comment 9•16 years ago
|
||
https://litmus.mozilla.org/show_test.cgi?id=5005 in-litmus+
Flags: in-litmus? → in-litmus+
OS: Mac OS X → All
Hardware: PC → All
You need to log in
before you can comment on or make changes to this bug.
Description
•