Hi Yann:
We've reproduced the issue and are currently working on the fix for this glitch. Unfortunately, our controls don't support IE8 Standard mode, but we have a request to add this capability and are planning to implement it in one of our future builds.
Please vote for this feature by tracking the following suggestion:
Provide support for the IE8 Standard Mode
Thanks
Kate.
Ok it's done, I have found a temporary solution.
If you add your site to the list of compatibility view of IE your controls will works ( see attachment )
Hello Yann,
The solution you've found will work fine. However, all end-users won't change their browser settings.
The current version of our controls doesn't support IE 8. The browser is automatically switched to IE 7 compatibility mode, because the ASPx~ controls put the following tag into the page's <head>:
[HTML]<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
Please note that the code above is not generated if the controls are initially invisible and appear after a callback (<head> cannot be modified via a callback). In this case, you can explicitly put the <meta> tag into your page as shown below. This is the best way around this issue.
[ASPx]<head id="Head1" runat="server"> ... <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> </head>
Thanks,
Nick
--------------------
Check if Search Engine is able to answer questions faster than I do!
Hi Yann:
The difference between the IE=7 and IE=EmulateIE7 is how it works in quirks mode:
Content Value Details
Display in IE7 Standards mode;
IE=7 Already supported in the IE8 Beta 1
release
Display standards DOCTYPEs in IE7 Standards mode;
IE=EmulateIE7 Display quirks DOCTYPEs in Quirks mode; Available through
the IE June Security Update for IE8 Beta 1
http://blogs.msdn.com/ie/archive/2008/06/10/introducing-ie-emulateie7.aspx
But if a page has a correct DOCTYPE, then the browser doesn't switch in quirks mode, so in this case, there's no differences.
Thanks
Kate.
Is your intention to post an answer to your own question?
- If so, then proceed.
- If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
- If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.
Facebook
Twitter
Google+