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
If I perform these sames actions in IE11 or IE11 with X-UA-Compatible Set to 10, I don't receive any errors and everything works correctly.
What is X-UA-Compatible? https://www.modern.ie/en-us/performance/how-to-use-x-ua-compatible
Due to a previous issue, we forced our IE 11 users to add our site to their Compatibility View Settings and we added the meta tag described in the above article to force the user into IE9 mode. The issue is now resolved, and I'm looking to force our users into Edge mode. This is when I discovered the 'attachEvent' issue described above with the WebScheduler.
Is there a timeline on when support will be added for compatible mode for IE11 or Edge?
Hi Loren Devine,
Sorry for my late response. I have submit this issue under "ASPNET-175" For IE11 on Edge Compatibility View, and "ASPNET-176" Drag to resize issue. I will keep you update regarding this issue.
Best Regards,Leo
Hi Loren,
There's still no news on ASPNET-176. I will give you an update if I hear any news regarding this. For a workaround, you could run the following javascript on WebScheduler Client side event:
function WebScheduler1_OnInitialize(controlId) { if (window.Event && !window.Event.prototype.preventDefault) Event.prototype.preventDefault = function () { this.returnValue = false; } if (window.MSEventObj && !window.MSEventObj.prototype.preventDefault) { window.MSEventObj.prototype.preventDefault = function () { this.returnValue = false; } } }
Please note that this workaround won't work on IE 7.
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