Ticket #733 (closed defect: fixed)
url recognition doesn't work properly
| Reported by: | nobody | Owned by: | erijo |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.4 |
| Component: | qt-gui | Version: | 1.3.0 |
| Keywords: | Cc: |
Description (last modified by erijo) (diff)
I'm using licq 1.3.0/ssl + kde 3.3 (on gentoo) If I try to open an url somebody send me often there is a trailing '<br> '. Result is a 404 erroror a redirect. To work around you can add 'URL=${URL%<br>?}' to the viewurl scripts after $URL is set (I tested it just for firefox with viewurl-mozilla.sh but it should work with others as well)
Another annoying thing is that urls only become links which launch a webbrowser via mouse click when there's something like http:// or ftp:// in the beginning. You often recieve links like www.somedomain.com. I think it would be more comfortable to launch them with a click too. On the other hand when you just have something like 'http:// a' is recognized as url.
