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 "Michael Mikhaylov (JIRA)" <xa...@incubator.apache.org> on 2007/03/20 21:29:32 UTC

[jira] Created: (XAP-340) Border height is added to container height in IE for freePane, horizontalFlowPane, horizontalBoxPane (but not verticalBoxPane)

Border height is added to container height in IE for freePane, horizontalFlowPane, horizontalBoxPane (but not verticalBoxPane)
------------------------------------------------------------------------------------------------------------------------------

                 Key: XAP-340
                 URL: https://issues.apache.org/jira/browse/XAP-340
             Project: XAP
          Issue Type: Bug
         Environment: Platform 4.5.3.1810 on IE 7
            Reporter: Michael Mikhaylov


This works as expected (green square inside red inside gray):

<xal xmlns="http://openxal.org/ui/html">
    <rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
        <verticalBoxPane width="200px" height="200px" borderWidth="50px" 
          borderColor="red" borderStyle="solid" backgroundColor="green"/>
    </rootPane>
</xal>


This is stretched vertically in IE only:


<xal xmlns="http://openxal.org/ui/html">
    <rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
        <horizontalBoxPane width="200px" height="200px" borderWidth="50px" 
          borderColor="red" borderStyle="solid" backgroundColor="green"/>
    </rootPane>
</xal>





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


[jira] Updated: (XAP-340) Border height is added to container height in IE for freePane, horizontalFlowPane, horizontalBoxPane (but not verticalBoxPane)

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

Michael Mikhaylov updated XAP-340:
----------------------------------

    Component/s: Widgets

> Border height is added to container height in IE for freePane, horizontalFlowPane, horizontalBoxPane (but not verticalBoxPane)
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: XAP-340
>                 URL: https://issues.apache.org/jira/browse/XAP-340
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>         Environment: Platform 4.5.3.1810 on IE 7
>            Reporter: Michael Mikhaylov
>
> This works as expected (green square inside red inside gray):
> <xal xmlns="http://openxal.org/ui/html">
>     <rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
>         <verticalBoxPane width="200px" height="200px" borderWidth="50px" 
>           borderColor="red" borderStyle="solid" backgroundColor="green"/>
>     </rootPane>
> </xal>
> This is stretched vertically in IE only:
> <xal xmlns="http://openxal.org/ui/html">
>     <rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
>         <horizontalBoxPane width="200px" height="200px" borderWidth="50px" 
>           borderColor="red" borderStyle="solid" backgroundColor="green"/>
>     </rootPane>
> </xal>

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


[jira] Assigned: (XAP-340) Border height is added to container height in IE for freePane, horizontalFlowPane, horizontalBoxPane (but not verticalBoxPane)

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

Rob Gagne reassigned XAP-340:
-----------------------------

    Assignee: James Margaris

> Border height is added to container height in IE for freePane, horizontalFlowPane, horizontalBoxPane (but not verticalBoxPane)
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: XAP-340
>                 URL: https://issues.apache.org/jira/browse/XAP-340
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets: Other
>         Environment: Platform 4.5.3.1810 on IE 7
>            Reporter: Michael Mikhaylov
>         Assigned To: James Margaris
>
> This works as expected (green square inside red inside gray):
> <xal xmlns="http://openxal.org/ui/html">
>     <rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
>         <verticalBoxPane width="200px" height="200px" borderWidth="50px" 
>           borderColor="red" borderStyle="solid" backgroundColor="green"/>
>     </rootPane>
> </xal>
> This is stretched vertically in IE only:
> <xal xmlns="http://openxal.org/ui/html">
>     <rootPane width="300px" height="300px" backgroundColor="#EEEEEE">
>         <horizontalBoxPane width="200px" height="200px" borderWidth="50px" 
>           borderColor="red" borderStyle="solid" backgroundColor="green"/>
>     </rootPane>
> </xal>

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