smas1 / geoext-viewer

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

several WFS requests do not work in IE11 #379

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start the Sublayers example
2. Click a WFS layer of the USA states

What is the expected output? What do you see instead?
No States are visible.

In Fiddler the XML of the WFS Request in IE11 is different from IE10. An extra 
namespace is inserted: 'xmlns:NS1=""' and 'NS1:xmlns:feature=' instead of 
'xmlns:feature='

This seems to be an OpenLayers IE11 problem, a solution for this problem is 
described at:
http://osgeo-org.1560.x6.nabble.com/WFS-and-IE-11-td5090636.html

Original issue reported on code.google.com by Martijn....@gmail.com on 23 May 2014 at 10:12

GoogleCodeExporter commented 9 years ago
this issues was inserted twice. This is the same as issue 378

Original comment by Martijn....@gmail.com on 23 May 2014 at 10:28