After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669568 - Unknown URL handlers fail silently
Unknown URL handlers fail silently
Status: RESOLVED DUPLICATE of bug 551857
Product: epiphany
Classification: Core
Component: General
3.3.x
Other Linux
: Normal minor
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-07 13:09 UTC by André Klapper
Modified: 2012-02-07 13:11 UTC
See Also:
GNOME target: ---
GNOME version: 3.3/3.4



Description André Klapper 2012-02-07 13:09:22 UTC
STEPS:
1. Open HTML page that includes a sip:// link in Epiphany 3.3.4.1:
     <html>
     <a href="sip://12345">SIP</a>
     </html>
2. Click on the link

ACTUAL OUTCOME IN 3.3.4.1:
Nothing happens. No output on terminal either.

ACTUAL OUTCOME IN 3.2.1:
   Oops! It was not possible to show this website
   The website at sip://12345 seems to be unavailable. The precise error was:
   URL cannot be shown


EXPECTED OUTCOME IN 3.3.4.1:
Something happens. At least an error message that no handler is installed. Bonus points for starting gnome-packagekit to let me install an application that can handle SIP. Or whatever.
Firefox 10 gives me an alert window at least that it cannot handle sip://.
Comment 1 Xan Lopez 2012-02-07 13:11:26 UTC
We just fixed this for 3.3.5, unless I'm wrong.

*** This bug has been marked as a duplicate of bug 551857 ***