<?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: Bad position bug for loadui block + fix </title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/bad-position-bug-for-loadui-block-fix</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/bad-position-bug-for-loadui-block-fix/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Bad position bug for loadui block + fix </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bad-position-bug-for-loadui-block-fix#p4207</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bad-position-bug-for-loadui-block-fix#p4207</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thank you for the code. Will include it in the final release (after some tests of course)</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Thu, 29 Jan 2009 05:58:37 +0200</pubDate>
        </item>
        <item>
        	<title>jimi42 on Bad position bug for loadui block + fix </title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bad-position-bug-for-loadui-block-fix#p4198</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bad-position-bug-for-loadui-block-fix#p4198</guid>
        	        	<description><![CDATA[<p>Hi,</p>
<p>I noticed a bad position on first grid loading, of the block&#160;layer (loadui)</p>
<p>The code is in the beginReq function in grid.base.js</p>
<p>My fix :</p>
<p>$("#lui_"+ts.id).width($(grid.bDiv).width()).height(IntNum($(grid.bDiv).height())+IntNum(ts.p._height)).css({top: $(ts.p.pager).offset().top, left: $(ts.p.pager).offset().left}).show();</p>
<p>Instead of the original code below :</p>
<p>$("#lui_"+ts.id).width($(grid.bDiv).width()).height(IntNum($(grid.bDiv).height())+IntNum(ts.p._height)).show();</p>
<p>(it adds the dynamic positioning upon pager position, must be changed if there is no pager)</p>
<p>Sorry if this has been discussed before, i downloaded beta 4 and the code had not changed.</p>
</p>
<p>jimi</p>
]]></description>
        	        	<pubDate>Wed, 28 Jan 2009 13:14:55 +0200</pubDate>
        </item>
</channel>
</rss>