textAlign justify and linkElement problem
- February 17, 2010
- 2 replies
- 1839 views
Hi,
I have a paragraph with text and a link.
The link contains a span (backgroundColor = blue, fontWeight=bold) and all properties of each link format (format, linkNormalFormat, linkActiveFormat, linkHoverFormat) inherit from the paragraph format.
I added event listener on the link to manage tooltip.
It works perfectly if paragraph.textAlign = "left" or "right" as shown in attached pictures.
But if I change my code to paragrah.textAlign="justify" (without changing anything else), I obtain a bad result (as shown in attached picture) :
- the backgroundColor on the span doesn't work anymore (but the bold is still working)
- my tooltip event listener doesn't work anymore.
I don't understand why, thanks for your help !
Olivier
PS : I used the build 13875.
