Widgets:BorderPane: Border Components don't resize dynamically
--------------------------------------------------------------
Key: XAP-537
URL: https://issues.apache.org/jira/browse/XAP-537
Project: XAP
Issue Type: Bug
Components: Widgets: Layouts
Reporter: Trevor Oldak
Priority: Minor
Setting the width or height of border Components doesn't do anything in a
borderPane.
this can be worked around by setting the height or width of a borderPane to
it's current value.
e.g. bp.setAttribute('width',bp.getAttribute('width'));
This will make the borderPane redraw with the new values for the width and
height of its border components.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.