GNOME Bugzilla – Bug 62839
CR ahead of URL should be parsed out
Last modified: 2004-12-22 21:47:04 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.
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.
To confirm that it is mozilla, does this happen in mozilla too?
actually, no. mozilla opens the site alright; galeon does not.
Fixed in CVS.