Dragging message from advanced `Search Messages` dialogue to desktop doesn't work
Categories
(Thunderbird :: Search, defect, P2)
Tracking
(thunderbird_esr102 unaffected, thunderbird114 fixed)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
thunderbird114 | --- | fixed |
People
(Reporter: betterbird.project, Assigned: mkmelin)
References
Details
(Keywords: regression, Whiteboard: [Supernova3p])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
wsmwk
:
approval-comm-beta+
|
Details | Review |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.68
Steps to reproduce:
Dragging message from Search Messages dialogue to desktop doesn't work.
Error console shows:
Uncaught ReferenceError: messageFlavorDataProvider is not defined
ThreadPaneOnDragStart chrome://messenger/content/threadPane.js:158
ondragstart chrome://messenger/content/SearchDialog.xhtml:1
Apparently treadPane.js is being deprecated, see bug 1455429 comment #13.
Also see bug 1824317. It's unclear which search is affected there.
Comment 1•2 years ago
|
||
Thank you for reporting this. Not easy to work around afasics, so for affected users of Advanced Search, this can be a deal breaker.
STR
- Edit > Find > Search messages (Ctrl+Shift+F)
- From Advanced "Search Messages" dialog, drag a message to a file folder, e.g. Desktop.
Actual
- nothing, fails with error (see comment 0)
Expected
- find .eml file in the folder, e.g. Desktop
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
The cause of the non-working dragndrop was a missing include in SearchDialog.js, in combination with wanting a global messenger that doesn't exist in the given place.
I cleaned up the linting rules to avoid including mailWindow.js where not needed - due to the recursive nature of import-globals-from it many times hid a lot of bugs that should have been obvious otherwise. Mostly this is moving code around to where it's actually used, and inlining some onelines.
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Pushed by alessandro@thunderbird.net:
https://hg.mozilla.org/comm-central/rev/5d6d14c2f8db
Rework mailWindow.js lint inclusions and fix dragging message from advanced Search Messages
dialogue to desktop. r=leftmostcat
Updated•2 years ago
|
Comment 5•2 years ago
|
||
Comment on attachment 9331737 [details]
Bug 1831224 - Rework mailWindow.js lint inclusions and fix dragging message from advanced Search Messages
dialogue to desktop. r=leftmostcat
[Triage Comment]
Approved for beta
Comment 6•2 years ago
|
||
bugherder uplift |
Thunderbird 114.0b3:
https://hg.mozilla.org/releases/comm-beta/rev/92b5154095be
Description
•