Forum Discussion
marin
13 years agoFrequent Contributor
Hello Tanya,
I had to add the delay immediately after the array instantiation. I used the new feature to check for browser family to add the delay only if IE is used:
In this scenario the conversion var arr = (new VBArray(tmp)).toArray(); works correctly without having to add the delay there...
Thanks,
Marin
I had to add the delay immediately after the array instantiation. I used the new feature to check for browser family to add the delay only if IE is used:
var valueArr = new Array();
if(Browsers.CurrentBrowser.Family == Browsers.btIExplorer)
Delay(1000);
In this scenario the conversion var arr = (new VBArray(tmp)).toArray(); works correctly without having to add the delay there...
Thanks,
Marin
Related Content
Recent Discussions
- 12 minutes ago
- 3 hours ago