"Paul Magwene, Ph.D." writes: > > My testing suggests that there's still source application specific behavior. > > * Simple drag of images works when Safari or Chrome is the web browser. > > * No combination of Option, Command, or Control seems to work in Firefox; the drag behavior always produces a URL. > > So I guess the patch partially fixes the regression. Given the state > of the OS X api I'm not sure what the best way forward is. I'd try and > jump in to contribute but I unfortunately have zero experience working > with Objective C or programming against Apple's APIs > > Best, > Paul OK, I've created a patch on top of emacs-27. I've tested it by dragging and dropping files, text, URLs, images, from Safari and Firefox, and I get the same default behavior as in Emacs 26.3. Note that you should still be able to override the default behavior by pressing Option, Command, etc. while dragging the content. Could you test it and see if it completely fixes the drag and drop behavior on macOS? Thanks.