Ticket #1318 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

OSM doesn't work in IE

Reported by: tschaub Owned by: tschaub
Priority: minor Milestone: 2.6 Release
Component: Format Version: 2.5
Keywords: Cc:
State: Complete

Description

The osm format uses a document.createElementNS. In addition, the xml format createElementNS doesn't accept null in IE. Patch to follow.

Attachments

osm.patch Download (17.9 KB) - added by tschaub 5 years ago.
fix OSM in IE

Change History

Changed 5 years ago by tschaub

fix OSM in IE

Changed 5 years ago by tschaub

  • state set to Review

Tests pass in IE and FF. Will gladly commit (and accept a beer for the pain of debugging in IE - next time I have to try to read those MS docs, I'm going to put a hole through IE).

Changed 5 years ago by crschmidt

  • state changed from Review to Commit

Thanks, Tim: I'm sorry that I couldn't get this one done myself. Please commit.

Changed 5 years ago by tschaub

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

(In [5965]) Correcting typo in the OSM format and adding support for null namespaceURI in IE. r=crschmidt (closes #1318)

Changed 5 years ago by tschaub

No problem. I know you didn't ask for any favors and could have handled it yourself. I just wanted you to owe me a beer :).

Note: See TracTickets for help on using tickets.