GNOME Bugzilla – Bug 620378
[overview] Fix dnd on mulit screen setups
Last modified: 2010-06-03 09:36:59 UTC
See patch.
Created attachment 162557 [details] [review] [overview] Fix dnd on mulit screen setups Currently we don't get any drop events for dual screen modes with a screen at the right, and behave weird by hardcoding the screen size and 0 as drag edges. Fix that by spawning the drop group over the whole stage and take the primary monitors position and size into account in _handleDragOver.
Review of attachment 162557 [details] [review]: I can only look at the code which looks reasonable(*). I'd say: commit if it works for ebassi ;) (*) long term I think we want to get rid of _dropGroup altogether
I can confirm that DnD is now fixed on my dual-screen set up with this patch applied. thanks!
Attachment 162557 [details] pushed as fe91f7f - [overview] Fix dnd on mulit screen setups