<?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: Bug 4.5.4: Wrong position of the resize-mark</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-4-5-4-wrong-position-of-the-resize-mark</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/bug-4-5-4-wrong-position-of-the-resize-mark/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on Bug 4.5.4: Wrong position of the resize-mark</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-4-5-4-wrong-position-of-the-resize-mark#p30104</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-4-5-4-wrong-position-of-the-resize-mark#p30104</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks for this.</p>
<p>I hope you will create a pull request for this in <a href="http://github.com/tonytomov/jqGrid/tree/master" target="_blank">GitHub</a></p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Mon, 20 Jan 2014 15:40:11 +0200</pubDate>
        </item>
        <item>
        	<title>limion on Bug 4.5.4: Wrong position of the resize-mark</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/bug-4-5-4-wrong-position-of-the-resize-mark#p30095</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/bug-4-5-4-wrong-position-of-the-resize-mark#p30095</guid>
        	        	<description><![CDATA[<p>Hi!</p>
<p>I have noticed that if jqGrid is inside a modal dialog (bootstrap modal in my case) position of the div.ui-jqgrid-resize-mark is wrong calculated when I&#39;m trying to resize a column.</p>
<p>Here is my patch for jquery.jqGrid.src.js:</p>
<p>866,871c866</p>
<p>&#60;                                 this.curGboxParentOffset = this.curGbox.parents().filter(function() {</p>
<p>&#60;                                     // reduce to only relative position or "body" elements</p>
<p>&#60;                                     var $this = $(this);</p>
<p>&#60;                                     return $this.is(&#39;body&#39;) &#124;&#124; $this.css(&#39;position&#39;) == &#39;relative&#39;;</p>
<p>&#60;                                   }).slice(0,1).offset();</p>
<p>&#60; 				this.curGbox.css({display:"block",left:x.clientX-6-this.curGboxParentOffset.left,top:y[1],height:y[2]});</p>
<p>---</p>
<p>&#62; 				this.curGbox.css({display:"block",left:x.clientX-6,top:y[1],height:y[2]});</p>
<p>882c877</p>
<p>&#60; 						this.curGbox.css({left:this.resizing.sOL+diff-this.curGboxParentOffset.left});</p>
<p>---</p>
<p>&#62; 						this.curGbox.css({left:this.resizing.sOL+diff});</p></p>
]]></description>
        	        	<pubDate>Thu, 16 Jan 2014 16:40:40 +0200</pubDate>
        </item>
</channel>
</rss>