<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Fixing IE8 XForms support for EPiServer 4.x</title>
	<atom:link href="http://blog.sallarp.com/episerver-xforms-ie8/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sallarp.com/episerver-xforms-ie8/</link>
	<description>Code, Code, Revolution!</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:40:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Björn Sållarp</title>
		<link>http://blog.sallarp.com/episerver-xforms-ie8/comment-page-1/#comment-8193</link>
		<dc:creator>Björn Sållarp</dc:creator>
		<pubDate>Tue, 23 Mar 2010 10:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=816#comment-8193</guid>
		<description>@Jacob,

I realize what you meant about the nbsp;. The code plugin for wordpress removed it, and it&#039;s very important that the line is correct otherwise it will cause a crash. I Updated the line now.</description>
		<content:encoded><![CDATA[<p>@Jacob,</p>
<p>I realize what you meant about the nbsp;. The code plugin for wordpress removed it, and it&#8217;s very important that the line is correct otherwise it will cause a crash. I Updated the line now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://blog.sallarp.com/episerver-xforms-ie8/comment-page-1/#comment-8062</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Tue, 16 Mar 2010 01:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=816#comment-8062</guid>
		<description>Could you not just force your site to render in compatibility mode by adding this tag to the head of your html?

</description>
		<content:encoded><![CDATA[<p>Could you not just force your site to render in compatibility mode by adding this tag to the head of your html?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Björn Sållarp</title>
		<link>http://blog.sallarp.com/episerver-xforms-ie8/comment-page-1/#comment-7790</link>
		<dc:creator>Björn Sållarp</dc:creator>
		<pubDate>Fri, 26 Feb 2010 07:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=816#comment-7790</guid>
		<description>Hi Jacob,

The fix proposed in this post is valid for all versions of EPiServer, however, the method of implementing it using a ControlAdapter is only valid for .NET 2.0. If you have a site running 1.1 just use reflector and pull all code from the XForm editor code-behind from EPiServer and create your own code-behind file with the fix in this post. 

In CMS 5 you should point the ControlAdapter to EPiServer.UI.Edit.XFormEdit.

I don&#039;t really understand what you mean with the nbsp. Where and why would it be missing? The code on this blog is running perfectly in production.

// Björn</description>
		<content:encoded><![CDATA[<p>Hi Jacob,</p>
<p>The fix proposed in this post is valid for all versions of EPiServer, however, the method of implementing it using a ControlAdapter is only valid for .NET 2.0. If you have a site running 1.1 just use reflector and pull all code from the XForm editor code-behind from EPiServer and create your own code-behind file with the fix in this post. </p>
<p>In CMS 5 you should point the ControlAdapter to EPiServer.UI.Edit.XFormEdit.</p>
<p>I don&#8217;t really understand what you mean with the nbsp. Where and why would it be missing? The code on this blog is running perfectly in production.</p>
<p>// Björn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://blog.sallarp.com/episerver-xforms-ie8/comment-page-1/#comment-7773</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 25 Feb 2010 09:13:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=816#comment-7773</guid>
		<description>Thanks for sharing this!

This seems to fix the issue for 4.x as long as it&#039;s running on .Net 2.0&lt; since the .browser-file is supported from that. 

Do you or anyone know how to get this to work for CMS 5? EPiServer.Edit.EditXForm doesn&#039;t exist in CMS 5. I would like to use this as a temporary fix before upgrading.

FYI: The replacement of nbsp (I&#039;m guessing that&#039;s what it is) is missing from the code posted.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this!</p>
<p>This seems to fix the issue for 4.x as long as it&#8217;s running on .Net 2.0&lt; since the .browser-file is supported from that. </p>
<p>Do you or anyone know how to get this to work for CMS 5? EPiServer.Edit.EditXForm doesn&#039;t exist in CMS 5. I would like to use this as a temporary fix before upgrading.</p>
<p>FYI: The replacement of nbsp (I&#039;m guessing that&#039;s what it is) is missing from the code posted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shahid</title>
		<link>http://blog.sallarp.com/episerver-xforms-ie8/comment-page-1/#comment-7643</link>
		<dc:creator>Shahid</dc:creator>
		<pubDate>Tue, 16 Feb 2010 07:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sallarp.com/?p=816#comment-7643</guid>
		<description>Hi, 

Great work !

FYI: EPiSever Developer Support have already made a hotfix for xForm issue but that only works for cms-4.62. Send a request to support if you want to get hold of that hotfix.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Great work !</p>
<p>FYI: EPiSever Developer Support have already made a hotfix for xForm issue but that only works for cms-4.62. Send a request to support if you want to get hold of that hotfix.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: blog.sallarp.com @ 2010-09-09 06:52:48 -->