Announcement

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

    Several issues with IE9, how complete is the support for ie9?

    Hi,
    We are testing our system with ie9. Our app works fine with ff, chrome, ie8 but with ie9 we noticed several issues (focus handling, grid components go wrong). Instead of listing each of these issues for now I want to check how complete the ie9 support is of Smartclient?
    We use the nightly build of 15th of May.

    We have this in the top of our html page:
    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
            "http://www.w3.org/TR/html4/loose.dtd">
    
    <html>
    <head>
    <meta http-equiv="X-UA-Compatible" content="IE=7">
    <meta http-equiv="Content-type" content="text/html;charset=utf-8"/>
    Is this correct or should we test with something else?

    gr. Martin

    #2
    W have no reports of issues against IE9, and with the compatibility meta tag, not even a know cosmetic glitch. Start with just one such issue and try to isolate a standalone test case, because it seems likely a common non-SmartClient cause will be discovered.

    Comment

    Working...
    X