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 have a WebCombo (latest release) inside a table row that is initially not visible.
When a second ASP dropdown is selected, based on the index, the hidden row will toggle between visible/not visible.
function ToggleRow(index) { obj = document.getElementById('regionRow'); if ( index == 2 ) {obj.style.display = ''inline;} else {obj.style.display = 'none';} }
When the row is eventually displayed and user clicks on the dropdown button, it disappears and will not display again. I am using IE 6.0 and have set the popup to to normal.
Thanks for any help...
Todd
Please follow the steps below in order to solve your issue.
<script language="javascript" type="text/javascript"> <!-- function cboCombo_OnShowDropDown(controlId, left, top, width, height) { var cboCombo = ISGetObject(controlId); cboCombo.DoResize(); return true; } --> </script>
This should helps.
I get a similar thing, but only on non IE browsers... i have the combo hidden in a div and when i show the div the combo looks fine but as soon as i select a value from the combo the button dissapears???
Heres an example project if anyone wants to reproduce the bug....
By the way this happens in IE too
Hello Todd,
I created a simple sample and run in IE6 but could not replicate the issue. Could you modify my sample so it can replicate the issue?
Regards,Handy
Hi Dino,
Thank you for your sample. I can see your issue. I will forward the issue into our developer.
Cool thanks for that any date when this fix will be available to us?
cheers
Dino
We are regularly release official hotfix every month.
The work item for Dino Bencini’s issue is submitted under work item #607. Currently this work item is still under investigated by development team. Should you need to test the nightly build (pre-release) of the hotfix, please let us know.
Yeah im keen to test the pre-release to the hotfix. Please send me details dbencini@gmail.com
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