Forum Discussion
marin
14 years agoFrequent Contributor
Hello all,
in the meantime I found the real cause of the problem: it has apparently something to do with handling of arrays.
As already pointed out in the initial mail, the difference was obvious when changing from 9.0 to 9.10 - and only IE related.
Now I found out that it is the array instantiation that is the core of the problem:
When adding a delay of 1000 ms after instantiation of array, the code would run correctly in IE as well.
Same code would not run in IE without mentioned delay (i.e. assignment of values to array would fail because the instantiated array object would not be found).
I wonder if this is a known issue?
Regards,
Marin
in the meantime I found the real cause of the problem: it has apparently something to do with handling of arrays.
As already pointed out in the initial mail, the difference was obvious when changing from 9.0 to 9.10 - and only IE related.
Now I found out that it is the array instantiation that is the core of the problem:
When adding a delay of 1000 ms after instantiation of array, the code would run correctly in IE as well.
Same code would not run in IE without mentioned delay (i.e. assignment of values to array would fail because the instantiated array object would not be found).
I wonder if this is a known issue?
Regards,
Marin