GNOME Bugzilla – Bug 126730
Links detection fails with two or more subsequent links
Last modified: 2004-12-22 21:47:04 UTC
Package: gossip Severity: minor Version: unspecified Synopsis: Links detection fails with two or more subsequent links Bugzilla-Product: gossip Bugzilla-Component: General Description: Description of Problem: When a message is sent/received with two or more subsubsequent, some links are concatenated and highlighting seems to skip each other link. Steps to reproduce the problem: Send a message with the following (example) contents: http://gnome.org http://debian.org http://luon.net http://test.tld<return> Actual Results: http://gnome.orghttp://debian.org http://luon.net http://test.tld The first two links seem to be concatenated (space is gone) and the whole is highlighted, the 'http://luon.net' isn't highlighted at all and http://test.tld is highlighted again. Expected Results: The 4 links, space seperated and highlighted/clickable. This happens every time using the CVS version of 20031111 Additional comments: When the URLs have a trainling '/', the 'concatenation' problem seems solved, but the each other link highlighting problem stays. ------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-11-11 10:42 ------- Reassigning to the default owner of the component, gossip-maint@bugzilla.gnome.org.
Marking for 0.7, should be easy enough to fix.
The following patch solves that problem. There is also a bug when recieving multiple urls in the same message. Some (most) of them are not recognized. The patch solves that problem as well.
Created attachment 22410 [details] [review] see above
Thanks, commited!