Closed
Bug 1364519
Opened 8 years ago
Closed 7 years ago
Markdown re-enabled after unchecking "Enable Markdown", escaping gets messed up
Categories
(MozReview Graveyard :: Review Board: User Interface, enhancement)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: botond, Unassigned)
Details
STR:
1. Write a review comment with the contents
template <typename T>
A[B]
(The first line is to motivate disabling markdown.
The second line triggers the bug.)
2. Uncheck "Enable Markdown" and save the comment.
3. Click on the comment again. The "Enable Markdown"
checkbox is checked again, and the contents of the
comment textbox are now:
template <typename T>
A\[B\]
4. Uncheck "Enable Markdown" again (say you want to
add more to the comment) and Save.
5. Click on the comment again. Once again, "Enable
Markdown" is checked, and the textbox now reads:
template <typename T>
A\\\[B\\\]
For bonus fun, continue doing this and watch the number of backslashes grow exponentially :)
Comment 1•7 years ago
|
||
MozReview is now obsolete. Please use Phabricator instead. Closing this bug.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•