[richfaces-issues] [JBoss JIRA] Updated: (RF-10776) Multi-clicking tabPanel tab resets drop-downs

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Fri Mar 18 04:24:45 EDT 2011


     [ https://issues.jboss.org/browse/RF-10776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-10776:
--------------------------------

    Fix Version/s: 3.Future


> Multi-clicking tabPanel tab resets drop-downs
> ---------------------------------------------
>
>                 Key: RF-10776
>                 URL: https://issues.jboss.org/browse/RF-10776
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-panels-layout-themes
>            Reporter: Eric Parshall
>             Fix For: 3.Future
>
>
> We are using RichFaces 3.3 and the tabPanel control on several screens to organize a large number of text boxes and drop-down controls.  When we double- or triple-click a tab that is currently hidden and has drop-down controls on it the tab will appear correctly at first, but then all of the drop-down controls get reset to their null value.  This happens to all of the drop-down controls that allow a null selection.
>  
> Here is the portion showing the tabPanel control:
>  <rich:tabPanel
>      id="appTabPanel" 
>      switchType="ajax" ignoreDupResponses="true"
>      selectedTab="#{applicationDetailController.selectedTab}"
>      style="width: 100%">     <rich:tab
>           label="Tab With Controls" 
>           id="detailTab"
>           eventsQueue="queue"
>           rendered="#{authUser.hasAccessToRight('application_tab_premium')}">
>           <rich:panel id="premiumDetailPanel" style="border:0">
>                <a:include id="i1" viewId="/Application/PremiumDetail/premiumDetail.xhtml" 
>                     ajaxRendered="false" eventsQueue="queue"/>
>           </rich:panel>
>      </rich:tab>
>  
> When I triple-click I see the get method called 3 times and then the set method gets called with a null value.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list