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 Somer,
I can replicate your issue after doing some test. I have forward this issue to our Development Team. I will inform you for any news about this issue in this thread. Thank you.
Regards,
Julia
Hello,
We are very sory for the late response. Unfortunately, this is not a bug. When using Iframe scenario, you will need to change menu window type of contextmenu as normal.Normally in IE, it supports 2 types such as popup and normal. In other browsers, popup is not supported.To change the type, you will need to handle it OnContextMenu clientside events in WebDesktopManager.
Here is the snippet code:
function WebDesktopManager1_OnContextMenu(controlId, objectType, contextObject, menu) { var WebDesktopManager1 = ISGetObject(controlId); menu.MenuWindowType = "Normal"; return true; }
Regards,Handy
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