Closed
Bug 389866
Opened 17 years ago
Closed 17 years ago
Determine proper behavior with for unregistered OS protocol handling
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 392964
People
(Reporter: cmtalbert, Unassigned)
References
Details
After the fix for bug 389632 lands, an unregistered OS protocol will be a situation that is captured by our protocol handling code. We need to understand what would be best to handle this case. The current behavior is to show an alert dialog that states: "Firefox can't open this address because the protocol <protocol_name> is not registered with any application".
This is exactly where the protocol handling infrastructure should step in and allow the user to pick an application or a webservice to open this protocol with.
== Steps To Reproduce ==
1. Ensure you have the fix for bug 389632
2. Open Firefox and type in "foo://openme.mytype" in the URL bar
== Actual Results ==
You get the afore mentioned error message
== Expected Results ==
It seems that we could be more helpful than this simple error message and offer to allow the user to use another application for the protocol handling or a web service.
Updated•17 years ago
|
Flags: blocking1.9?
Comment 1•17 years ago
|
||
The protocol handling dialog is back now from bug 389969.
This lets the user choose the application.
Depends on: 389969
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•