Ticket #2099 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

Layer.TileCache tests fail in IE8

Reported by: tschaub Owned by: tschaub
Priority: minor Milestone: 2.8 Release
Component: Layer.TileCache Version: 2.8 RC2
Keywords: Cc:
State: Complete

Description


Attachments

2099.patch Download (1.5 KB) - added by tschaub 4 years ago.
indexOf is not a cross-browser array method

Change History

Changed 4 years ago by tschaub

indexOf is not a cross-browser array method

Changed 4 years ago by tschaub

  • owner set to tschaub
  • state set to Review
  • component changed from tests to Layer.TileCache

Broke with r8932. Tests now pass (and I assume the TileCache layer works in IE now).

Thanks for any review.

Changed 4 years ago by crschmidt

  • state changed from Review to Commit

Yeah, good catch. I'd been ignoring this.

note that the tilecache layer would have worked before -- it just wouldn't have worked with the serverResolution option, so this fixes that.

Changed 4 years ago by tschaub

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

(In [9402]) Using the cross-browser util method for array indexOf in the TileCache layer. r=crschmidt (closes #2099)

Changed 4 years ago by tschaub

  • state changed from Complete to Pullup

Changed 4 years ago by crschmidt

  • state changed from Pullup to Complete

(In [9406]) Pullups for OL 2.8 RC3.

jQuery lib fix (Closes #1391) getRenderedSize regression (Closes #1906) element.scrolls error with panzoombar (Closes #2054) createUrlObject bug (Closes #2060) google layer in late rendered maps (Closes #2075) IE6/Lang.nb bug (Closes #2093) Layer.TMS/TileCache bugs (Closes #2099) (Closes #2100) Graphic names issues (Closes #2101)

Note: See TracTickets for help on using tickets.