[richfaces-issues] [JBoss JIRA] Work started: (RF-5442) Tree: selection impossible after ajax reRender under Safari.

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Dec 22 08:18:04 EST 2008


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

Work on RF-5442 started by Nick Belaevski.

> Tree: selection impossible after ajax reRender under Safari.
> ------------------------------------------------------------
>
>                 Key: RF-5442
>                 URL: https://jira.jboss.org/jira/browse/RF-5442
>             Project: RichFaces
>          Issue Type: Bug
>          Components: planning_all
>    Affects Versions: 3.3.0
>         Environment: 3.3.0.BETA5, Safari
>            Reporter: Alexander Dubovsky
>            Assignee: Nick Belaevski
>            Priority: Critical
>             Fix For: 3.3.0
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> # Open page with Tree (see source below) in Safari
> # Select node => node is selected
> # Rerender tree and try to select some node
> Result: node is not selected
> Source:
> <h:form>
> 		<rich:tree id="dTree" switchType="ajax" value="#{tTree.data}"
> 			var="defTree" binding="#{tTree.tree}" ajaxSubmitSelection="true"
> 			nodeSelectListener="#{tTree.nodeSelectListener}">
> 			<rich:treeNode>
> 				<h:outputText value="#{defTree} : " />
> 				<h:inputText value="#{defTree.name}" />
> 			</rich:treeNode>
> 			<rich:treeNode>
> 				<h:outputText value="#{defTree}" />
> 			</rich:treeNode>
> 		</rich:tree>
> 		<a4j:commandButton reRender="dTree" value="reRender Tree"></a4j:commandButton>
> 	</h:form>

-- 
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