7 Replies Latest reply on Apr 6, 2009 7:18 PM by nbelaevski

    RichFaces tree javascript error in ui.pack.js

    tulip

      Hi,
      Here are my environment details:
      Richfaces - 3.2.2.GA
      JBoss Portal - 2.7.0
      Jboss App - 4.2.2.GA

      I am using RichFaces tree and on click of a node, I get a javascript error - Object doesn't support this property or method.
      On debugging, the javascript error is thrown in the while statement in ui.pack.js:

      var C=0;
      while(D&&Element.isChildOf(D,this.element)){C+=D.offsetTop;
      D=D.offsetParent
      }D=F;
      


      This does not happen in Firefox. Just happens in IE version 7.0
      Anyone else face this issue?
      Any suggestions/comments welcome!
      Thanks.