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:
Is this correct or should we test with something else?
gr. Martin
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"/>
gr. Martin
Comment