Bug - URL inside parentheses
If a URL is inside parentheses, it will display correctly (color changes and underlines on mouseover appropriately), however when clicked it appends the closing parenthesis and any additional characters to the end of the URL until it reaches a space. It does it on the tooltip when mousing over as well.
For example if you post (http://www.test.com/)
it will try to take you to http://www.test.com/)
If you post (http//www.test.com)This site is awesome!
it will try to take you to http://www.test.com/)This
If you do not end the URL with a slash, it still includes the parenthesis, but nothing after.
So (http://www.test.com)This site is awesome!
will become http://www.test.com)

2 comments
-
Mark commented
Just confirmed this bug at my company as well.
-
Ben Marcotte commented
I can confirm that I've encountered this multiple times myself. Seems like it should be a simple bug to identify and fix, right?