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 62839 - CR ahead of URL should be parsed out
CR ahead of URL should be parsed out
Status: RESOLVED FIXED
Product: galeon
Classification: Deprecated
Component: User interface
unspecified
Other Linux
: Normal normal
: 1.2
Assigned To: Daniel Erat
Daniel Erat
Depends on:
Blocks:
 
 
Reported: 2001-10-23 02:36 UTC by Aaron Brick
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aaron Brick 2001-10-23 02:36:58 UTC
i accidentally pasted a URL of the following form into the location bar:
"                      <CR>                     www....". since the CR
wasn't erased, it failed to find the server. however, the mechanism for
removing extraneous spaces already exists; it would be nice if CRs were
added to the list of characters that get deleted in that situation.
Comment 1 alfredo 2001-11-22 19:21:07 UTC
This seems a feature of mozilla not galeon.

In src/mozcallbacks.c in function "mozembed_location_changed_cb" 
there is a call to "gtk_moz_embed_get_location" that rewrites the url 
string.
Comment 2 Alex Barnes 2001-12-22 03:57:58 UTC
To confirm that it is mozilla, does this happen in mozilla too?

Comment 3 Aaron Brick 2002-01-17 03:15:02 UTC
actually, no. mozilla opens the site alright; galeon does not.
Comment 4 Daniel Erat 2002-02-17 00:49:05 UTC
Fixed in CVS.