Skip to content

Buttons keep the "leaflet-active" class after mouse up (IE11)Β #2103

@fnicollet

Description

@fnicollet

Hi,

A little something that might have to do with pointer event handing for IE11. Try any map with a zoom component in IE11 like http://leafletjs.com/. Click the zoom buttons, they will keep the "leaflet-active" class, even after you pushed them.

This class should be removed when up.

This might have to do with this issue #2102 because the "_onUp" function is never called.

In Pointer.js, I believe there is an issue. in the function addPointerListenerEnd:
this._pointers is undefined so no touch id is sent to the event

It might lead to bigger issues, although i didn't experience any other bad effect

Fabien

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions