Bug #10464 TITLE tag for "Associated Issues" in issue listing tag not htmlspecialchar()'ed
Submitted: 9 May 2005 11:40 Modified: 7 Jun 2005 16:17
Reporter: Elan Ruusamäe (SCA)
Status: Closed
Category:Eventum Severity:S3 (Non-critical)
Version:1.5.3 OS:PLD Linux
Assigned to: Bugs System Target Version:

[9 May 2005 11:40] Elan Ruusamäe
Description:
if you have issue who has "Associated Issues:" and that associated issue title happens to
have double quotes, then the TITLE popup appears partial:

<a href="view.php?id=1150" title="issue #1150 (requirements) - add "blah" to here and
there" class="link">#1150</a> 

How to repeat:
1. create new issue. make it's title include double quotes
2. create another issue, mark it's associated issue the previous issue you created
3. see the TITLE tag on second issue on issue details listing page

Suggested fix:
use htmlspecialchars() :)
[7 Jun 2005 16:17] Joao Prado Maia
Thanks for the report. This bug is fixed on Bitkeeper and will be included on 1.5.5.

--Joao