<?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: Jcrop 0.9.8 Available (IE8 fix)</title>
	<atom:link href="http://deepliquid.com/blog/archives/142/feed" rel="self" type="application/rss+xml" />
	<link>http://deepliquid.com/blog/archives/142</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 17 May 2012 00:51:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Todd Horst</title>
		<link>http://deepliquid.com/blog/archives/142/comment-page-1#comment-14703</link>
		<dc:creator>Todd Horst</dc:creator>
		<pubDate>Fri, 15 May 2009 11:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://deepliquid.com/blog/?p=142#comment-14703</guid>
		<description>Andy:
have those static settings be variables. Get the h and w of your image</description>
		<content:encoded><![CDATA[<p>Andy:<br />
have those static settings be variables. Get the h and w of your image</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://deepliquid.com/blog/archives/142/comment-page-1#comment-13168</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Mon, 04 May 2009 20:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://deepliquid.com/blog/?p=142#comment-13168</guid>
		<description>Another great update - many thanks!

One quick question, though...  The aspectRatio setting sets the select to be a ratio of the image size and resizes the cropping area proportionally to that, and that makes sense.  However, what I&#039;d like to see is the option to set the crop size and then be able to resize that proportionally, regardless of what the image size is.  Is there a way to do that currently that I&#039;m missing?

Your continued hard work on this great cropping interface is much appreciated!</description>
		<content:encoded><![CDATA[<p>Another great update &#8211; many thanks!</p>
<p>One quick question, though&#8230;  The aspectRatio setting sets the select to be a ratio of the image size and resizes the cropping area proportionally to that, and that makes sense.  However, what I&#8217;d like to see is the option to set the crop size and then be able to resize that proportionally, regardless of what the image size is.  Is there a way to do that currently that I&#8217;m missing?</p>
<p>Your continued hard work on this great cropping interface is much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://deepliquid.com/blog/archives/142/comment-page-1#comment-12319</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 24 Apr 2009 19:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://deepliquid.com/blog/?p=142#comment-12319</guid>
		<description>Originally I&#039;d been using the *attribute: value method of hacking CSS rules for IE to correct these visual display issues. Ironically, that&#039;s what was preventing it from working in IE8 &quot;standards mode&quot; (it still needed the same CSS fixes, it just properly discards those CSS rules now). So, my solution was to add in the CSS fixes dynamically from Javascript. I&#039;d noticed the problem you&#039;re trying to fix in IE8 but didn&#039;t attempt to fix it yet. I&#039;ll see if I can add in some on-the-fly CSS fixes in the code similar to the CSS you&#039;ve quoted above. Thanks again for all your help!</description>
		<content:encoded><![CDATA[<p>Originally I&#8217;d been using the *attribute: value method of hacking CSS rules for IE to correct these visual display issues. Ironically, that&#8217;s what was preventing it from working in IE8 &#8220;standards mode&#8221; (it still needed the same CSS fixes, it just properly discards those CSS rules now). So, my solution was to add in the CSS fixes dynamically from Javascript. I&#8217;d noticed the problem you&#8217;re trying to fix in IE8 but didn&#8217;t attempt to fix it yet. I&#8217;ll see if I can add in some on-the-fly CSS fixes in the code similar to the CSS you&#8217;ve quoted above. Thanks again for all your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Horst</title>
		<link>http://deepliquid.com/blog/archives/142/comment-page-1#comment-12312</link>
		<dc:creator>Todd Horst</dc:creator>
		<pubDate>Fri, 24 Apr 2009 19:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://deepliquid.com/blog/?p=142#comment-12312</guid>
		<description>eh, thats not right, then in every normal browser the top has double width</description>
		<content:encoded><![CDATA[<p>eh, thats not right, then in every normal browser the top has double width</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Horst</title>
		<link>http://deepliquid.com/blog/archives/142/comment-page-1#comment-12308</link>
		<dc:creator>Todd Horst</dc:creator>
		<pubDate>Fri, 24 Apr 2009 18:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://deepliquid.com/blog/?p=142#comment-12308</guid>
		<description>Correct me if im wrong but looks like you need to tweak your css for ie

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url(&#039;Jcrop.gif&#039;) top left repeat;
	padding-top:1px;
}

The padding allows your border all the way around</description>
		<content:encoded><![CDATA[<p>Correct me if im wrong but looks like you need to tweak your css for ie</p>
<p>.jcrop-vline, .jcrop-hline<br />
{<br />
	font-size: 0;<br />
	position: absolute;<br />
	background: white url(&#8216;Jcrop.gif&#8217;) top left repeat;<br />
	padding-top:1px;<br />
}</p>
<p>The padding allows your border all the way around</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Horst</title>
		<link>http://deepliquid.com/blog/archives/142/comment-page-1#comment-12183</link>
		<dc:creator>Todd Horst</dc:creator>
		<pubDate>Thu, 23 Apr 2009 15:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://deepliquid.com/blog/?p=142#comment-12183</guid>
		<description>Opera 9.64 
Opera 10.00 alpha

Both seem to render fine. That concludes my browser testing.</description>
		<content:encoded><![CDATA[<p>Opera 9.64<br />
Opera 10.00 alpha</p>
<p>Both seem to render fine. That concludes my browser testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://deepliquid.com/blog/archives/142/comment-page-1#comment-12052</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 21 Apr 2009 01:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://deepliquid.com/blog/?p=142#comment-12052</guid>
		<description>Todd, thanks a lot for checking those out. That really helps since I don&#039;t have all those browsers right at my disposal. Glad to hear we&#039;re still rockin&#039;!</description>
		<content:encoded><![CDATA[<p>Todd, thanks a lot for checking those out. That really helps since I don&#8217;t have all those browsers right at my disposal. Glad to hear we&#8217;re still rockin&#8217;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd Horst</title>
		<link>http://deepliquid.com/blog/archives/142/comment-page-1#comment-12042</link>
		<dc:creator>Todd Horst</dc:creator>
		<pubDate>Mon, 20 Apr 2009 20:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://deepliquid.com/blog/?p=142#comment-12042</guid>
		<description>So in my testing I&#039;ve found that it is working, I haven&#039;t been able to test in opera yet but the following work fine:

Chrome 2.0.172.6
Fire Fox 2.0.0.12
IE 8.0.6001.18702 (both in standards and compatibility)
Safari 4.528.16
Fire Fox 3.0.9</description>
		<content:encoded><![CDATA[<p>So in my testing I&#8217;ve found that it is working, I haven&#8217;t been able to test in opera yet but the following work fine:</p>
<p>Chrome 2.0.172.6<br />
Fire Fox 2.0.0.12<br />
IE 8.0.6001.18702 (both in standards and compatibility)<br />
Safari 4.528.16<br />
Fire Fox 3.0.9</p>
]]></content:encoded>
	</item>
</channel>
</rss>

