-
Notifications
You must be signed in to change notification settings - Fork 0
Thundebird drag-and-drop does not work..... #1193
Comments
Aside from the non existent cursors there may be transparency issue: On Windows the whole line is selecte4d (made blue) but also made about 50% opaque which enables the user to look though the text to identify the drop target. At the same time the cursor changes depending on whether it si over a valid drop location or not (supposedly dnd-none and dnd-move). This looks so familiar, I guess its the old Mariux behavior as well. |
Went back to bee packages as of 8f80e37 (July), old kernel, reboot.... No change.... |
It looks like a change in the defaults. If I set |
Good finding. https://hg.mozilla.org/mozilla-central/annotate/409f3966645a651c8cb8d6d1e2f3fa995b69c739/modules/libpref/init/all.js#l1103 was "true" from the time the added the preference 2007. Maybe it tried to do "drag images", but used to fail for whatever problem, and now it works, its just that the result is worse. Do we want to change the default to "False" as a work around? If people do it manually, the "False" would get frozen into individual user settings and we can't change it back, even if the underlying problem is fixed some day. |
fix #1193 fix #1207 change desktop categories ``` /scratch/local2/bee-root/thunderbird/thunderbird-60.8.0-1/image/usr/share/applications/thunderbird.desktop: error: (will be fatal in the future): value "Email" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: Office;Network ``
fix #1193 fix #1207 change desktop categories ``` /scratch/local2/bee-root/thunderbird/thunderbird-60.8.0-1/image/usr/share/applications/thunderbird.desktop: error: (will be fatal in the future): value "Email" in key "Categories" in group "Desktop Entry" requires another category to be present among the following categories: Office;Network ```
Selecting a message and starting to move it (e.g. to drop it into a folder) has a strange looking (whole text line is moved). It is nearly impossible to drop at the right place, because it is not clear, where the "hot spot" on the line is.
Possible reason (from strace) : cursors/dnd-move cursor not found, which would change the cursor to a document icon. Such a files exists in /usr/share/icons/Adwaita/cursors/dnd-move but is not looked up there:
The text was updated successfully, but these errors were encountered: