Ticket #1278 (closed feature: fixed)

Opened 5 years ago

Last modified 5 years ago

WFS Format Doesn't Call Cross-Browser XML Methods

Reported by: tcoulter Owned by: sbenthall
Priority: major Milestone: 2.6 Release
Component: Format.WFS Version: 2.5
Keywords: Cc:
State: Complete

Description

Put bluntly, the WFS format doesn't work in IE. See the change log here: r5775

Attachments

wfs.format.patch Download (4.7 KB) - added by crschmidt 5 years ago.
wfs.format.2.patch Download (4.8 KB) - added by crschmidt 5 years ago.
WFS.js.patch Download (1.3 KB) - added by sbenthall 5 years ago.
makes write() return a string. Also, does a little remaining document --> this

Change History

Changed 5 years ago by crschmidt

Changed 5 years ago by crschmidt

Changed 5 years ago by crschmidt

  • state set to Review

The revision in question is changed significantly from trunk. This patch *just* changes the document.createElementNS methods to this.createElementNS methods.

Changed 5 years ago by tschaub

  • owner set to tschaub
  • state changed from Review to Commit
  • component changed from general to Format.WFS

Based on a visual review, I'd say this should go in. Any volunteers out there interested in writing tests? The WFS format could use some.

Changed 5 years ago by crschmidt

  • status changed from new to closed
  • state changed from Commit to Complete
  • resolution set to fixed

(In [5868]) Change the Format.WFS to use Format.XML methods instead of document.createElementNS methods. r=tschaub. (Closes #1278)

Changed 5 years ago by sbenthall

  • status changed from closed to reopened
  • resolution fixed deleted

write() needs to return a string

Changed 5 years ago by sbenthall

makes write() return a string. Also, does a little remaining document --> this

Changed 5 years ago by sbenthall

  • state changed from Complete to Review

Changed 5 years ago by sbenthall

  • owner changed from tschaub to sbenthall
  • status changed from reopened to new

Changed 5 years ago by crschmidt

  • status changed from new to closed
  • state changed from Review to Complete
  • resolution set to fixed

(In [6054]) Add further improvements to WFS writing code from sbenthall, to write out things in IE. (Closes #1278) (again)

Note: See TracTickets for help on using tickets.