tree: some unnesessary events stops used 
-----------------------------------------

                 Key: RF-7974
                 URL: https://jira.jboss.org/jira/browse/RF-7974
             Project: RichFaces
          Issue Type: Bug
          Components: component-tree
    Affects Versions: 3.3.2.GA
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski
             Fix For: Future


                <rich:tree style="width:300px" value="#{library.data}" 
var="item" nodeFace="#{item.type}">
                        <rich:treeNode type="artist" 
iconLeaf="/images/tree/singer.gif" icon="/images/tree/singer.gif">
                                <h:outputText value="#{item.name}" />
                        </rich:treeNode>
                        <rich:treeNode type="album" 
iconLeaf="/images/tree/disc.gif" icon="/images/tree/disc.gif">
                                <h:inputText value="#{item.title}" />
                        </rich:treeNode>
                        <rich:treeNode type="song" 
iconLeaf="/images/tree/song.gif" icon="/images/tree/song.gif">
                                <rich:inplaceInput value="#{item.title}" />
                        </rich:treeNode>
                </rich:tree>

you  could use arrow keys if input focused. But it not works for inplaces. And 
after inplaces it not works for inputs also.

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to