<?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: Issue with resize marker</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker</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/issue-with-resize-marker/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>OlegK on Issue with resize marker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p29839</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p29839</guid>
        	        	<description><![CDATA[<p>The bug is already fixed in the code on github. See <a href="https://github.com/tonytomov/jqGrid/pull/529" target="_blank">my old pull request</a>. You can make the same changes in your copy of jqGrid. Probably Tony will publsh the next version of jqGrid with the fix.</p>
<p>Best regards<br />Oleg&#160;</p>
]]></description>
        	        	<pubDate>Tue, 12 Nov 2013 14:00:15 +0200</pubDate>
        </item>
        <item>
        	<title>trinidata on Issue with resize marker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p29836</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p29836</guid>
        	        	<description><![CDATA[<p>I&#39;d like to bump this topic again.</p>
<p>I&#39;ve just upgraded to the latest version and the problem is not entirely fixed yet.</p>
</p>
<p>Don&#39;t know if anybody noticed this already.</p>
<p>But if you have a centered div (by adding "margin: 0 auto;") and put the datagrid inside it, the marker will still be out of place.</p>
<p>It will add the auto margin applied for centering along with it.</p>
]]></description>
        	        	<pubDate>Tue, 12 Nov 2013 12:32:16 +0200</pubDate>
        </item>
        <item>
        	<title>tony on Issue with resize marker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p29278</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p29278</guid>
        	        	<description><![CDATA[<p>Hello,</p>
</p>
<p>Thanks. Will check this example.</p>
</p>
<p>Regards</p>
]]></description>
        	        	<pubDate>Tue, 06 Aug 2013 11:24:10 +0300</pubDate>
        </item>
        <item>
        	<title>jacaboo on Issue with resize marker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p29273</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p29273</guid>
        	        	<description><![CDATA[<p>If you wanna save these complicated steps and find a easy way, you can google imaging sdk and you will find many useful tools, or google how toresize image to get instructive articles. Good luck:) I think image processing programmes can enable to quickly resize pictures . i have use imaging sdk which can original layouts hyperlinks, Images and tables retained in word ,text, image, Epub, html.but i forgot download the wedsite ,go to google. By the way , pay attention to your system platform, select the suitable one . I use an imaging sdk driver found on the internet . Install it and it becomes a selectable processing option.Then you can<span style="color: #000000;"> <a href="http://www.rasteredge.com/how-to/csharp-imaging/resize-image/" target="_blank">resize your image</a></span> in any program at all, including Adobe Acrobat .zoom in or zoom out on your own will.&#160; Just open the images, select resize ,and follow the setps given in the sdk, the task will be finished in several seconds. if you haven&#39;t found a good choice , you can have a try. best wishes.</p>
]]></description>
        	        	<pubDate>Mon, 05 Aug 2013 05:48:08 +0300</pubDate>
        </item>
        <item>
        	<title>daxman on Issue with resize marker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p28950</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p28950</guid>
        	        	<description><![CDATA[</p>
<p>This bug was closed by Tony, but still exists in version 4.5.2. This is my example how to reproduce it: <a rel="nofollow" href="http://tny.cz/2b59f260" target="_blank">http://tny.cz/2b59f260</a></p>
</p>
<p>I have found that fiix was not included in a download for last version.</p>
<p> &#8211; this.resizing&#160;=&#160;&#160;idx:&#160;i,&#160;startX:&#160;x.clientX,&#160;sOL&#160;:&#160;y[0]};<br /> + this.resizing&#160;=&#160;&#160;idx:&#160;i,&#160;startX:&#160;x.clientX,&#160;sOL&#160;:&#160;x.clientX+1};<br /> &#8211; this.curGbox.css({display:"block",left:y[0],top:y[1],height:y[2]});<br />+this.curGbox.css({display:"block",left:x.clientX,top:y[1],height:y[2]});</p>
<p> Anyway, resize marker is still out of place by ~20 pixels to the right</p>
<p>so, I changed x.clientX+1 to xclientX-20, and the second line also xclientX-20, and now looks perfect (except column flickering).<br />However&#160;I&#39;m not sure if this is a proper solution&#8230;&#160;</p>
<p>Tested on IE9 and Google Chrome</p>
]]></description>
        	        	<pubDate>Thu, 06 Jun 2013 10:38:47 +0300</pubDate>
        </item>
        <item>
        	<title>kiaplayer2 on Issue with resize marker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p28949</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p28949</guid>
        	        	<description><![CDATA[<p>Hello. This bug is described here: <a href="https://github.com/tonytomov/jqGrid/pull/427" target="_blank">https://github.com/tonytomov/jqGrid/pull/427</a></p>
]]></description>
        	        	<pubDate>Thu, 06 Jun 2013 09:31:40 +0300</pubDate>
        </item>
        <item>
        	<title>trinidata on Issue with resize marker</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p28897</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/issue-with-resize-marker#p28897</guid>
        	        	<description><![CDATA[<p>Dunno if other people are having this problem and if it&#39;s reported already...</p>
<p>But after swithing to version 4.5.2 I&#39;m having problems with the grid&#39;s resize marker. It&#39;s out of place.</p>
<p>When I take a look at the online demo&#39;s it&#39;s the same.</p>
</p>
<p>1. Go to <a href="http://trirand.com/blog/jqgrid/jqgrid.html" rel="nofollow" target="_blank"><a href="http://trirand.com/blog/jqgrid" rel="nofollow">http://trirand.com/blog/jqgrid</a>.....qgrid.html</a> &#62; Loading Data &#62; XML Data</p>
<p>2. Expand some random columns</p>
<p>3. Scroll to the far right, and move the marker, you&#39;ll see it&#39;s out of place</p>
]]></description>
        	        	<pubDate>Tue, 28 May 2013 18:25:54 +0300</pubDate>
        </item>
</channel>
</rss>