0 Replies Latest reply on Jun 16, 2011 10:27 AM by tdtappe

    IE9 and RF4

    tdtappe

      I encountered some problems with RichFaces 4 and IE 9 (on RichFaces 4 showcase url). Can anybody confirm these? Are there any workarounds?

      I tried 4.0.0.Final and 4.0.1-SNAPSHOT.

       

      But works in IE9 compatibility mode.

       

      1) Trying to expand/collapse a collapsiblePanel I run into a script error:

       

      SCRIPT5007: Für die Eigenschaft "onCompleteHandler" kann kein Wert abgerufen werden: Das Objekt ist Null oder undefiniert

      richfaces.js, Zeile 173 Zeichen 20

       

      Translation attempt: There is no value for property "onCompleteHandler". The object is null or undefined.

       

      2) Trying to switch a togglePanel or tabPanel:

       

      SCRIPT5007: Für die Eigenschaft "disabled" kann kein Wert abgerufen werden: Das Objekt ist Null oder undefiniert

      togglePanel.js, Zeile 78 Zeichen 1

       

      Translation: Same as in 1) but for property "disabled".

       

       

      --Heiko