4 Replies Latest reply on Jul 14, 2009 12:33 PM by fischman_98

    rich:modalPanel not working in IE 8 with 3.1.6 SR1

    fischman_98

      Hi,

      I'm using RichFaces 3.1.6 SR1 and the code below (taken directly from the example) is not working.

      Is it an IE 8 issue? Obviously, works in Firefox.

      Any thoughts? I'll post to jira (or is 3.1.6 not being worked on anymore)?

      Just in case: Tomahawk 1.1.6, MyFaces 1.1.6

      BTW - no problem with 3.3.1 GA (with Tomahawk 1.1.8, MyFaces 1.2.6)

      <f:view>
      
       <rich:modalPanel id="panel">
       <f:facet name="header">
       <h:outputText value="header" />
       </f:facet>
       <f:facet name="controls">
       <h:graphicImage url="/apps/ngsimages/images/close.png"
       style="cursor: pointer;" onclick="Richfaces.hideModalPanel('panel')" />
       </f:facet>
      
       </rich:modalPanel>
       <f:verbatim>
       <a onclick="Richfaces.showModalPanel('panel');" href="#">Show</a>
       </f:verbatim>
      </f:view>


      This is the error from IE:
      Webpage error details

      User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6; .NET CLR 1.1.4322; InfoPath.1)
      Timestamp: Mon, 13 Jul 2009 22:04:04 UTC


      Message: Not implemented

      Line: 58
      Char: 503
      Code: 0
      URI: http://localhost/ngsimages/a4j_3_1_6.SR1org/richfaces/renderkit/html/scripts/modalPanel.js.jsf