planetfederal / wps-gui

Graphical User Interface (Model Builder) for OGC:WPS (Web Processing Services)
http://boundlessgeo.com
Apache License 2.0
27 stars 15 forks source link

loading issue in IE9 #125

Closed bartvde closed 10 years ago

bartvde commented 10 years ago

screen shot 2014-10-08 at 20 38 15

bartvde commented 10 years ago

screen shot 2014-10-08 at 20 48 35

bartvde commented 10 years ago

also execute does not work in IE9

invalid calling object

screen shot 2014-10-08 at 20 52 25

bartvde commented 10 years ago

there is a validation issue with WFS 2.0 GetCapabilities XML, we'll need to check if we can switch back to WFS 1.1.0 since that is valid

bartvde commented 10 years ago

see: 902c39587f18518e721e3f388f2bbf5c286dad44

bartvde commented 10 years ago

hmm this does not fix it, same error in IE9.

Local raster layers show up fine in combos, but not local vector layers

bartvde commented 10 years ago

works okay in IE10

bartvde commented 10 years ago

okay there is still a parsing error for the XML

The namespace prefix is not allowed to start with the reserved string xml

bartvde commented 10 years ago

ah this is because of this implicit declaration by GeoServer: xmlns:xml="http://www.w3.org/XML/1998/namespace"

bartvde commented 10 years ago

see also #129

bartvde commented 10 years ago

Invalid calling object is caused by:

toString.call(values[key]) === "[object Array]"

bartvde commented 10 years ago

this was all resolved, IE needs more testing in general but this is a testing issue