[
https://issues.apache.org/jira/browse/XAP-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Margaris updated XAP-244:
-------------------------------
Component/s: (was: Other widgets)
Menu/MenuBar/Toolbar
> Widgets: PopupMenu: If PopupMenu width is set, menuItem children should have
> width of 100%
> ------------------------------------------------------------------------------------------
>
> Key: XAP-244
> URL: https://issues.apache.org/jira/browse/XAP-244
> Project: XAP
> Issue Type: Bug
> Components: Menu/MenuBar/Toolbar
> Reporter: Trevor Oldak
>
> In the following example, the popupMenu's width is wider than its children's
> default width, extending the width of the popupMenu, but not the width of its
> children.
> Setting the width of a popupMenu should set the children's widths too.
> <xal:popupMenu id="testComponent" backgroundColor="#F0F0F0" width="300px">
> <xal:menuItem id="cut" text="Cut"/>
> <xal:menuItem text="Copy"/>
> <xal:horizontalSeparator/>
> <xal:menuItem text="Paste">
> <xal:popupMenu>
> <xal:menuItem text="Cut"/>
> <xal:menuItem text="Copy"/>
> <xal:horizontalSeparator/>
> <xal:menuItem text="Paste"/>
> </xal:popupMenu>
> </xal:menuItem>
> </xal:popupMenu>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.