4110: Markdown on 'Note to reviewer field' fails.

satish3
3963

What version are you running?

2.0.12

What's the URL of the page containing the problem?

Private

What steps will reproduce the problem?

  1. Raise a review request.
  2. enable markdown on 'Note to reviewer field'
  3. add text like "+ PRT 28 -- input validation"
  4. markdown fails for Note to reviewer, its working for description and other fields.

What is the expected output? What do you see instead?

Expected:
. PRT 28 -- input validation

What I get is:
+ PRT 28 -- input validation

What operating system are you using? What browser?

Linux

Please provide any additional information below.

gmyers
#1 gmyers

This is very similar to #3963, and I suspect is caused by the same underlying issue. I was actually looking into this a couple of weeks back and I believe the issue can be traced back to <fieldname>_text_type not being stored into the extra_data field to capture the current markdown state. Hoping to work on this in the not too distance future as time permits.

#2 oesteban

I would say this one is harder to see working. I mean, while #3963 works at least the first time, seeing + as <bullet> happens only once in a while. I'm talking about 2.0.15 revision.

chipx86
#3 chipx86

This seems to be the same root cause as bug 3963 (which is now fixed), so I'm marking as a dup.