[ 
https://issues.apache.org/jira/browse/TOBAGO-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16166277#comment-16166277
 ] 

Hudson commented on TOBAGO-1735:
--------------------------------

SUCCESS: Integrated in Jenkins build Tobago 3.0.x #28 (See 
[https://builds.apache.org/job/Tobago%203.0.x/28/])
TOBAGO-1735: Collapsible concept doesn't work inside a dropdown menu nor 
(lofwyr: rev fc9a5bff92e1f0f7fccea7997ef0a58f05db3fb4)
* (edit) 
tobago-core/src/main/java/org/apache/myfaces/tobago/internal/renderkit/renderer/TobagoClientBehaviorRenderer.java


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

Reply via email to