Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    IE9 Issue with SmartGWT

    Hi Support,

    I am using Smartgwt version 3.0. Below values are printed.

    com.smartgwt.client.Version.getVersion(): 3.0
    com.smartgwt.client.Version.getBuildDate():Mon Dec 05 14:02:00 SGT 2011.

    GWT is working IE8 perfectly. But in IE9, page has been loaded without problem. If click on button or list grid, nothing is happening. In the page I have added the below code.

    <html>

    <head>
    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7,7,8" />
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">

    still not working in IE9. Please guide me how to fix this

    #2
    Please update to a current release (3.1 or 4.0), the follow the instructions in the FAQ for what DOCTYPE to use.

    If you still have problems at that point, please post details of how they can be reproduced - specifically, minimal code that is ready to run and demonstrates the issue.

    Comment


      #3
      Hi Support,

      Thanks for your prompt reply.
      I tried with version 3.1 and following are html page in the header portion.

      Still not working with IE9. Please help to move further.

      <!DOCTYPE html>

      <html>

      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7,7,8,9,10" />

      Comment

      Working...
      X