Closed
Bug 255572
Opened 21 years ago
Closed 20 years ago
"Restore Default" in customize toolbars window should restore display mode
Categories
(Firefox :: Toolbars and Customization, defect)
Firefox
Toolbars and Customization
Tracking
()
VERIFIED
FIXED
Firefox1.0
People
(Reporter: bugzilla, Assigned: steffen.wilberg)
Details
(Keywords: fixed-aviary1.0)
Attachments
(1 file)
2.29 KB,
patch
|
bugs
:
review+
bugs
:
approval-aviary+
|
Details | Diff | Splinter Review |
Currently, Restore Default only restores the buttons. It should also restore
back to small icons / no text mode.
Reporter | ||
Comment 1•21 years ago
|
||
Steffen, any chance you can get to this for 1.0?
Assignee | ||
Comment 2•21 years ago
|
||
Assignee: bugs → steffen.wilberg
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 156101 [details] [diff] [review]
like this
Some comments:
>-const kWindowWidth = 600;
>+const kWindowWidth = 635;
This fixes bug 245088 (look at the first screenshot in that bug).
>- if (aModeValue == "text") {
>- iconSizeCheckbox.disabled = true;
>- iconSizeCheckbox.checked = false;
>- }
>- else {
>- iconSizeCheckbox.disabled = false;
>- iconSizeCheckbox.checked = gToolboxIconSize;
>- }
>+ iconSizeCheckbox.disabled = aModeValue == "text";
This is bogus. Changing to text mode shouldn't reset the checkbox, only disable
it. And don't mess around with the checkbox when switching between Icons to
Icons and Text either.
Attachment #156101 -
Flags: review?(firefox)
Assignee | ||
Comment 4•20 years ago
|
||
Blake said he wants this for 1.0, so requesting blocking-aviary1.0. Patch is
awaiting review.
Flags: blocking-aviary1.0?
OS: Windows XP → All
Hardware: PC → All
Whiteboard: [have patch]
Target Milestone: --- → Firefox1.0
Updated•20 years ago
|
Flags: blocking-aviary1.0? → blocking-aviary1.0+
Comment 5•20 years ago
|
||
Attachment #156101 -
Flags: review?(firefox)
Attachment #156101 -
Flags: review+
Attachment #156101 -
Flags: approval-aviary+
Assignee | ||
Comment 6•20 years ago
|
||
Checked in br & trunk.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Keywords: fixed-aviary1.0
Resolution: --- → FIXED
Whiteboard: [have patch]
Comment 7•20 years ago
|
||
verified fixed as seen on Windows 2004-10-07-06-0.9, Mac 2004-10-07-05-0.9 and
linux 2004-10-07-09-0.9
note: original comment "It should also restore back to small icons / no text mode."
The current default is normal icons no text. Which this does revert back to on
Restore Default.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 8•20 years ago
|
||
Oops, that's true. But icons *are* large in new profiles, so I'm happy with the
Restore Default button restoring large icons.
Updated•18 years ago
|
QA Contact: bugzilla → toolbars
You need to log in
before you can comment on or make changes to this bug.
Description
•