[
https://issues.apache.org/jira/browse/XAP-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trevor Oldak closed XAP-76.
---------------------------
Appears to be fixed, here's the updated xal:
<xal xmlns:xal="http://openxal.org/ui">
<xal:freePane width="100%" height="100%">
<xal:freePane x="50px" y="50px" backgroundColor="#ffffff"
borderWidth="3" borderColor="#A6C8FF"
borderStyle="solid" width="900px" height="200px">
<xal:horizontalBoxPane x="20" y="20">
<xal:verticalBoxPane>
<xal:textField id="tf_name"
width="500px" height="100px" fontSize="16px"
borderWidth="1"
borderColor="#A6C8FF" borderStyle="dashed"/>
<xal:listBox id="lbx_type"
width="100px" borderWidth="1" borderColor="#A6C8FF" borderStyle="solid">
<xal:listItem text="item"
value="1" />
</xal:listBox>
</xal:verticalBoxPane>
</xal:horizontalBoxPane>
</xal:freePane>
</xal:freePane>
</xal>
> Widgets: listBox will display sibling component's border when placed in
> verticalPanel
> -------------------------------------------------------------------------------------
>
> Key: XAP-76
> URL: https://issues.apache.org/jira/browse/XAP-76
> Project: XAP
> Issue Type: Bug
> Components: Widgets: Other
> Reporter: Matt Carbone
> Assigned To: Turyn, Michael
>
> When contained in a verticalPanel, a listBox will display the border of the
> sibling component above it with the specified width. The styles are not
> inherited.
> <xal xmlns:xal="http://www.openxal.org/xal">
> <xal:freePanel width="100%" height="100%">
> <xal:freePanel x="50px" y="50px" backgroundColor="#ffffff"
> borderWidth="3" borderColor="#A6C8FF"
> borderStyle="solid" width="900px" height="200px">
> <xal:horizontalPanel x="20" y="20">
> <xal:verticalPanel>
> <xal:textField id="tf_name" width="500px" height="100px"
> fontSize="16px"
> borderWidth="1" borderColor="#A6C8FF"
> borderStyle="dashed"/>
> <xal:listBox id="lbx_type" width="100px" borderWidth="1"
> borderColor="#A6C8FF" borderStyle="solid">
> <xal:listItem text="item" value="1" />
> </xal:listBox>
> </xal:verticalPanel>
> </xal:horizontalPanel>
> </xal:freePanel>
> </xal:freePanel>
> </xal>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.