<?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: MSIE 8 latest Edition 8.0.6001.18813,  context menu fails</title>
	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails</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/msie-8-latest-edition-80600118813-context-menu-fails/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>tony on MSIE 8 latest Edition 8.0.6001.18813,  context menu fails</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8672</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8672</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Demo upadted.</p>
<p>Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Mon, 17 Aug 2009 06:55:11 +0300</pubDate>
        </item>
        <item>
        	<title>hpoe on MSIE 8 latest Edition 8.0.6001.18813,  context menu fails</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8649</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8649</guid>
        	        	<description><![CDATA[<p>Hello Tony</p>
<p>yes, it is working in the demo now. Please don&#39;t forget to correct the example code as well.</p>
<p>In my own project it is not working with your solution, but I used a different way to attach the content menu to the grid, I followed the approach which was published in the integration section in spanish, where the context menu is attached in the afterInserRow event.</p>
<p>If I leave out the MSIE specific code it works in my project.</p>
<p>Thanks for your work.</p>
<p>Regards</p>
<p>hpoe</p>
]]></description>
        	        	<pubDate>Sun, 16 Aug 2009 06:05:53 +0300</pubDate>
        </item>
        <item>
        	<title>tony on MSIE 8 latest Edition 8.0.6001.18813,  context menu fails</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8631</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8631</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thanks. Actually the problem is into the code of the demo file. I forgot to update the $.getAbsoluteIndex to $.jgrid.getAbsoluteIndex (since of namespace conflict with other plugins). Now evrething work fine in all IE&#160; <img class="spSmiley" style="margin:0" title="Wink" src="/blog/wp-content/forum-smileys/sf-wink.gif" alt="Wink" /> - you can test this.</p>
<p>Thank you very much for this again.</p>
<p>Best Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 15 Aug 2009 05:13:19 +0300</pubDate>
        </item>
        <item>
        	<title>hpoe on MSIE 8 latest Edition 8.0.6001.18813,  context menu fails</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8630</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8630</guid>
        	        	<description><![CDATA[<p>Hello Tony</p>
</p>
<p>thanks, for replying.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit1007' value='Select Code' data-codeid='sfcode1007' /></p>
<div class='sfcode' id='sfcode1007'>onContextMenu: function(e, menu) { <br />&#160; td = e.target &#124;&#124; e.srcElement; <br />&#160; ptr = $(td).parents("tr.jqgrow")[0]; <br />&#160; ci = !$(td).is(&#39;td&#39;) ? $(td).parents("td:first")[0].cellIndex : td.cellIndex; <br />&#160; <strong>if($.browser.msie) { <br />&#160;&#160;&#160; ci = $.getAbsoluteIndex(ptr,ci); <br />&#160; } </strong><br />&#160; if( ci &#62;= 1 ) { .........</div>
<p>Since MSIE 8 did not like <strong>$.getAbsoluteIndex(ptr,ci)</strong>, I first tested for the browser version, and it worked in MSIE 8 but not in 7 and 6. So I tried to just leave out the MSIE specific code and it worked again.</p>
<p>It seems that MS has changed something significant in that area. As I am not a jQuery expert I could by wrong, but I simply tested the code step by step and so I tried to find out where it breaks.</p>
<p>Hope this helps and that it is not a minor version problem, that arrived with the latest MS patches.</p>
<p>Regards</p>
<p>hpoe</p></p>
]]></description>
        	        	<pubDate>Sat, 15 Aug 2009 03:48:55 +0300</pubDate>
        </item>
        <item>
        	<title>hpoe on MSIE 8 latest Edition 8.0.6001.18813,  context menu fails</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8629</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8629</guid>
        	        	<description><![CDATA[<p>Hello Tony</p>
</p>
<p>thanks, for replying.</p>
<p><input type='button' class='sfcodeselect' name='sfselectit8104' value='Select Code' data-codeid='sfcode8104' /></p>
<div class='sfcode' id='sfcode8104'>onContextMenu: function(e, menu) { <br />&#160; td = e.target &#124;&#124; e.srcElement; <br />&#160; ptr = $(td).parents("tr.jqgrow")[0]; <br />&#160; ci = !$(td).is(&#39;td&#39;) ? $(td).parents("td:first")[0].cellIndex : td.cellIndex; <br />&#160; <strong>if($.browser.msie) { <br />&#160;&#160;&#160; ci = $.getAbsoluteIndex(ptr,ci); <br />&#160; } </strong><br />&#160; if( ci &#62;= 1 ) { .........</div>
<p>Since MSIE 8 did not like <strong>$.getAbsoluteIndex(ptr,ci)</strong>, I first tested for the browser version, and it worked in MSIE 8 but not in 7 and 6. So I tried to just leave out the MSIE specific code and it worked again.</p>
<p>It seems that MS has changed something significant in that area. As I am not a jQuery expert I could by wrong, but I simply tested the code step by step and so I tried to find out where it breaks.</p>
<p>Hope this helps and that it is not a minor version problem, that arrived with the latest MS patches.</p>
<p>Regards</p>
<p>hpoe</p></p>
]]></description>
        	        	<pubDate>Sat, 15 Aug 2009 03:48:51 +0300</pubDate>
        </item>
        <item>
        	<title>tony on MSIE 8 latest Edition 8.0.6001.18813,  context menu fails</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8601</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8601</guid>
        	        	<description><![CDATA[<p>Hello,</p>
<p>Thnaks. I confirm this, but I think:</p>
<p>1. Some things in IE8 are changed.</p>
<p>2. It is quite possible that the problem is in qontent menu plugin which is used for this purpose.</p>
<p>In all cases I will investigate this.</p>
<p>Bets Regards</p>
<p>Tony</p>
]]></description>
        	        	<pubDate>Sat, 15 Aug 2009 01:20:45 +0300</pubDate>
        </item>
        <item>
        	<title>hpoe on MSIE 8 latest Edition 8.0.6001.18813,  context menu fails</title>
        	<link>http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8571</link>
        	<category>Bugs</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/bugs/msie-8-latest-edition-80600118813-context-menu-fails#p8571</guid>
        	        	<description><![CDATA[<p>After the automatic update of MSIE 8</p>
</p>
<p>in Demo "TreeGrid real world Example" the context menu is not functioning any more</p></p>
]]></description>
        	        	<pubDate>Fri, 14 Aug 2009 02:47:55 +0300</pubDate>
        </item>
</channel>
</rss>