LinkButtonDataRenderer's label doesn't wrap
-------------------------------------------
Key: PIVOT-258
URL: https://issues.apache.org/jira/browse/PIVOT-258
Project: Pivot
Issue Type: Bug
Components: wtk
Affects Versions: 1.3
Reporter: Todd Volkert
Assignee: Todd Volkert
Priority: Minor
Fix For: 1.3.1
LinkButton's default renderer used to be able to wrap the text of its label
(you can see the artifact of this in the LinkButtonDataRenderer constructor).
Since the change to not support horizontally justified horizontal box panes,
this no longer works. The reason that LinkButtonDataRenderer is a horizontal
box pane is to accommodate the image and the text in the button data, but it
means that the "fill" style won't constrain the width of the renderer's label.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.