Open
Bug 1392056
Opened 7 years ago
Updated 2 years ago
Fix shift-click on "Edit" button in drafts folder
Categories
(Thunderbird :: Mail Window Front End, enhancement)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
NEW
People
(Reporter: jorgk-bmo, Unassigned)
References
Details
In bug 731688 we implemented the shift modifier for "Edit draft", "Edit as new", "New message from template".
Sadly that doesn't work, since the widget code doesn't hand on the modifier, see bug 1392055.
Once that bug gets fixed, we need to process the event here:
https://dxr.mozilla.org/comm-central/rev/7b75c2e0b9deb590c18aaddb2a6168146cde8ca4/mail/base/content/mailWindowOverlay.js#3182
and fix MsgComposeDraftMessage() which is in the same file.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•