Select to view content in your preferred language

Sample http://help.arcgis.com/EN/webapi/javascript/arcgis/samples/ed_notoolbar/ IE8

848
3
Jump to solution
08-28-2013 12:36 AM
AmayaMateos
Deactivated User
Hello!
I'm testing this sample http://help.arcgis.com/EN/webapi/javascript/arcgis/samples/ed_notoolbar/ (edition arcgis server).

With Crhome works perfectly (i can create new features), but with IE8 i can draw over map but it doesn´t show the features (I think it doesn´t create features).

This sample works with IE8?

Thanks a lot!!

Best regards
0 Kudos
1 Solution

Accepted Solutions
KellyHutchins
Esri Notable Contributor
The reason the sample doesn't work in IE 8 is because the proxy isn't defined correctly. We'll get the sample code updated soon. In the meantime if you'd like to test you can setup your own proxy on your web server and run the sample locally. Instructions for setting up the proxy can be found here:

https://developers.arcgis.com/en/javascript/jshelp/ags_proxy.html

View solution in original post

0 Kudos
3 Replies
JakubMalec
Deactivated User
It seems that this toolbar doesn't work properly on IE8. I also noticed that the measurement toolbar doesn't work on some IE versions.
The easiest solution, if you have Windows XP is simply installing another browser. Or you could try writing your own toolbar.
0 Kudos
AmayaMateos
Deactivated User
Thanks!!! But i have to use IE8 ...
I tried with http-equiv="X-UA-Compatible" content="IE=IE9", (this tag worked with the measurement error) but doesn´t with this.

Any ideas?
0 Kudos
KellyHutchins
Esri Notable Contributor
The reason the sample doesn't work in IE 8 is because the proxy isn't defined correctly. We'll get the sample code updated soon. In the meantime if you'd like to test you can setup your own proxy on your web server and run the sample locally. Instructions for setting up the proxy can be found here:

https://developers.arcgis.com/en/javascript/jshelp/ags_proxy.html
0 Kudos