Closed
Bug 214864
Opened 22 years ago
Closed 22 years ago
Checkmark on "View|Toolbars|Mail Toolbar" is set when the Mail Toolbar is hidden
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird0.2
People
(Reporter: Stefan.Borggraefe, Assigned: mscott)
Details
Attachments
(1 file)
|
810 bytes,
patch
|
Details | Diff | Splinter Review |
Steps to reproduce:
1. Uncheck "View|Toolbars|Mail Toolbar"
2. Restart Thunderbird
Result:
The Mail Toolbar is hidden but the checkmark on the menu item
"View|Toolbars|Mail Toolbar" is set. When you select the menu item for the first
time, nothing happens except the checkmark is cleared.
Expected Result:
The checkmark shouldn't be set.
Tested with Thunderbird 0.1 and Windows XP.
Comment 1•22 years ago
|
||
This makes the checked attribute of the menu item persist. Could be a one liner
but obviously the attribute needs to be set explicitly to false to make it
persist, so this adds a few more lines. I hope this is the right place for the
fix.
btw, this bug affects all toolbar menu items (main window, compose and address
book).
| Assignee | ||
Comment 2•22 years ago
|
||
triaging so i can take a look at this patch when i have some time.
Status: NEW → ASSIGNED
Target Milestone: --- → Thunderbird0.2
| Assignee | ||
Comment 3•22 years ago
|
||
fixed using a variation on mbr's patch. thanks for the patch!
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•