Files
iD/modules/ui
Bryan Housel a363f5175f Fix tabbing beyond last row of raw tag editor in Firefox
(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)
2019-02-07 15:56:49 -05:00
..
2019-02-04 15:59:08 +01:00
2018-11-01 23:42:26 -04:00
2018-12-11 16:07:00 -05:00
2018-11-01 23:42:26 -04:00
2018-12-19 13:45:35 -05:00
2019-01-04 21:37:19 -05:00
2018-01-04 16:13:13 -05:00
2019-02-01 22:50:54 +00:00
2018-11-06 13:09:04 -05:00
2019-02-04 18:40:06 +00:00