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
I tested it on IE 11 on Windows 8.1
Get an error in ISRes.axd line 117:
var v1ce76 =v52819.createNSResolver(this.nodeType ==9 ? this.documentElement : this);
The object doesn't support the property or method "createNSResolver"
(btw, if you go to http://www.intersoftpt.com/ and open F12 debugger, I see the same error message)
Same here:
"TypeError: window.createPopup is not a function"
please fix this soon. I have to revert my update because of this bug.
And could you please provice a different method for delivering hotfixes? It always takes an hour to install the whole package. Could you prepare just the assemblies as well?
Hm, I still get an execption in IE11
You're still using window.attachEvent:
window.attachEvent("onload", ISCoreOnLoad);
Compatibilty changes in IE 11
http://msdn.microsoft.com/en-us/library/ie/bg182625(v=vs.85).aspx
Is there news for this issue? Are you working on a hotfix?
I'm sure that will be a problem very soon for my clients.
Matt, I've a workaround which works (not perfectly, but it works). It creates the removed function to the document object if it doesn't exist:
if (!document.getBoxObjectFor) { document.getBoxObjectFor = function(el) { var pos = {}; pos.x = el.offsetLeft; pos.y = el.offsetTop; parent = el.offsetParent; if (parent != el) { while (parent) { pos.x += parent.offsetLeft; pos.y += parent.offsetTop; parent = parent.offsetParent; } } parent = el.offsetParent; while (parent && parent != document.body) { pos.x -= parent.scrollLeft; if (parent.tagName != 'TR') { pos.y -= parent.scrollTop; } parent = parent.offsetParent; } return pos; }; }
I hope that IS publishes a hotfix soon though.
I've encountered this bug too. Please make it super high priority and release a hotfix soon.
Thanks
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