-
njsg
buc: in case you don't know, the drag'n'drop with wide view issue is present in Tb 78 as well
-
njsg
had it in the vm, so gave it a quick try...
-
njsg
either this (
bug 1720968) does not happen on windows or it wasn't present in 2.53.7.1
-
buc
njsg: Thanks for the tests!
-
buc
njsg: The issue is present in 2.49.5 as well, so it is something ancient...
-
buc
But if it is not reproducible under Windows, then it is some gtk2/gtk3 related (I've tested with 2.49.5 built against gtk2).
-
njsg
gtk2? ok, that's something I hadn't tested yet
-
njsg
I'm wondering if this may be some detail of how drag and drop happens under gtk
-
buc
It is likely, since the dragging code is OS-specific (see mozilla/widget/*/nsDragService.*), and even MOZ_LOG mentioned before seems OS-specific.
-
buc
Need someone to test on the Mac ...
-
buc
njsg: I believe this is not related to how drag-and-drop implemented on gtk in general. This related to a situation when the initial window has already escaped from the mouse at the moment when the mouse is released, but no one noticed it and did not cancel the dragging (if any).
-
buc
Hmm... Gtk creates special "hidden widget" to work with dnd. Then probably mouse is always over it, despite the pane switching...
-
njsg
buc: I think that, when the mouse button is released, it's possible that the dragging hasn't begun yet
-
buc
njsg: Sure, if you release the mouse fast enough. But the computer is most likely to be faster... :)
-
njsg
buc: but see the logging output, it's silent until the pointer reaches the area where you start seeing the drag and drop icon/thumbnail
-
buc
Yes. Interesting that when th epointer reaches the thread pane (right of folder pane), the dragging starts to show too.
-
buc
So only message pane masks it completely. Some unpredictable mess on a very low gtk level i guess :)
-
Odyssey346[m]1
I feel like the SeaMonkey build docs are very... not helpful. Are there any plans to improve them? I'm trying to compile SM on Windows
-
IanN_Away
Odyssey346[m]1: which instructions are you trying to follow?
-
Odyssey346[m]1
-
IanN_Away
Odyssey346[m]1: frg_Away might have additional information
-
Odyssey346[m]1
Alright, thanks
-
frg_Away
Odyssey346[m]1 Basically you set it up like Thunderbird and use comm/suite instead of comm/mail. I am using Vs2019. If you want I can send you my setup instrunctions for VS2017 and VS2019. They needs some work but are a start.
-
Odyssey346[m]1
Alrighty, I'll try again in some hours. Need to sleep
-
buc
Ugh.., "Account Wizard is broken after clicking news URL",
bugzilla.mozilla.org/521861#c51