<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: formedit default text field length - grid.common.js</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>akremedy on formedit default text field length - grid.common.js</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p6118</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p6118</guid>
        	        	<description><![CDATA[<p>Cool, thanks Tony!</p>
]]></description>
        	        	<pubDate>Thu, 16 Apr 2009 12:21:06 +0300</pubDate>
        </item>
        <item>
        	<title>tony on formedit default text field length - grid.common.js</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p6059</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p6059</guid>
        	        	<description><![CDATA[<p>Hello Keith,</p>
<p>Done in 3.5 alfa 3 (the width of the select)</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 16 Apr 2009 02:08:16 +0300</pubDate>
        </item>
        <item>
        	<title>Keith Ivey on formedit default text field length - grid.common.js</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p6028</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p6028</guid>
        	        	<description><![CDATA[<p>That&#39;s fine for text, password, and textarea because you can avoid it by setting size or cols. But for select there needs to be a way to avoid setting the width to 98% or 99% or whatever is decided. I&#39;d prefer not having that happen at all, just leave them at the width the browser gives them (based on the width of the options), and let people set it to 99% in the stylesheet if that&#39;s what they want.</p>
]]></description>
        	        	<pubDate>Tue, 14 Apr 2009 11:02:03 +0300</pubDate>
        </item>
        <item>
        	<title>akremedy on formedit default text field length - grid.common.js</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p6013</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p6013</guid>
        	        	<description><![CDATA[<p>Thanks Tony, that actually makes even more sense - and simpler too.</p>
<p>Adam</p>
]]></description>
        	        	<pubDate>Tue, 14 Apr 2009 03:42:47 +0300</pubDate>
        </item>
        <item>
        	<title>tony on formedit default text field length - grid.common.js</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p5985</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p5985</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks - IMHO the condition should be changed to:</p>
<p><span class="sfcode">if(!options.size) {</span></p>
<p>for password, and text</p>
<p>and</p>
<p>options.cols is for textarea.</p>
<p>the parameter elm in createEl is not needed.</p>
<p>The % should be equall to all. Thanks</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Tue, 14 Apr 2009 01:03:32 +0300</pubDate>
        </item>
        <item>
        	<title>akremedy on formedit default text field length - grid.common.js</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p5978</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/formedit-default-text-field-length-gridcommonjs#p5978</guid>
        	        	<description><![CDATA[<p>Hi Tony, I think there&#39;s a little defect in grid.common.js.&#160; If you don&#39;t include the colModel parameter "editoptions:{size:#}", text fields should default to 98%, password to 99%.</p>
<p>In grid.common.js, in createEl, in case "textarea", case "text" and case "password", it looks for:</p>
<p><span class="sfcode">if(!options.size &#38;&#38; elm) {</span></p>
<p>It appears that this should be:</p>
<p><span class="sfcode">if(!options.size &#38;&#38; elem) {</span></p>
<p>I tested this change, and it seems honor the % width only with the modified variable in place.</p>
<p>This happens to be the 3.5A2 release, but it looks like it may go back to at least 3.3.2.</p>
<p>Thanks,</p>
<p>Adam</p>
]]></description>
        	        	<pubDate>Mon, 13 Apr 2009 21:59:40 +0300</pubDate>
        </item>
</channel>
</rss>