You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-dev@incubator.apache.org by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org> on 2007/11/07 19:22:51 UTC

[jira] Created: (XAP-537) Widgets:BorderPane: Border Components don't resize dynamically

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.