<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>whoismanu.com - Forum &#187; Topic: Error on post edit page i IE</title>
		<link>http://www.whoismanu.com/forum/topic/error-on-post-edit-page-i-ie</link>
		<description>Just another bbPress community</description>
		<language>en-US</language>
		<pubDate>Sat, 11 Feb 2012 00:02:48 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.whoismanu.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.whoismanu.com/forum/rss/topic/error-on-post-edit-page-i-ie" rel="self" type="application/rss+xml" />

		<item>
			<title>whoismanu on "Error on post edit page i IE"</title>
			<link>http://www.whoismanu.com/forum/topic/error-on-post-edit-page-i-ie#post-442</link>
			<pubDate>Wed, 23 Sep 2009 00:00:31 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">442@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Fixed in PhotoQ 1.8.1.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Error on post edit page i IE"</title>
			<link>http://www.whoismanu.com/forum/topic/error-on-post-edit-page-i-ie#post-412</link>
			<pubDate>Wed, 16 Sep 2009 22:25:22 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">412@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;sorry for this and thanks a lot for reporting it.&#60;/p&#62;
&#60;p&#62;you didn't waste your time, you just made a very valuable contribution to the photoq community :-)&#60;/p&#62;
&#60;p&#62;thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spedney on "Error on post edit page i IE"</title>
			<link>http://www.whoismanu.com/forum/topic/error-on-post-edit-page-i-ie#post-394</link>
			<pubDate>Sat, 29 Aug 2009 22:27:54 +0000</pubDate>
			<dc:creator>spedney</dc:creator>
			<guid isPermaLink="false">394@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Can't believe I just wasted hours of my life looking for a problem that I thought was complicated!!!!&#60;/p&#62;
&#60;p&#62;it was just a typo in the code for file: panels/changePostedPhotoForm.php&#60;/p&#62;
&#60;p&#62;line # 23 says: &#38;lt;div/&#38;gt; instead of &#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;That's it!&#60;/p&#62;
&#60;p&#62;Now, I'll never get those wasted hours of my life back, what can I do?!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spedney on "Error on post edit page i IE"</title>
			<link>http://www.whoismanu.com/forum/topic/error-on-post-edit-page-i-ie#post-393</link>
			<pubDate>Sat, 29 Aug 2009 20:07:01 +0000</pubDate>
			<dc:creator>spedney</dc:creator>
			<guid isPermaLink="false">393@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;I think it's something in the file: changePostedPhotoForm.php&#60;br /&#62;
in the panels folder,&#60;br /&#62;
and the script here:&#60;br /&#62;
(wish I was better at understanding this stuff):&#60;/p&#62;
&#60;p&#62;function enhanceForm() {&#60;br /&#62;
// Mutate the form to a fileupload form&#60;br /&#62;
// As usual: Special code for IE&#60;br /&#62;
if (jQuery.browser.msie) jQuery('#post').attr('encoding', 'multipart/form-data');&#60;br /&#62;
else jQuery('#post').attr('enctype', 'multipart/form-data');&#60;/p&#62;
&#60;p&#62;// Ensure proper encoding&#60;br /&#62;
jQuery('#post').attr('acceptCharset', 'UTF-8');&#60;/p&#62;
&#60;p&#62;// Insert the fileupload field&#60;br /&#62;
jQuery('#photoQPhotoBox').insertAfter('#titlediv');&#60;/p&#62;
&#60;p&#62;}&#60;/p&#62;
&#60;p&#62;Anyone???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spedney on "Error on post edit page i IE"</title>
			<link>http://www.whoismanu.com/forum/topic/error-on-post-edit-page-i-ie#post-392</link>
			<pubDate>Sat, 29 Aug 2009 19:42:36 +0000</pubDate>
			<dc:creator>spedney</dc:creator>
			<guid isPermaLink="false">392@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;When I edit a post which is a PhotoQ post I get an error warning in IE at the bottom left of the screen:&#60;br /&#62;
HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)&#60;/p&#62;
&#60;p&#62;I did some searching and found this article:&#60;br /&#62;
&#60;a href=&#34;http://blogs.msdn.com/ie/archive/2008/04/23/what-happened-to-operation-aborted.aspx&#34; rel=&#34;nofollow&#34;&#62;http://blogs.msdn.com/ie/archive/2008/04/23/what-happened-to-operation-aborted.aspx&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Which seems to point to the fact of a problem in the HTML code. This is only a problem in IE but I think it's probably easy to fix, with a small change in the code... I am about to start investigating a fix, but thought I would post here first, in case anyone has a solution already.&#60;/p&#62;
&#60;p&#62;By the way I made a clean install of WordPress to confirm that it was not due to a clash with another plugin...&#60;/p&#62;
&#60;p&#62;Steve
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

