[squeak-dev] The Trunk: Files-eem.184.mcz

Eliot Miranda eliot.miranda at gmail.com
Fri Jan 8 00:15:03 UTC 2021


On Tue, Jan 5, 2021 at 4:16 PM Christoph Thiede <
christoph.thiede at student.hpi.uni-potsdam.de> wrote:

> That's interesting. The VM generates a drag'n'drop event when a new (USB?)
> device is plugged in? Why??? :-)
>

Because the Mac delivers notifications of insertion of USB devices via Drag
& Drop events.  Since this notification is potentially useful it's better
to have primDropRequestFileName: filter out the misunderstood event than
have the VM not deliver the event in the first place.  I'm extending the
DropPlugin with support for primDropRequestURI: and then different kinds of
notifications come in as having different URL schemes.  This means that
EventSensor can do the filtering, which should be nicer.  Give us a few
days to deliver this.

_,,,^..^,,,_
best, Eliot
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20210107/88fb35aa/attachment.html>


More information about the Squeak-dev mailing list