I Wrote a mapping application using ArcGIS js api 3.10.
I have a graphics layer and have a slider for the user to update its opacity. I am using the setOpacity method.
All other browsers work except for Internet Explorer 8.
Has anyone resolved this issue without changing the document mode (my app is in an iFrame so it has to run in IE8 mode).
Thanks in advance.
Well, It is clearly mentioned in
ArcGIS JS API
Documentation thatsetOpacity
method is not supported by Internet Explorer..For more detail please click here...
Edited[9/Jan/17]:-
I had to implement similar functionality with feature layer I used
setOpacity
method only then I get to know IE8 doesn't support precisely opacity feature.Hoping these info will help you :)