Forum Discussion

von_bailey's avatar
von_bailey
Contributor
10 years ago

IE vs Chrome


I have written a script optimized for Chrome.  Works fine.



I am now attempting adapt the same script for IE11.  I understand that I need to change the Sys.Browser variable to match the correct browser...



Sys.Browser("chrome") to Sys.Browser("iexplore")

and

Browsers.Item(btChrome) to Browsers.Item(btIExplorer)



...and I have done that. 



However, in some cases, even when the Object Spy says an object maps the same in both, it doesn't find the object in IE.  Has anyone else experienced this?  Is there something that I am overlooking besides simply these settings?  I should also add that it's not a problem with all the objects.  Some have converted with no issue, but a few have problems and I cannot see any obvious differences.


4 Replies