iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi all,
Since releas of Firefox 52 we get this error on enter editing of webgrid:
TypeError: grid.FrameObj is undefined
and on Chrome 57
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)
have someone the same problem and solution for this.
Thank you
Sven
I'm pretty sure that this is related to Filter unusable in Google Chrome 57+.
founded thet problem come with CSS Grid Layout, see http://caniuse.com/#feat=css-grid
have a bad workaround for firefox: deactive the option: layout.css.grid.enabled
but it is not the solution, all browser will have this :(
thank you and regard
Sorry for the delay in sending this.
Please download the hotfix of WebGrid 10 from here which resolve the cell editing issue (including the filter row) on Firefox 52 and Chrome 57 browser.
Please give the nightly build hotfix a spin and let me know how it works in your end.
i have the same problem on WebGrig 8.
Can you provide an estimate on when a hotfix is released for this version ?
Sorry, wrong reply.
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?
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.
Hi Yudi,
I am also using WebGrid 9 in my web site, When will an hot fix for WebGrid 9?
with (edit.style) { if (ignoreSize) { if (wgIsFilterRow(el.parentElement)) { adjLeft -= 20 } } var brd = parseInt(grid.FrameObj.currentStyle.borderWidth); ...
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.
var wggrid = grid; with (edit.style) { if (ignoreSize) { if (wgIsFilterRow(el.parentElement)) { adjLeft -= 20 } } var brd = parseInt(wggrid.FrameObj.currentStyle.borderWidth); ...
For all,
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.
Related to the recent JS exception which appear on the latest Chrome 57 and Firefox 52, we provides two choices for older WebGrid version:
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.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname