Closed
Bug 287736
Opened 20 years ago
Closed 20 years ago
menuitem in chrome://messenger/content/mailWindowOverlay.xul doesn't have an id
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird1.1
People
(Reporter: arno, Assigned: mscott)
Details
Attachments
(1 file)
|
2.07 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.6) Gecko/20050318 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.6) Gecko/20050318 Firefox/1.0.2
in mailWindowOverlay.xul on line 1009,
<menuitem label="&accountManagerCmd.label;"
accesskey="&accountManagerCmdUnix.accesskey;" oncommand="MsgAccountManager(null);"/>
doesn't have an id associated.
That's annoying to use CSS to change its appearance
(with thunderbird 1.0.2 linux version)
Reproducible: Always
Steps to Reproduce:
1.unzip thunderbird/chrome/mail.jar
2.open mailWindowOverlay.xul
3. go line 1009
Actual Results:
<menuitem label="&accountManagerCmd.label;"
accesskey="&accountManagerCmdUnix.accesskey;" oncommand="MsgAccountManager(null);"/>
doesnt' have an id
Expected Results:
to hav an id
| Assignee | ||
Updated•20 years ago
|
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Comment 2•20 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird1.1
You need to log in
before you can comment on or make changes to this bug.
Description
•