[richfaces-issues] [JBoss JIRA] Updated: (RF-8442) Server Switch Type for Rich Tree->Tree does not work if JavaScript was loaded more then once

Jay Balunas (JIRA) jira-events at lists.jboss.org
Thu Feb 25 11:05:10 EST 2010


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

Jay Balunas updated RF-8442:
----------------------------

    Fix Version/s: Future


> Server Switch Type for Rich Tree->Tree does not work if JavaScript was loaded more then once
> --------------------------------------------------------------------------------------------
>
>                 Key: RF-8442
>                 URL: https://jira.jboss.org/jira/browse/RF-8442
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-tree
>    Affects Versions: 3.3.3.CR1
>         Environment: Jboss portal
>            Reporter: Alexander Smirnov
>            Assignee: Alexander Smirnov
>            Priority: Minor
>             Fix For: Future
>
>
>  JavaScript function cannot find tree item:
> Tree.Item.findComponent = function(elt, axisFunction) {
> var component;
> while (elt && !((component = elt.object) instanceof Tree.Item)) {
> if (axisFunction) {
> elt = axisFunction(elt);
> } else {
> elt = elt.parentNode;
> }
> }
> return component;
> };
> always returns null.

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