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

Alexander Smirnov (JIRA) jira-events at lists.jboss.org
Thu Feb 25 11:03:10 EST 2010


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


 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