0 Replies Latest reply on Aug 24, 2007 9:02 AM by pmaho6

    Tree javascript error in IE when in the same page as suggest

    pmaho6

      I have a page containing both a tree component and a suggestionbox. When in IE, a javascript error occurs when I hover the cursor over any of the tree nodes. The error is:

      Object doesn't support this property or method

      The IE javascript debugger reports the error on line 259 of tree-item.js:

      var hClass = Richfaces.getNSAttribute("highlightedclass", eText);

      This error does not occur when I remove the suggestionbox component. I am using a build of the latest 3.1.0 code from SVN.