2884: links with ampersand (&) are truncated
- Fixed
- Review Board
ymi****@gmai***** (Google Code) (Is this you? Claim this profile.) | |
Aug. 7, 2013 |
What version are you running? 1.6.13 What's the URL of the page containing the problem? https://reviewboard.eng.vmware.com/r/xxxxxxx/ What steps will reproduce the problem? 1. add link with ampersand in the description, everything after ampersand is truncated 2. 3. What is the expected output? What do you see instead? link with ampersand in the description, everything after ampersand is truncated What operating system are you using? What browser? Windows 7, Chrome Version 24.0.1312.56 m Please provide any additional information below.
I tested on 1.7.2 and 1.7.4 and dont seem to have this problem. Attaching screenshot. Is this how you modified the description?
-
+
Yes, similar, the link that gets truncated in my case is: http://something.somewhere.com/index.php?page=PageName&id=XXXXXXX
I see this now on RB 1.6.13.
I've made some investigation. My code post WebSVN URL like this: https://server/wsvn/project/?op=revision&rev=125&peg=125 On Review page there are HTML code like this: <pre class="body_top reviewtext">https://server/wsvn/project/?op=revision&rev=125&peg=125 And on page I see: https://server/wsvn/project/?op=revision&rev=125& and everything up to last "&" is a link. I think it is JavaScript formatting problem.