Files
shiny/srcjs
Alan Dipert b3ed915db2 Fixes #2142 DnD file upload on Firefox 57+
- Firefox 57+ appears not to fire a change event when the `files` field is modified,
  which prevented uploads from occuring. This commit triggers a change event manually
  and doesn't impact the functioning of other browsers.
- Namespaced events were used improperly in existing code which resulted in "jank"
  on Firefox. Namespaces shouldn't have been attached to events generated by the browser.
- The "drop" and "dragleave" handlers are now separate. This fixes a problem
  on Firefox where the drop event wasn't reliably changing the state of the input
  so it no longer glowed.
2018-10-04 09:50:29 -07:00
..
2015-03-30 16:17:04 -05:00
2015-03-30 16:17:04 -05:00
2016-03-18 14:15:36 -05:00
2017-08-04 15:09:00 +01:00
2018-08-07 14:51:23 -05:00