Hello,
I have trouble with displaying <ul> and <ol> in TextField with html markup enabled.
For example if i have such HTML:
<ul>
<li>first item</li>
<li>second item with very very long text</li>
<li>third item</li>
</ul>
and if width of text field is less than length of second item's text and causes it break on several lines then JR renders next line before list's bullet (or number) like it shown on the first attached screen, but desireable behaviour is shown on the second attached screen. So please advise is there any place where I can manage this? Or it's a kind of bug?
Thanks
It would be really really nice to see lists get some love. This same issue has been a thorn in Jasper's side since at least 2005 given that's the first time I reported it myself.
The HTML Component unfortunately is not a viable alternative to enhancing the basic html support of the textfield as it renders an image that cannot break across pages.
- Log in or register to post comments
add comment
0 Answers:
No answers yet