[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mouse grabs



Matthew writes:
> Programmers who choose to override `on-message' would have to take care
> to recognize the threading and security issues. Note that there's no
> way for a program to do something bad to another program that doesn't
> override `on-message'.

If we want to incorporate drag and drop into the standard editor classes
(for copy and paste) this won't work, since snips will be copied across,
which can do bad things during their draw method calls. Of course, this is a
problem in other areas, too.

Robby