smas1 / geoext-viewer

Automatically exported from code.google.com/p/geoext-viewer
GNU General Public License v3.0
0 stars 0 forks source link

Heron.cgi upload doesn't work on IE #356

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to http://lib.heron-mc.org/heron/latest/examples/vectorstyler/index.html 
using Internet Explorer
2. Upload some features

The features are not drawn on the map. Another IE windows opens (url of 
Heron-cgi), with txt  representation of features. I tested with IE8, IE9 and 
IE11.

Original issue reported on code.google.com by davor.ra...@gmail.com on 8 Apr 2014 at 11:55

GoogleCodeExporter commented 9 years ago
Confirmed with IE8 (Don't have a later version).

Original comment by jonathan...@warwickshire.gov.uk on 9 Apr 2014 at 10:18

GoogleCodeExporter commented 9 years ago
Confirmed: in IE11 and IE10.

Strange thing: happens only in this example, not in any of the other upload and 
editor examples: e.g. try:

http://lib.heron-mc.org/heron/latest/examples/editorbasics/
and
http://lib.heron-mc.org/heron/latest/examples/uploadfeatures/

Original comment by jus...@gmail.com on 7 May 2014 at 8:22

GoogleCodeExporter commented 9 years ago
Fixed, the problem was that, probably from some past debugging, the index.html 
contained this IE directive:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Removed, and now at least IE11 is working for me, but I would guess all other 
IE versions as well as this is the only difference with all other examples and 
apps. Closing, but you may want to check. IE remains a complete mess...

Original comment by jus...@gmail.com on 7 May 2014 at 7:54