Category: | Bug report |
Priority: | Normal |
Status: | Acknowledged |
Project: | Severity: | Major |
Resolution: | Open |
|
Component: | Reproducibility: | Always |
Assigned to: |
Steps to reproduce the bug are given as follow.
1. Create a Jasper report with textElement with markup='html'. I have attached sample jrxml named "StrikeThroughColor_Report.jrxml".
2. Give the Html content as follow for the textElement with markup=’html’.
"<p><span style=\"text-decoration:line-through #FF0000\">Strikethrough</span></p><p><span style=\"text-decoration:line-through;text-decoration-color:#E82042\">Strikethrough</span></p>"
2. Generate the report in Jasper studio. I had used Jasper Studio 6.13.0.
The strikethrough color is not getting applied and it seems jasper is removing this property while generating jasper report.
I have tried same content with HTML file and it is working fine. Please find the attached "StrikeThroughColor.html" file.
1 Comment: