[
https://issues.apache.org/jira/browse/TOBAGO-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Henning Noeth resolved TOBAGO-1735.
-----------------------------------
Resolution: Fixed
Fix Version/s: 3.1.0
> Collapsible concept doesn't work inside a dropdown menu.
> --------------------------------------------------------
>
> Key: TOBAGO-1735
> URL: https://issues.apache.org/jira/browse/TOBAGO-1735
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Core
> Affects Versions: 3.0.3
> Reporter: Henning Noeth
> Assignee: Henning Noeth
> Fix For: 3.1.0
>
>
> If a <tc:operation> is implemented in a dropdown menu, it's already executed
> when the dropdown menu is opened.
> The correct behavior would be if the <tc:operation> is executed by clicking
> the corresponding dropdown menu entry.
> In the following example the large popup will be opened by clicking the
> 'Open' button.
> {code:xml}<tc:button id="dropdownButton" label="Open" omit="true" >
> <tc:link id="largePopupLink" label="Large Popup" omit="true">
> <tc:operation name="show" for="largePopup"/>
> </tc:link>
> <tc:link id="smallPopupLink" label="Small Popup" omit="true">
> <tc:operation name="show" for="smallPopup"/>
> </tc:link>
> </tc:button>{code}
> The two <tc:link> tags would be work correctly when the <tc:button> would be
> removed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)