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 345867 - hyperlinks not passed to browser correctly
hyperlinks not passed to browser correctly
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other All
: Normal normal
: 1.0
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2006-06-25 11:58 UTC by will
Modified: 2006-06-26 02:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix for proper URL handling. (1.78 KB, patch)
2006-06-25 17:40 UTC, Charles Kerr
committed Details | Review

Description will 2006-06-25 11:58:02 UTC
Please describe the problem:
with the BROWSER environment variable set to either firefox or seamonkey, clicking on a link in an article sends the http:/ incorrectly i think.  the first slash is normal text and the second is in italics. i get this.
Firefox can't find the file at /www.imdb.com/title/tt0395478.

i just got it to work with one file in the cache, but other than that one time, the link hasn't been passed correctly

Steps to reproduce:
1. click on hyperlink in article
2. browser opens with data like  /www.imdb.com/title/tt0395478
3. 


Actual results:


Expected results:


Does this happen every time?
not every time, but usually.

Other information:
this is with the .101 version released yesterday.
Comment 1 Charles Kerr 2006-06-25 17:40:26 UTC
Created attachment 67982 [details] [review]
fix for proper URL handling.

here's the fix.
Comment 2 will 2006-06-26 02:00:16 UTC
thanks.  the fix works for me.