2 Replies Latest reply on Jan 8, 2014 3:49 AM by holsen

    IE 7 and IE 8 support

    holsen

      Hello everyone!

       

      I was just wondering, if Errai supports IE 7 and IE 8. Even the Errai Maven archtype won't start in dev mode. When I try to run my app using IE 8 I'm getting the following error:

       

      Could not replace Element with [data-field=headerName] - Did you already @Insert or @Replace a parent Element?


      My Java:

       

      @Inject @DataField Label headerName;

       

      The HTML

       

      <label id="dvtText" data-field="headerName"></label>

        • 1. Re: IE 7 and IE 8 support
          csa

          Hi Chris,

           

          We've just tried one of our Errai UI examples in IE8 and it worked fine. Can you provide a simple demo that doesn't work for you in IE but works fine in other browsers?

           

          Cheers,

          Christian

          • 2. Re: IE 7 and IE 8 support
            holsen

            Hi Chris,

             

            ups I forgot to answer. I meant development mode. It works after compiling though.

             

            Christian