Widgets: TabPane: In IE, unspecified borderWidth in tabPane can cause border to 
overlap with tabPane contents
-------------------------------------------------------------------------------------------------------------

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


View this XAL in IE:
<xal xmlns="http://openxal.org/ui/html";>
    
    <verticalBoxPane align="start" width="600px" height="600px" 
borderWidth="1px" borderColor="blue" borderStyle="solid">
        <tabPane width="500px" height="500px" borderColor="red" 
borderStyle="solid">
            <tab text="tab" width="400px" height="400px">
                <label text="first"/>    
            </tab>
        </tabPane>
    </verticalBoxPane>
</xal>


You can see the red and black borders overlap.
Set the borderWidth and the problem disappears

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to