[richfaces-issues] [JBoss JIRA] Resolved: (RF-5122) Ajax4jsf standard attributes: limitToList broken

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Dec 2 15:12:37 EST 2008


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

Nick Belaevski resolved RF-5122.
--------------------------------

    Fix Version/s:     (was: 3.3.0)
       Resolution: Won't Fix
         Assignee: Tsikhon Kuprevich  (was: Nick Belaevski)


This is FF3 behavior. Use layout="block" to fix the problem

> 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: Tsikhon Kuprevich
>            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