Widgets: listBox will display sibling component's border when placed in
verticalPanel
-------------------------------------------------------------------------------------
Key: XAP-76
URL: http://issues.apache.org/jira/browse/XAP-76
Project: XAP
Issue Type: Bug
Components: Widgets
Reporter: Matt Carbone
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.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira