Closed Bug 486512 Opened 15 years ago Closed 15 years ago

Message Security Info icon not disabled

Categories

(Thunderbird :: General, defect)

All
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Thunderbird 3.0b3

People

(Reporter: micmon, Assigned: mkmelin)

Details

Attachments

(1 file)

View->Message Security Info can be disabled if no message is selected. In this case, the icon is still drawn in non-disabled way.

Add the following to msgReadSMIMEOverlay.css

#menu_securityStatus[disabled="true"] {
  list-style-image: url("moz-icon://stock/gtk-info?size=menu&state=disabled");
}
Michael,

could you provide a patch with your fix and attach it to the bug ?
(In reply to comment #1)
> could you provide a patch with your fix and attach it to the bug ?

No. I am not familiar with mercurial etc
(In reply to comment #2)
> (In reply to comment #1)
> > could you provide a patch with your fix and attach it to the bug ?
> 
> No. I am not familiar with mercurial etc

Documentation is at https://developer.mozilla.org/en/Comm-central_source_code_(Mercurial) once you have the source on your HD edit msgReadSMIMEOverlay.css change what needs to be changed. Then hg diff >patch.txt and attach patch.txt to the bug.
Attached patch proposed fixSplinter Review
Assignee: nobody → mkmelin+mozilla
Status: NEW → ASSIGNED
Attachment #377942 - Flags: review?(philringnalda)
Hardware: x86 → All
Target Milestone: --- → Thunderbird 3.0b3
Attachment #377942 - Flags: review?(philringnalda) → review+
Thx for the bug report Michael!

changeset:   2659:74735b3b5e13
http://hg.mozilla.org/comm-central/rev/74735b3b5e13

->FIXED
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: