The image uploading process has become very painful to use. The failure rate is very high, both with drag and drop from the desktop and with clicking the upload button and choosing a file. This leads to a hung window—the spinning cursor will not stop, the process cannot be cancelled and the post is lost. I know several people have reported this, but here is another data point, with console logs.
The log directly after an image drag and drop, but before a required page refresh:
JQMIGRATE: Migrate is installed with logging active, version 3.0.0
v2.js?1530633291:31 JQMIGRATE: 'ready' event is deprecated
n @ v2.js?1530633291:31
v2.js?1530633291:31 console.trace
n @ v2.js?1530633291:31
v2.js?1530633291:31 JQMIGRATE: jQuery.fn.bind() is deprecated
n @ v2.js?1530633291:31
v2.js?1530633291:31 console.trace
n @ v2.js?1530633291:31
The log after a forced page refresh:
JQMIGRATE: Migrate is installed with logging active, version 3.0.0
v2.js?1530633291:31 JQMIGRATE: 'ready' event is deprecated
n @ v2.js?1530633291:31
setup @ v2.js?1530633291:31
add @ v2.js?1530633291:25
(anonymous) @ v2.js?1530633291:24
each @ v2.js?1530633291:24
each @ v2.js?1530633291:24
E @ v2.js?1530633291:24
on @ v2.js?1530633291:25
(anonymous) @ text-editor-update-bug-report-thread:954
v2.js?1530633291:31 console.trace
n @ v2.js?1530633291:31
setup @ v2.js?1530633291:31
add @ v2.js?1530633291:25
(anonymous) @ v2.js?1530633291:24
each @ v2.js?1530633291:24
each @ v2.js?1530633291:24
E @ v2.js?1530633291:24
on @ v2.js?1530633291:25
(anonymous) @ text-editor-update-bug-report-thread:954
v2.js?1530633291:31 JQMIGRATE: jQuery.fn.bind() is deprecated
n @ v2.js?1530633291:31
bind @ v2.js?1530633291:31
(anonymous) @ browse.js?1530046256:603
h @ v2.js?1530633291:25
d @ v2.js?1530633291:25
setTimeout (async)
(anonymous) @ v2.js?1530633291:25
u @ v2.js?1530633291:25
fireWith @ v2.js?1530633291:25
fire @ v2.js?1530633291:25
u @ v2.js?1530633291:25
fireWith @ v2.js?1530633291:25
ready @ v2.js?1530633291:25
d @ v2.js?1530633291:24
v2.js?1530633291:31 console.trace
n @ v2.js?1530633291:31
bind @ v2.js?1530633291:31
(anonymous) @ browse.js?1530046256:603
h @ v2.js?1530633291:25
d @ v2.js?1530633291:25
setTimeout (async)
(anonymous) @ v2.js?1530633291:25
u @ v2.js?1530633291:25
fireWith @ v2.js?1530633291:25
fire @ v2.js?1530633291:25
u @ v2.js?1530633291:25
fireWith @ v2.js?1530633291:25
ready @ v2.js?1530633291:25
d @ v2.js?1530633291:24
OS is Mac OS X
Browser is Chrome, no extensions running.