Editing a comment loses formatting
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
After editing a comment, any formatting that had been in the comment is lost.
Example before edit:
with self.rt.
Example after edit:
with self.rt.
limits):
self.network_
context, instance, self.host,
provider_
network_info = self.network_
context, instance)
tags: | added: comments ui |
Changed in launchpad: | |
importance: | Undecided → Low |
status: | New → Triaged |
Can confirm that the UI does show the unformatted commented in the UI when it's edited, but when the page is refreshed the formatting is in place.
The bug happens in the edit textbox display in particular, not on a database level nor on the usual comment display.