Closed
Bug 274010
Opened 20 years ago
Closed 18 years ago
"Restore Default Set" of a customize tool bar works only a part.
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird2.0
People
(Reporter: sugar.waffle, Assigned: mscott)
Details
(Keywords: fixed1.8.1, verified1.8.1.3)
Attachments
(1 file, 1 obsolete file)
1.62 KB,
patch
|
sugar.waffle
:
review+
mscott
:
superreview+
mscott
:
approval-thunderbird2+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.8a6) Gecko/20041209 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.8a6) Gecko/20041209 Firefox/1.0+
If "Restore Default Set" of a customize tool bar is pushed in Firefox, things
other than an icon set will also restore.
(For example, icon size etc.)
But they are not restored in thunderbird.
Reproducible: Always
Steps to Reproduce:
1."Use Small Icons" and list of "Show" are set up by the customize toolbar.
2.push "OK"
3.A customize toolbar is opened again.
4.push "Restore Default Set"
Actual Results:
Only a default icon set is restored.
Expected Results:
"Use Small Icons" and list of "Show" is also restored.
Windows XP Pro SP1
Thunderbird 1.0 Release version
Comment 1•20 years ago
|
||
I can reproduce too.
version 1.0+ (20050428)
The patch of bug255572 is changed and the mode of the default toolbar has been changed for Thunderbird.
Attachment #244795 -
Flags: review?(mscott)
Assignee | ||
Comment 5•18 years ago
|
||
Comment on attachment 244795 [details] [diff] [review]
quick port patch
adding Phil as a reviewer since he's been looking at the toolbar code.
Attachment #244795 -
Flags: superreview?(mscott)
Attachment #244795 -
Flags: review?(philringnalda)
Attachment #244795 -
Flags: review?(mscott)
Comment 6•18 years ago
|
||
Comment on attachment 244795 [details] [diff] [review]
quick port patch
>-const kWindowWidth = 600;
>+const kWindowWidth = 635;
That's unrelated and not needed (it fixed a problem with the width of the "Add new toolbar" button that Thunderbird doesn't have, in the old sheet implementation).
r=philringnalda without the width change
Attachment #244795 -
Flags: review?(philringnalda) → review+
Attachment #244795 -
Attachment is obsolete: true
Attachment #244795 -
Flags: superreview?(mscott)
update comment#6
Scott-san, Please SR.
Attachment #244891 -
Flags: superreview?(mscott)
Attachment #244891 -
Flags: review+
Assignee | ||
Comment 8•18 years ago
|
||
Comment on attachment 244891 [details] [diff] [review]
update patch
thank you for porting this fix!
Attachment #244891 -
Flags: superreview?(mscott) → superreview+
Updated•18 years ago
|
Whiteboard: [checkin needed]
Assignee | ||
Comment 10•18 years ago
|
||
gavin might be able to help you check this in.
Assignee | ||
Updated•18 years ago
|
Attachment #244891 -
Flags: approval-thunderbird2+
Comment 11•18 years ago
|
||
If not, I should be home from work early enough for tree-watching tonight, as long as the tree is willing to cooperate and be open when I want it.
Comment 12•18 years ago
|
||
Trunk: mail/base/content/customizeToolbar.js 1.9
Branch: mail/base/content/customizeToolbar.js 1.7.4.2
Status: NEW → RESOLVED
Closed: 18 years ago
Keywords: fixed1.8.1
Hardware: PC → All
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Target Milestone: --- → Thunderbird2.0
Version: unspecified → 2.0
Comment 13•18 years ago
|
||
verified fixed for 1.8.1.3 using Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.3) Gecko/20070326 Thunderbird/2.0.0.0 ID:2007032620 - Restore Default Set is working fine.
Keywords: verified1.8.1.3
You need to log in
before you can comment on or make changes to this bug.
Description
•