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 found the following issues using these browsers:
1. In Firefox, when you open a WebCombo with multiple collumns the combo box fills the entire page and ignores the width attribute. See this page
2. In Opera and Firefox (at least) when you open a web dialog box the "close" icon in the header bar does not display properly. See this page
The WebCombo issue is clarified fixed, and will be included in the SP1.
The "close" icon in the dialogbox is actually an image. The default image used a generic black "x" which is also used in many other places that require "close" indicator, and unfortunately doesn't look suitable in the dialog box with default blue background color.
The easiest solution is to customize the dialogbox close image for non IE browsers. Fortunately, we have a nicer "x" image with white background in WebDesktop Resource, so you can easily use it in your solution.
Here's how to customize the dialogbox close image using Javascript:
function OnCreated(controlId) { setTimeout(function() { var dialogBox = ISGetObject(controlId); var closeButton = dialogBox.Window.GetCloseButtonElement(); closeButton.children[0].src = "ISRes.axd?D/webdings_close.gif"; } , 1); }
Let me know if that works for you.
Thank you for your valuable feedback.
I have forwarded the browser issues to the development team to be invesigated further and put these matters as high priority. We’ll do our best so that the issues will be fixed before “Intersoft WebUI Studio 2009 R1 SP1” is released.
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