Windows Internet Explorer 9 (abbreviated as IE9) is a web browser developed by Microsoft, released on 14 March 2011.
i am using automation (i.e. COM automation) to display some HTML in Internet Explorer (9): ie = CoInternetExplorer.Create; ie.Navigate2("…
com html automation standards internet-explorer-9I have a page with an iframe, and the iframe contains code that needs to run in quirks mode (it's …
internet-explorer compatibility internet-explorer-9 ie8-compatibility-mode quirks-modeI'm using JSF2, GlassFish 3.1, PrimeFaces 2.x. I'm having strange rendering problems on IE9. I'm supposed to be able to force …
jsf internet-explorer-9 primefacesPast versions of Internet Explorer croaked on web addresses longer than 2,083 characters (see http://support.microsoft.com/kb/208427). Meanwhile, Firefox, …
internet-explorer url internet-explorer-9I am aware of how to force IE into viewing a page in document compatibility, but what about browser compatibility …
html internet-explorer-9 compatibility quirks-modeI am just wondering if anyone have some info or feedback about the situation I am in. Currently I am …
javascript forms internet-explorer-9 double-submit-problemI'm using Drupal and I notice that if I have my CSS files aggregated that the CSS doesn't always work …
css internet-explorer internet-explorer-9 stylesheetIt's well documented (e.g. here) that IE9 ignores the OS-wide settings for font smoothing (aka anti-aliasing). Even if font-smoothing …
wpf internet-explorer-9 antialiasing cleartype directwriteI use the following code snippet to load data from google fusion table as json. var fileref = document.createElement("script"); …
types response internet-explorer-9 mimeI'm looking for the way to log stuff in Internet Explorer Developer Console that preserve page refresh. Under Google Chrome …
javascript internet-explorer-9 error-logging