[richfaces-issues] [JBoss JIRA] (RF-13151) Number of Data Fields in PopUpPanel appear to stop events for DataScroller and sorting of extendedDataTable

Brian Leathem (JIRA) jira-events at lists.jboss.org
Fri Aug 23 12:45:26 EDT 2013


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

Brian Leathem updated RF-13151:
-------------------------------

    Description: 
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.


  was:
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.



    
> 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


More information about the richfaces-issues mailing list