IE10 and zoom box fail

771
1
07-04-2013 09:06 AM
AdrianMarsden
Occasional Contributor III
Hi
This is something specific to my code, so I must have borked it somehow, but my development version of an internal app works fine APART from the absence of the zoom box - normally red outline with semitransparent grey fill.

The functionality of the zoom works fine - you zoom into the area that would have been indicated.  There are no console error messages.

The esri sample work OK.

I'm using my own hosted 3.3 API.

Any pointers anyone before I tear my code down?

Cheers

ACM
0 Kudos
1 Reply
AdrianMarsden
Occasional Contributor III
Ok - resolved this so I thought I'd share.

It looks like something to do with proxies/CORS.  Whilst the map looked OK, various map.onload events hadn't attached.

My dev system on url http:\\mysys_dev referenced the API on http:\\mysys_live  - when I copied the API over to the dev URL everything worked.

I haven't investigated the various options for controlling CORS yet, but in fact the situation is better for me, as I can have differnt versions of the API of dev and live
0 Kudos