[ http://issues.apache.org/jira/browse/ADFFACES-322?page=comments#action_12457835 ] Adam Winer commented on ADFFACES-322: -------------------------------------
I don't understand the patch. The logic would only be invalid if "disclosed" was already set to true on the UIXShowDetail being expanded. But it shouldn't be - that should only get set to true when the DisclosureEvent is delivered. I think there's a bug in whatever renderer you're using. > UIXShowOne#queueEvent() incorrectly queues undisclosed event > ------------------------------------------------------------ > > Key: ADFFACES-322 > URL: http://issues.apache.org/jira/browse/ADFFACES-322 > Project: MyFaces ADF-Faces > Issue Type: Bug > Components: Archetype > Environment: Any > Reporter: Dave Robinson > Priority: Minor > Attachments: trunk.patch > > > When UIXShowOne#queueEvent() encounters a disclose true event, it attempts to > find the currently disclosed child and launch an additional disclose false > event to that child. But, due to an error in the code, it ends up sending 2 > events on the to-be-disclosed child, first a disclose false event, then a > disclose true event. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
