IE 8 with all updated hotfixes/patches
--------
JScript Debugger
Breaking on JScript runtime error - Unspecified error
IE 9 (default Browser mode)
---------
Does not work and with no errors reported
IE 9 with Compatibility View or set to IE8 (Browser mode)
---------
SCRIPT16386: No such interface supported
//-----------Sample test code on Windows 7
var mylist = document.getElementById('myselectedItems'); //defined as <select name="myselectedItems" id="myselectedItems" multiple="false">
var objOption = document.createElement('option');
mylist.add(objOption); //Breaking on JScript runtime error - Unspecified error
//fails also with null as second parameter (tested working on Firefox 4, Chrome 5 per DOM standard)
objOption.text = 'newText';
objOption.value = 'newValue';
Any fix expected or is deployment of IE 10 a necessity to have this supported?
Thanks for supporting the community!
www.leedesmond.com