When viewing an issue, the text in the 'description' keeps changing as user clicks tabs and 'back'.
Using RC3. Same result with FireFox and IE8.
Steps to repro:
1) Login and select existing project. (Must be logged in to view in edit mode.)
2) Click an issue to display it.
3) Note the correctly formated text in the 'Description' area.
4) Click 'History' (Other tabs can be clicked instead)
5) Click 'Browser Back' with mouse or web viewer toolbar
6) Observe that the text has changed from correct formatting to html style.
7) Repeat steps 4-6. Note the text gets an increasing number of format markups added.
Eg: (text was 'Late added description')
Late added description.
Late added description.
<p>Late added description.</p>
<p><p>Late added description.</p></p>
etc.