[ 
https://issues.jboss.org/browse/RF-13151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798903#comment-12798903
 ] 

Brian Leathem commented on RF-13151:
------------------------------------

Do you get any errors in your browser console?
                
> Number of Data Fields in PopUpPanel appear to stop events for DataScroller 
> and sorting of extendedDataTable
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: RF-13151
>                 URL: https://issues.jboss.org/browse/RF-13151
>             Project: RichFaces
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: Deb Owsley
>
> In my rich:popupPanel,  I have 10 elements, as follows:
> {code}
> <a4j:region id="addEquipmentRegion" status="equipmentWaitStatus">
>         <rich:popupPanel id="addEquipmentModPanel" autosized="true" 
> width="600" height="400">
>             <f:facet name="header"><h:outputText value="Add 
> Equipment"/></f:facet>
>             <f:facet name="controls">
>                 <h:panelGrid>
>                     <h:graphicImage value="img/close_modal.png" 
> styleClass="hidelink" id="hideAddEquipmentModPanel">
>                         <rich:componentControl target="addEquipmentModPanel" 
> operation="hide" event="onclick"/>
>                     </h:graphicImage>
>                 </h:panelGrid>
>             </f:facet>
>                 <rich:panel id="addEquipmentPanel"> 
>                                
>                     <s:decorate id="equipmentBaseIDDecoration" 
> template="layout/edit.xhtml">
>                         <ui:define name="label">Base ID</ui:define>
>                           <rich:select id="addBaseID" 
> enableManualInput="true" required="true" 
>                             value="#{equipmentHome.instance.baseID}">
>                             <f:selectItems 
> value="#{entityAttribute.baseIDs}"/>
>                           </rich:select> 
>                     </s:decorate>
> .....
> {code}
> This popup panel is called from a button on one of my pages that contains a 
> data scroller and an extendedDataTable.
> If I add an 11th element inside of my PopUpPanel,  then all data scrolling 
> and sorting in the extendedDataTable stops working.
> I have removed different elements from the popup and it doesn't matter.  As 
> long as I only have 10 all events fire. As soon as there are 11,  everything 
> stops.
> I get absolutely no errors in my jboss console.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to