﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><pubDate>Thu, 13 Apr 2017 04:15:50 GMT</pubDate><dc:creator>yudi</dc:creator><category>webgrid 9</category><category>Firefox 52</category><category>Chrome 57</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;For all,&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;WebGrid 9 (and the older version of WebGrid) has now been discontinued for several years and there are not going to be any further updates for it. The most recent version of WebGrid is WebGrid 10.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Related to the recent JS exception which appear on the latest Chrome 57 and Firefox 52, we provides two choices for older WebGrid version:&lt;/span&gt;&lt;/p&gt;
&lt;ul style="color: #1f497d;"&gt;&lt;li&gt;Renew subscription (to WebGrid 10)&lt;/li&gt;&lt;li&gt;Purchase a paid support/escalation service&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;We recommend you to buy a new subscription which will gives you more values for the buck. If you prefer to purchase paid support/escalation service, then we'll provide you with the hotfix for WebGrid 9 privately.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><pubDate>Fri, 07 Apr 2017 07:28:43 GMT</pubDate><dc:creator>hoangconghuy</dc:creator><category>webgrid 9</category><category>Firefox 52</category><category>Chrome 57</category><description>Hi All,&lt;br&gt;I found the problem is because of supporting CSS Grid Layout in browser. And there are some code in javascript which use grid value in style.&lt;br&gt;For example in WebGrid_Edit.js, you will see that&lt;br&gt;&lt;pre&gt;	with (edit.style) { 		if (ignoreSize) { if (wgIsFilterRow(el.parentElement)) { adjLeft -= 20 } } 		var brd = parseInt(grid.FrameObj.currentStyle.borderWidth); ...&lt;/pre&gt;&lt;p&gt;and grid value in with case will be considered as css value although it is grid object. The quick fix is change everything from grid to wggrid then the problem will fixed.&lt;br&gt;&lt;/p&gt;&lt;pre&gt;	var wggrid = grid; 
        with (edit.style) { if (ignoreSize) { if (wgIsFilterRow(el.parentElement)) { adjLeft -= 20 } } 
		var brd = parseInt(wggrid.FrameObj.currentStyle.borderWidth); ...&lt;/pre&gt;See my attached file for fix edit in Webgrid 9 with latest version of chrome and firefox.&lt;br&gt;Hope Intersoft will release offical hotfix for Webgrid 9.&lt;br&gt;Thanks&lt;br&gt;Huy&lt;br&gt;&lt;br&gt;</description></item><item><title>Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><pubDate>Wed, 05 Apr 2017 03:26:24 GMT</pubDate><dc:creator>man.ho@miq.com</dc:creator><category>webgrid 9</category><category>Firefox 52</category><category>Chrome 57</category><description>&lt;p&gt;Hi Yudi,&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;I am also using WebGrid 9 in my web site, When will an hot fix for WebGrid 9?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;thank you and regard&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><pubDate>Mon, 03 Apr 2017 22:49:57 GMT</pubDate><dc:creator>jdresser@idexcorp.com</dc:creator><category>webgrid 9</category><category>Firefox 52</category><category>Chrome 57</category><description>Yudi,&lt;br&gt;&lt;br&gt;When will an hot fix for WebGrid 8 be released?&amp;nbsp; &lt;br&gt;Thanks,&lt;br&gt;Jim&lt;br&gt;</description></item><item><title>Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><pubDate>Mon, 20 Mar 2017 21:04:30 GMT</pubDate><dc:creator>questica</dc:creator><category>webgrid 9</category><category>Firefox 52</category><category>Chrome 57</category><description>&lt;p&gt;I also have several versions of my app that use WebGrid 9. Please provide a fix for WebGrid 9, and a timeframe for when I can expect the fix.&lt;/p&gt;</description></item><item><title>Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><pubDate>Mon, 20 Mar 2017 17:11:09 GMT</pubDate><dc:creator>dbar@diasfalisis.gr</dc:creator><category>webgrid 9</category><category>Firefox 52</category><category>Chrome 57</category><description>I am also using WebGrid 9 in my apps. Is there a patch for v9?</description></item><item><title>Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><pubDate>Mon, 20 Mar 2017 17:00:20 GMT</pubDate><dc:creator>ajohnston@phyletec.com</dc:creator><category>webgrid 9</category><category>Firefox 52</category><category>Chrome 57</category><description>&lt;p&gt;&lt;span style="font-size: 13.3333px;"&gt;Hi, I am having this issue with webgrid v9. It appears the patch is for v10. Where can I get the patched code for v9?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><pubDate>Mon, 20 Mar 2017 16:59:26 GMT</pubDate><dc:creator>ajohnston@phyletec.com</dc:creator><category>webgrid 9</category><category>Firefox 52</category><category>Chrome 57</category><description>&lt;p&gt;Sorry, wrong reply.&lt;/p&gt;</description></item><item><title>Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><pubDate>Mon, 20 Mar 2017 10:15:05 GMT</pubDate><dc:creator>gguida</dc:creator><category>webgrid 9</category><category>Firefox 52</category><category>Chrome 57</category><description>&lt;p&gt;&lt;span style="font-size: 10pt;"&gt;i have the same problem on WebGrig 8.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Can you provide an estimate on when a hotfix is released for this version ?&lt;/p&gt;&lt;p&gt;&lt;span style="color: rgb(51, 51, 51); font-family: myriad_set_protext, &amp;quot;Lucida Grande&amp;quot;, Helvetica, sans-serif; background-color: rgb(255, 255, 255); font-size: 10pt;"&gt;thank you and regard&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><pubDate>Mon, 20 Mar 2017 08:37:01 GMT</pubDate><dc:creator>yudi</dc:creator><category>webgrid 9</category><category>Firefox 52</category><category>Chrome 57</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Sorry for the delay in sending this.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please download the hotfix of WebGrid 10 from &lt;a href="http://www.intersoftsolutions.com/Community/Attachments/84834/WebGrid10_0_7200_31.zip" target="_blank"&gt;here&lt;/a&gt; which resolve the cell editing issue (including the filter row) on Firefox 52 and Chrome 57 browser.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Please give the nightly build hotfix a spin and let me know how it works in your end.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Webgrid 9 Edit not work on Firefox 52 and chrome 57</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Webgrid-9-Edit-not-work-on-Firefox-52-and-chrome-57/</link><pubDate>Fri, 10 Mar 2017 10:10:17 GMT</pubDate><dc:creator>sschwengel@isa-hamburg.com</dc:creator><category>webgrid 9</category><category>Firefox 52</category><category>Chrome 57</category><description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;Since releas of Firefox 52 we get this error on enter editing of webgrid:&lt;/p&gt;&lt;p&gt;TypeError: grid.FrameObj is undefined&lt;/p&gt;&lt;p&gt;&amp;nbsp;and &amp;nbsp;on Chrome 57&lt;/p&gt;&lt;pre&gt;Uncaught TypeError: Cannot read property 'currentStyle' of undefined
    at Object.DisplayObjectGeneric (ISRes.axd?G/WebGrid_Edit.js/9072001:1)
    at wgDispObjGeneric (ISRes.axd?G/WebGrid_Edit.js/9072001:1)
    at Object.TextboxEditHandler (ISRes.axd?G/WebGrid_Edit.js/9072001:1)
    at Object.ActivateEditMode (ISRes.axd?G/WebGrid_Edit.js/9072001:1)
    at WebGrid.ActivateEditMode (ISRes.axd?G/WebGrid_Core.js/9072001:1)
    at Object.ProcessMouseEvents (ISRes.axd?G/WebGrid_Events.js/9072001:1)
    at Object.OnBodyMouseDown (ISRes.axd?G/WebGrid_UI.js/9072001:1)
    at OnBodyMouseDown (ISRes.axd?G/WebGrid_Core.js/9072001:1)
    at HTMLBodyElement.b._ieEmuEventHandler (ISRes.axd?F/IEMozBridge.js/305000920:1)&lt;/pre&gt;&lt;p&gt;have someone the same problem and solution for this.&lt;/p&gt;&lt;p&gt;Thank you&lt;/p&gt;&lt;p&gt;Sven &amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>