[ 
https://issues.apache.org/jira/browse/XAP-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464956
 ] 

Turyn, Michael commented on XAP-223:
------------------------------------

The problem turns out to be in the wrapper div in which the horizontal flow 
pane wraps each of its children.  That div has the style.display value "inline" 
under IE,  and "-moz-inline-box" under mozilla.  The code is commented:

                //technically both of these should work with "inline-table"
                //but neither moz nor IE supports that. IE seems to work fine
                //with just "inline", moz doesn't like that but 
"-moz-inline-box"
                //seems to work well on a div with some stuff inside of it.
                //setting -moz-inline-box on an unwrapped table is trouble 
though.
        
Giving the mozilla version the unsupported vale of "inline-table" results in a 
style with no display value; that or simply not giving the wrapper a 
style.display seems to work, but I'll hold off on checking that in until it's 
tested more.

> Widgets: RadioButton: RadioButton image doesn't appear in horizontalFlowPane
> ----------------------------------------------------------------------------
>
>                 Key: XAP-223
>                 URL: https://issues.apache.org/jira/browse/XAP-223
>             Project: XAP
>          Issue Type: Bug
>          Components: Widgets
>            Reporter: Trevor Oldak
>            Priority: Critical
>
> <xal xmlns="http://openxal.org/ui"; xmlns:xal="http://openxal.org/ui";> 
>                       <horizontalFlowPane width="825px">
>                               <radioButton group="bonk" width="200px" 
> text="foo"/>
>                               <radioButton group="bonk" width="200px" 
> text="bar"/>
>                       </horizontalFlowPane>
> </xal>
> Run the above XAL and you'll see that the radioButton image doesn't show up.

-- 
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