[
https://issues.jboss.org/browse/RF-13151?page=com.atlassian.jira.plugin.s...
]
Brian Leathem resolved RF-13151.
--------------------------------
Labels: (was: waiting_on_user)
Resolution: Rejected
Glad you worked out your problem. In the future, please direct you usage questions to the
forum, we can then escalate issues (bugs/feature requests) out of the forum if need be.
As for more debug info, @lfryc recently wrote this up:
https://gist.github.com/lfryc/6123495
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