A URL can have a ";" character in them however Vision will only make the part of the URL up to that character clickable. I've attached a patch which fixes this.
This doesn't just seem limited to semi-colons. I have found that parentheses also cause URL parsing issues. I will look up all the characters which can be part of a URL and update this ticket with a patch which covers all of them.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This doesn't just seem limited to semi-colons. I have found that parentheses also cause URL parsing issues. I will look up all the characters which can be part of a URL and update this ticket with a patch which covers all of them.
I have made a patch and tested it works on both () and ;.