Skip to content

L.TileLayer.bringToFront()/Back() broken in IE8 #1168

@tnightingale

Description

@tnightingale

These functions result in a call to getElementsByClassName() (https://github.com/CloudMade/Leaflet/blob/master/src/layer/tile/TileLayer.js#L169) which isn't supported by <IE8.
Maybe querySelectorAll() can be used instead?

I'm not sure what Leaflet's policy is on supporting oldIE these days.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions