Closed
Bug 406060
Opened 17 years ago
Closed 17 years ago
nsLocalHandlerApp fails to hand off URI correctly for some apps
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
People
(Reporter: jimm, Assigned: jimm)
References
(Blocks 1 open bug)
Details
Some protocol handling apps require specific command line params indicating the type of action to take. When firefox has a user defined protocol handler (not the system default) these extra parameters are lost.
WinMail.exe is a good example with the mailto protocol -
"c:\(path)\winmail.exe mailto:foo@bar.com"
will launch winmail, but fail to open the compose view. For this to work, it must be of the form -
"%ProgramFiles%\Windows Mail\WinMail.exe" /mailurl:"mailto:foo@bar.com"
nsLocalHandlerApp's LaunchWithURI will need to be updated.
Assignee | ||
Updated•17 years ago
|
Flags: blocking-firefox3?
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: blocking-firefox3?
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•