2 Replies Latest reply on Apr 2, 2008 8:32 AM by davecr

    Tree control JavaScript Error

    davecr

      Hi --

      I am currently using your 3.1.2.SP1 release of RichFaces in a JSF application. We are comtemplating an upgrade to 3.1.4.GA. However, we experience a runtime JavaScript error using 3.1.4 that does not occur with 3.1.2. The error occurs in one of your JavaScript files when we click on an item inside of a rich:tree contol.

      Specifically:

      On line 11 of richfaces/renderkit/html/scripts/tree.js.faces:
      "....while(node&&Element.isChildOf(node,this.element))...."

      causes the following error:

      "Microsoft JScript runtime error: Object doesn't support this property or method"

      Again, this does not occur in IE7 if we user 3.1.2.SP1. Only in all subsequent releases of RichFaces.

      Also, the problem does not occur in FireFox for any release of RichFaces.

      Thanks for your help.