[
https://issues.apache.org/jira/browse/XAP-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462265
]
Turyn, Michael commented on XAP-223:
------------------------------------
(Note that the radio button image in the above looks bigger than in the
fixed-in-inspector or worked-around versions; a clue?)
The problem is with the DIV that's enclosing the horizontal flow pane:
1.) If that div has been given non-percentage width and height (e.g.," 500px"
rather than "100%"), the problem seems to go away.
or
2.) The problem is also avoided if that div has "overfow:visible" in its style.
I found the div via the DOM inspector, and altered it in the inspector. I
can't see where in the code creates that DIV (it's not marked with any Dojo or
Xal attributes I can see; it's the direct parent to the table implementing the
horizontal flow pane).
Setting the size or overlow of the home div (in the html that calls the .xal)
doesn't seem to change things.
WORKAROUND?
Putting all the example xal within a FreePane (with fixed size or visible
overflow) doesn't fix it.
Putting it within a <table><row> :here: </row></table> does seem to fix it (no
<cell/> allowed).
> 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