You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org> on 2017/09/14 12:38:00 UTC

[jira] [Resolved] (TOBAGO-1735) Collapsible concept doesn't work inside a dropdown menu nor tabGroup.

     [ https://issues.apache.org/jira/browse/TOBAGO-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-1735.
-------------------------------------
    Resolution: Fixed

> Collapsible concept doesn't work inside a dropdown menu nor tabGroup.
> ---------------------------------------------------------------------
>
>                 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: 4.0.0, 3.0.6
>
>
> 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.4.14#64029)