<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IE9 Archives - gj</title>
	<atom:link href="https://blog.gaiterjones.com/tag/ie9/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.gaiterjones.com/tag/ie9/</link>
	<description>gaiterjones</description>
	<lastBuildDate>Fri, 18 Mar 2011 15:52:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>
	<item>
		<title>Magento and Internet Explorer 9 (IE9) Compatability Workaround</title>
		<link>https://blog.gaiterjones.com/magento-internet-explorer-9-ie9/</link>
					<comments>https://blog.gaiterjones.com/magento-internet-explorer-9-ie9/#comments</comments>
		
		<dc:creator><![CDATA[PAJ]]></dc:creator>
		<pubDate>Thu, 17 Mar 2011 10:23:14 +0000</pubDate>
				<category><![CDATA[5 Minute Fix]]></category>
		<category><![CDATA[Magento]]></category>
		<category><![CDATA[IE9]]></category>
		<category><![CDATA[Internet Explore 9]]></category>
		<guid isPermaLink="false">http://blog.gaiterjones.com/?p=347</guid>

					<description><![CDATA[Microsoft released Internet Explorer 9 this week, dubbing it the &#8220;best browser for Windows&#8221;. If that is true or not is a matter of opinion and it certainly will not...<a class="more-link" href="https://blog.gaiterjones.com/magento-internet-explorer-9-ie9/" title="Continue reading">Continue reading</a>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="hang-1-column    alignnone" title="IE9" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b7/Internet_Explorer_9_wordmark.svg/200px-Internet_Explorer_9_wordmark.svg.png" alt="" width="160" height="54" />Microsoft released <a href="http://en.wikipedia.org/wiki/Internet_Explorer_9" target="_blank">Internet Explorer 9</a> this week, dubbing it the &#8220;best browser for Windows&#8221;. If that is true or not is a matter of opinion and it certainly will not be true for Windows XP users as IE9 is only available for Vista and Windows 7! Personally I find Google Chrome works really well with Magento.</p>
<p><a href="https://blog.gaiterjones.com/wp-content/uploads/2011/03/dislike_icon_large.jpeg"><img decoding="async" class="hang-1-column    alignnone" title="Dislike" src="https://blog.gaiterjones.com/wp-content/uploads/2011/03/dislike_icon_large.jpeg" alt="" width="144" height="124" /></a>One thing for certain is that it is <strong><em>not </em></strong>the best browser for Magento eCommerce stores.</p>
<p>Your customers will be starting to use Internet Explorer 9 so you should check the new browser is compatible with the Frontend of your Magento eCommerce store by testing it thoroughly with all the features in your store, login, product add, remove, checkout etc.</p>
<p>There are already <a href="http://stackoverflow.com/questions/5311882/magento-sites-in-ie9-prototype-bugs" target="_blank">reports of problems</a> with the older versions of the <a href="http://en.wikipedia.org/wiki/Prototype_JavaScript_Framework" target="_blank">Javascript prototype library</a> not working correctly in the Frontend. And there are multiple problems when you try to use IE9 in the Admin backend of Magento 1.3.x.</p>
<p>Until Magento releases an official update for IE9 issues, a possible workaround that may resolve rendering problems for your site is to use the X-UA compatibility META Tag to try and force Internet Explorer 9 to use IE8 like handling of content.</p>
<p>If you experience compatibility problems try turning on compatibility mode in IE9 by clicking the small compatibility button in the &#8220;one bar&#8221; (address bar). If this resolves the problem you can implement the compatibility META tag by editing the head.phtml file of your themes template e.g. <em>app/design/frontend/YOUR THEMEt/default/template/page/html/head.phtml</em> in older Magento versions.</p>
<p>The following Meta TAG should be placed directly below the <em>&lt;title&gt; </em>tag</p>
<pre class="brush:xml">.
.
&lt;meta http-equiv="X-UA-Compatible" content="IE=8" /&gt;
.
.</pre>
<p>Save the file, refresh your site and test again. If you don&#8217;t have access to edit your sites template files Alan Storm has created an IE9 <a href="http://alanstorm.com/ie9_fix_for_magento" target="_blank">extension patch</a> that will insert the tag automagically for you.</p>
<p>For the backend I would just recommend not using IE if possible at least until Magento releases a patch.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.gaiterjones.com/magento-internet-explorer-9-ie9/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
