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/10/30 16:50:51 UTC

[jira] Created: (XAP-530) Widgets: BorderPane: East and west children don't always display

Widgets: BorderPane: East and west children don't always display
----------------------------------------------------------------

                 Key: XAP-530
                 URL: https://issues.apache.org/jira/browse/XAP-530
             Project: XAP
          Issue Type: Bug
          Components: Widgets: Layouts
            Reporter: Trevor Oldak


The east and west children of a borderPane do not always display.
Here's an example
			<freePane width="500px" height="300px" backgroundColor="#F0F0F0">
				<xal:borderPane width="300px" height="300px">
					<xal:freePane backgroundColor="red" height="20px"
						borderPosition="north">
						<label text="foo" x="0" y="0"/>
					</xal:freePane>
					<xal:freePane backgroundColor="green" height="20px"
						borderPosition="south">
						<label text="foo" x="0" y="0"/>
					</xal:freePane>
					<xal:freePane backgroundColor="blue" width="20px"
						borderPosition="east">
						<label text="foo" x="0" y="0"/>
					</xal:freePane>
					<xal:freePane backgroundColor="yellow" width="20px"
						borderPosition="west">
						<label text="foo" x="0" y="0"/>
					</xal:freePane>
					<xal:freePane backgroundColor="orange"
						borderPosition="center">
						<label text="foo" x="0" y="0"/>
					</xal:freePane>
				</xal:borderPane>
			</freePane>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (XAP-530) Widgets: BorderPane: East and west children don't always display

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak updated XAP-530:
-----------------------------

    Priority: Blocker  (was: Major)

> Widgets: BorderPane: East and west children don't always display
> ----------------------------------------------------------------
>
>                 Key: XAP-530
>                 URL: https://issues.apache.org/jira/browse/XAP-530
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Layouts
>            Reporter: Trevor Oldak
>            Priority: Blocker
>
> The east and west children of a borderPane do not always display.
> Here's an example
> 			<freePane width="500px" height="300px" backgroundColor="#F0F0F0">
> 				<xal:borderPane width="300px" height="300px">
> 					<xal:freePane backgroundColor="red" height="20px"
> 						borderPosition="north">
> 						<label text="foo" x="0" y="0"/>
> 					</xal:freePane>
> 					<xal:freePane backgroundColor="green" height="20px"
> 						borderPosition="south">
> 						<label text="foo" x="0" y="0"/>
> 					</xal:freePane>
> 					<xal:freePane backgroundColor="blue" width="20px"
> 						borderPosition="east">
> 						<label text="foo" x="0" y="0"/>
> 					</xal:freePane>
> 					<xal:freePane backgroundColor="yellow" width="20px"
> 						borderPosition="west">
> 						<label text="foo" x="0" y="0"/>
> 					</xal:freePane>
> 					<xal:freePane backgroundColor="orange"
> 						borderPosition="center">
> 						<label text="foo" x="0" y="0"/>
> 					</xal:freePane>
> 				</xal:borderPane>
> 			</freePane>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (XAP-530) Widgets: BorderPane: East and west children don't always display

Posted by "Trevor Oldak (JIRA)" <xa...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/XAP-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Trevor Oldak closed XAP-530.
----------------------------

    Resolution: Fixed

> Widgets: BorderPane: East and west children don't always display
> ----------------------------------------------------------------
>
>                 Key: XAP-530
>                 URL: https://issues.apache.org/jira/browse/XAP-530
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Layouts
>            Reporter: Trevor Oldak
>            Priority: Blocker
>
> The east and west children of a borderPane do not always display.
> Here's an example
> 			<freePane width="500px" height="300px" backgroundColor="#F0F0F0">
> 				<xal:borderPane width="300px" height="300px">
> 					<xal:freePane backgroundColor="red" height="20px"
> 						borderPosition="north">
> 						<label text="foo" x="0" y="0"/>
> 					</xal:freePane>
> 					<xal:freePane backgroundColor="green" height="20px"
> 						borderPosition="south">
> 						<label text="foo" x="0" y="0"/>
> 					</xal:freePane>
> 					<xal:freePane backgroundColor="blue" width="20px"
> 						borderPosition="east">
> 						<label text="foo" x="0" y="0"/>
> 					</xal:freePane>
> 					<xal:freePane backgroundColor="yellow" width="20px"
> 						borderPosition="west">
> 						<label text="foo" x="0" y="0"/>
> 					</xal:freePane>
> 					<xal:freePane backgroundColor="orange"
> 						borderPosition="center">
> 						<label text="foo" x="0" y="0"/>
> 					</xal:freePane>
> 				</xal:borderPane>
> 			</freePane>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.