Closed
Bug 920070
Opened 11 years ago
Closed 11 years ago
Add a few IDs to the File menuitems to make it easier for extensions to overlay.
Categories
(SeaMonkey :: MailNews: General, enhancement)
SeaMonkey
MailNews: General
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.27
People
(Reporter: philip.chee, Assigned: philip.chee)
Details
Attachments
(1 file)
2.19 KB,
patch
|
mnyromyr
:
review+
mnyromyr
:
superreview+
|
Details | Diff | Splinter Review |
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"|
Assignee | ||
Comment 1•11 years ago
|
||
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 2•11 years ago
|
||
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+
Assignee | ||
Comment 3•11 years ago
|
||
Pushed to comm-central: http://hg.mozilla.org/comm-central/rev/9361922c4c25
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.27
You need to log in
before you can comment on or make changes to this bug.
Description
•