-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
See the Leaflet example page here: http://leafletjs.com/examples/layers-control.html
Behaviour is as follows in IE8:
- Hover over the control, it expands
- Click on a layer name to change visibility, nothing happens and it minimises
- Click on a checkbox / radio to change visibility, it works but minimises immediately
This is different from the behaviour in Chrome/FF/etc:
- Hover over the control, it expands
- Click on a layer name, it changes visibility and stays expanded
- Click on a checkbox / radio, it changes visibility and stays expanded
I've just checked against Leaflet 0.5.1 and IE8 was working as expected.