<?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>Anthony L Rivera &#187; firefox</title>
	<atom:link href="http://anthonylrivera.net/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://anthonylrivera.net</link>
	<description>Front-End Developer</description>
	<lastBuildDate>Wed, 12 Oct 2011 22:57:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Firefox Copy &amp; Paste problem</title>
		<link>http://anthonylrivera.net/108/2009/05/firefox-copy-paste-problem/</link>
		<comments>http://anthonylrivera.net/108/2009/05/firefox-copy-paste-problem/#comments</comments>
		<pubDate>Wed, 27 May 2009 14:35:31 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[web design / development]]></category>
		<category><![CDATA[clipboard]]></category>
		<category><![CDATA[copy/paste]]></category>
		<category><![CDATA[dom.disable_image_src_set]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[tinymce]]></category>

		<guid isPermaLink="false">http://anthonylrivera.net/2009/05/27/firefox-copy-paste-problem/</guid>
		<description><![CDATA[So the company I work for have been having issues with wordpress&#8217;s visual editor and copy and pasting linked images. Basically it is a Firefox issue, clashing with WordPress.com&#8217;s implementation of the TinyMCE rich text editor. Javascript is causing the &#8230; <a href="http://anthonylrivera.net/108/2009/05/firefox-copy-paste-problem/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So the company I work for have been having issues with wordpress&#8217;s visual editor and copy and pasting linked images.</p>
<p>Basically it is a Firefox issue, clashing with WordPress.com&#8217;s implementation of the TinyMCE rich text editor. Javascript is causing the copied image and link in the clipboard to be changed to relative urls instead of absolute. i.e. src=&#8221;http://anthonylrivera.net/images/image.jpg&#8221;  becomes src=&#8221;../images/image.jpg&#8221;. Which then breaks the images when the post is published. I have found a tweak in firefox to correct the actual image source from being changed.</p>
<p>In the about:config section of firefox, a setting called dom.disable_image_src_set when set to true, will stop any javascript from altering images on every page. This then makes certain Dynamic Image plugins not work, but only for that end user.</p>
<p>This still leaves the surrounding anchor tag modified though. Still searching for a solution. If you know anything about this please drop me a line&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonylrivera.net/108/2009/05/firefox-copy-paste-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

