Book a Demo

Author Topic: HTML report does not preserve formatting  (Read 3070 times)

Jaroslav

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
HTML report does not preserve formatting
« on: July 10, 2013, 05:59:02 pm »
I am using bold and italic text and also lists in my notes. When I generate HTML report from my model, formatting is not preserved and instead of bold text, there is HTML fragment <b>my text</b>.

So, I am expecting:
my text
  • item1
  • item2

However, I got:
<b>my text</b><ul><li>item1</li><li>item2</li></ul>

What is wrong? RTF documentation is OK.

Thank you, for your answers.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: HTML report does not preserve formatting
« Reply #1 on: July 11, 2013, 08:41:24 am »
If I remember correctly, that's an issue viewing the report on Firefox. (v16 or greater) Firefox changed its behavior for the XML request javascript action to automatically parse, which throws an exception and prevents the rest of the javascript from running.

The templates can be modified to correct the issue, but I don't have the modified templates to hand.