<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thanks Andreas and Peter. But neither fixed the problem. I had also
    tried<br>
    &lt;meta http-equiv="X-UA-Compatible" content="IE=7" /&gt; <br>
    and<br>
    &lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&gt; <br>
    <br>
    All to the same effect. I also tried <br>
    &lt;meta http-equiv="X-UA-Compatible" content="IE=edge" /&gt; <br>
    Which I had in there from the start of this problem.<br>
    <br>
    I checked 'view source', reloading etc, but still have the same
    problem. Isn't it weird? I had put IE=edge in there before to fix
    another IE-problem. There are so many IE hacks in this application
    now... I wish I could just put a page in that says that IE is not
    supported and people should download a proper browser, but that is
    unfortunately not an option. Politics...<br>
    <br>
    The "good" news is that our company is still using IE 7 and 8 and
    this problem is not so bad yet. But this problem was reported by an
    IE 9 user, so there are people using it.<br>
    <br>
    Any ideas? Because the problem does not happen with the GeoExt
    examples, so I suspect it's somewhere in my code. I might poke
    around a bit more.<br>
    <br>
    Thanks for any input.<br>
    <br>
    Tim<br>
    <br>
    On 29/09/11 02:24, Andreas Hocevar wrote:
    <blockquote
cite="mid:%20%3CCAOiJ94h_B+WiHraHmm+TbgO5WwCyjbpNCko-EOBOLcsJnXn4iw@mail.gmail.com"
      type="cite">
      <p>Instead of forcing IE7 mode, what happens if you use the HTML
        doctype, i.e. start your HTML document with</p>
      <p>&lt;!DOCTYPE HTML&gt;</p>
      <p>This is good practice anyway. </p>
      <p>Andreas.</p>
      <div class="gmail_quote">On Sep 27, 2011 11:22 PM, &lt;<a
          moz-do-not-send="true" href="mailto:Peter.Jehle@tba.llv.li">Peter.Jehle@tba.llv.li</a>&gt;
        wrote:<br type="attribution">
        &gt; Hi Tim<br>
        &gt; I also have the problem with the checkboxes.<br>
        &gt; I don't have a solution for the problem.<br>
        &gt; I did place a meta-tag in my HTML-File, that tells IE to
        use IE7 mode.<br>
        &gt; This is not the solution for the problem, bat a quick and
        dirty hack to make sure that users can check an unceck layers
        until there's a solution. I hope, the issue will be solved by
        the community<br>
        &gt; Here's the HTML meta element for the header section<br>
        &gt; <br>
        &gt; <br>
        &gt; &lt;meta http-equiv="X-UA-Compatible"
        content="IE=EmulateIE7" /&gt; <br>
        &gt; <br>
        &gt; <br>
        &gt; Regards<br>
        &gt; Peter<br>
        &gt; <br>
        &gt; <br>
        &gt; -----Urspr&uuml;ngliche Nachricht-----<br>
        &gt; Von: <a moz-do-not-send="true"
          href="mailto:users-bounces@geoext.org">users-bounces@geoext.org</a>
        [mailto:<a moz-do-not-send="true"
          href="mailto:users-bounces@geoext.org">users-bounces@geoext.org</a>]
        Im Auftrag von Tim-Hinnerk Heuer<br>
        &gt; Gesendet: Mittwoch, 28. September 2011 05:06<br>
        &gt; An: <a moz-do-not-send="true"
          href="mailto:users@geoext.org">users@geoext.org</a><br>
        &gt; Betreff: [Users] IE 9 problem with checkboxes in layer
        selector<br>
        &gt; <br>
        &gt; Hi,<br>
        &gt; <br>
        &gt; I know, we all hate IE, but unfortunately we have to
        support it here...<br>
        &gt; <br>
        &gt; In IE9 (and only in IE9) I get a very strange problem with
        the checkboxes and radio buttons in the layer panel:<br>
        &gt; The checkboxes that are not ticked are not tickable and the
        checkboxes that are ticked are not untickable. Same with radio
        buttons for base layers, but in that case they are just not
        tickable but untickable.<br>
        &gt; <br>
        &gt; Now, i thought it would have to do something with my code
        and events that i attached to the layer nodes, but the stupid
        developer tools of<br>
        &gt; IE9 didn't even jump into my code at all. GeoExt is fairly
        black box to me and I'm using the minified version atm which
        doesn't make debugging easier. If no one had this problem
        before, i might have to download the debug version and see if i
        can find the problem.<br>
        &gt; <br>
        &gt; But please do help if you can. Any comments will be
        appreciated.<br>
        &gt; <br>
        &gt; Thanks,<br>
        &gt; Tim<br>
        &gt; _______________________________________________<br>
        &gt; Users mailing list<br>
        &gt; <a moz-do-not-send="true" href="mailto:Users@geoext.org">Users@geoext.org</a><br>
        &gt; <a moz-do-not-send="true"
          href="http://www.geoext.org/cgi-bin/mailman/listinfo/users">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a><br>
        &gt; _______________________________________________<br>
        &gt; Users mailing list<br>
        &gt; <a moz-do-not-send="true" href="mailto:Users@geoext.org">Users@geoext.org</a><br>
        &gt; <a moz-do-not-send="true"
          href="http://www.geoext.org/cgi-bin/mailman/listinfo/users">http://www.geoext.org/cgi-bin/mailman/listinfo/users</a><br>
      </div>
    </blockquote>
    <br>
  </body>
</html>