mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
a363f5175f
(closes #5847) - removed the stopPropagation from the combobox keydown handler to make sure that the raw_tag_editor keydown handler will run - increased timeout from 1ms to 10ms for Firefox This is related to Firefox's newish time budgeting approach that they started using around Firefox 55. As a result, very fast timers (<4ms?) may run synchronously instead of yielding and running asynchronously https://blog.wanderview.com/blog/2017/03/13/firefox-52-settimeout-changes/ (note similar code in ui/fields/combo.js to delay focus changes and redraws 10ms after the tag changes and other events have completed)