ArcGIS JS API SetOpacity not working in IE8

130 views Asked by At

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.

1

There are 1 answers

4
Vikash Pandey On

Well, It is clearly mentioned in ArcGIS JS API Documentation that setOpacity method is not supported by Internet Explorer..

enter image description here

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 :)