Open GoogleCodeExporter opened 9 years ago
Interesting point. I've never experienced the issue you're mentioning, but
you're right; the mousemove event should definitely not be setting focus.
Since you bring it up, what would you think about setting focus on mousedown as
a default? Or do we need to make setfocus a method on PluginWindow? Mainly I
just don't know how to do that (or if it's possible) on Mac and Linux...
Original comment by taxilian
on 31 Jan 2011 at 3:57
I don't know how it works for Mac and Linux too, since I haven't started
working on these platforms yet. I guess having focus on mousedown is pretty
standard behaviour, though would be nice if developer would be allowed to
configure that (for example to simulate a partially transparent plugin one
could want to set focus only when click is done in a non-transparent area), but
I don't know if it would be too much work for such a rarely used functionality.
Original comment by l.bartol...@gmail.com
on 31 Jan 2011 at 4:36
I've done a little research on how this works on other platforms and it sounds
like mousedown normally causes the keyboard focus to be captured. This being
the case I have changed it to work the same way in PluginWindowWin.
Thanks for bringing this up! Fixed in 1.4b4
Original comment by richarda...@gmail.com
on 8 Feb 2011 at 4:03
Original issue reported on code.google.com by
l.bartol...@gmail.com
on 31 Jan 2011 at 11:35