-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
blockerCritical issue or PR that must be resolved before the next releaseCritical issue or PR that must be resolved before the next release
Milestone
Description
New on our internal app, this takes a noticeable amount of time:
(layout below it is 5ms on a input text box)
Stack trace comes back to https://github.com/Leaflet/Leaflet/blob/master/src/dom/DomUtil.js#L236
old on our internal app
There is no recalculate style immediately after the mouse down, drag is nicer.
The one that occurs later in the drag for both is hiding the already hidden layers control, I'll take a look at that.
https://github.com/Leaflet/Leaflet/blob/master/src/control/Control.Layers.js#L242
@jfirebaugh You implemented the text select change in #1782, any ideas? :)
Metadata
Metadata
Assignees
Labels
blockerCritical issue or PR that must be resolved before the next releaseCritical issue or PR that must be resolved before the next release


