[richfaces-issues] [JBoss JIRA] Closed: (RF-5122) Firefox 3 not holding scroll position for AJAX requests (WAS: Ajax4jsf standard attributes: limitToList broken)

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Tue Dec 23 09:40:54 EST 2008


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

Alexander Dubovsky closed RF-5122.
----------------------------------

    Assignee: Alexander Dubovsky  (was: Tsikhon Kuprevich)


> Firefox 3 not holding scroll position for AJAX requests (WAS: Ajax4jsf standard attributes: limitToList broken)
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-5122
>                 URL: https://jira.jboss.org/jira/browse/RF-5122
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>            Reporter: Ilya Shaikovsky
>            Assignee: Alexander Dubovsky
>            Priority: Critical
>
> 	<h:form>	
>         <a4j:outputPanel id="output" ajaxRendered="true"> 
>         <div style="overflow: auto; max-height: 100px; height:100px; border: 1px solid gray">
> 		<rich:tree style="width:300px" switchType="client" stateAdvisor="#{treeDemoStateAdvisor}" id="tree">
> 			<rich:recursiveTreeNodesAdaptor roots="#{fileSystemBean.sourceRoots}" var="item" nodes="#{item.nodes}">
> 				<rich:treeNode id="treeNode">
> 					<h:selectBooleanCheckbox id="id">
> 						<a4j:support event="onchange" limitToList="true" reRender="out"></a4j:support>
> 					</h:selectBooleanCheckbox>
> 				</rich:treeNode>
> 			</rich:recursiveTreeNodesAdaptor>
> 		</rich:tree>
> 		</div>
> 		<h:outputText value="Text To ReRender" id="out"/>
> 		</a4j:outputPanel>
> 	</h:form>
> After I select checkbox - whole output panel gets reRendered. But only "out" component update should happens. (So I lost the scroll in this case)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list