Closed Bug 920070 Opened 11 years ago Closed 10 years ago

Add a few IDs to the File menuitems to make it easier for extensions to overlay.

Categories

(SeaMonkey :: MailNews: General, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
seamonkey2.27

People

(Reporter: philip.chee, Assigned: philip.chee)

Details

Attachments

(1 file)

Minimize To Tray has this hack:

>       function() {
>         try {
>           // Seamonkey hack
>           let n = document.querySelector('#menu_NewPopup menuitem');
>           if (n && !n.id)  {
>             n.id = 'newNewMsgCmd';
>           }
>         }
>         catch (ex) {
>           // no-op
>         }

We should add an id to this menuitem e.g. |id="newNewMsgCmd"|
Trivial / Enhancement / Add-on Compat
requesting r? and moa?
Assignee: nobody → philip.chee
Status: NEW → ASSIGNED
Attachment #809221 - Flags: superreview?(mnyromyr)
Attachment #809221 - Flags: review?(mnyromyr)
Comment on attachment 809221 [details] [diff] [review]
Patch v1.0 use same menu IDs as Thunderbird

r/sr/moa/sorry=me
Attachment #809221 - Flags: superreview?(mnyromyr)
Attachment #809221 - Flags: superreview+
Attachment #809221 - Flags: review?(mnyromyr)
Attachment #809221 - Flags: review+
Pushed to comm-central:
http://hg.mozilla.org/comm-central/rev/9361922c4c25
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.27
You need to log in before you can comment on or make changes to this bug.