Open
Bug 60552
Opened 25 years ago
Updated 3 years ago
Toolbar buttons should have width >= height
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: mpt, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
|
521 bytes,
patch
|
Details | Diff | Splinter Review | |
|
396 bytes,
patch
|
Details | Diff | Splinter Review |
Build: 2000111520
To reproduce:
* Switch to the Classic theme, if you are not already using it.
* Mouse over the `Next' button in a Messenger three-pane window, or the `New'
button, `Open' button, or `Save' button in a Composer window.
What you should see:
* The button is at least as wide as it is high -- in this case, the button is
square because its content is narrower than it is high.
What you actually see:
* The button is considerably narrower than it is high, making it look weird.
For dual menubuttons, this measurement should use the button part of the
menubutton, not the menubutton as a whole.
Themes Triage Team P3, be really nice to have min-width here
Priority: P4 → P3
Summary: [Classic] Toolbar buttons should have width >= height → Toolbar buttons should have width >= height
Comment 8•25 years ago
|
||
sr=hewitt
fix checked into trunk.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 10•25 years ago
|
||
Marking verified on Mac (2001-03-19-12-Mtrunk).
Status: RESOLVED → VERIFIED
Comment 11•25 years ago
|
||
Reopening - the change I made was not the best way to do this and Pinkerton feels
this should be a toolkit fix. Sending to him to filter to whomever.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 14•25 years ago
|
||
I really think we should file a separate bug for the request to support
"equal-size" or whatever evaughan want's to call the attribute to make different
buttons the same size.
Changing platform to All and milestone, since 0.8.1 has passed!
Hardware: Macintosh → All
Target Milestone: mozilla0.8.1 → mozilla0.9
Comment 15•25 years ago
|
||
i could take a stab at this...
Assignee: evaughan → dr
OS: Mac System 8.5 → All
Target Milestone: mozilla0.9 → mozilla0.9.1
| Reporter | ||
Comment 16•25 years ago
|
||
When I filed this bug I also filed bug 60553 for making different buttons the
same width, in the knowledge that that was a separate issue from making them
wider than they were high. Stuff about equal-size should go in that bug, not
this one. Restoring original summary.
This bug may be considered fixed now, but from reading the patch I see that it
just applies a hard-coded width. So it won't work properly once we can choose
graphic-only buttons (bug 22056), or once we can choose between small or large
toolbar icons (bug 62444).
Summary: add "equal-size" attribute on box for equal-sized children → Toolbar buttons should have width >= height
Comment 17•25 years ago
|
||
> This bug may be considered fixed now, but from reading the patch I see that it
> just applies a hard-coded width.
Yeah, that's why this was reopened (see andreww's comments). Just checked out
60553, thanks for the info on that. Any opinion what ought to be done here?
| Reporter | ||
Comment 18•25 years ago
|
||
I guess this would be XBL for the toolbar button widget. Each button would need
to check how high it is, and make sure it's at least as wide as that.
Severity: normal → minor
Comment 19•25 years ago
|
||
That'd be a solution; another more generic one might be to implement a CSS
extension to do this sort of thing, but I don't know what drawbacks that might
have...
If we were to take the XBL route, which seems likely to me, I'd prefer to have a
"button-with-width-greater-than-height" sort of binding and let toolbar buttons
extend that... Sound reasonable?
Comment 20•25 years ago
|
||
->0.9.3 (not a netscape rtm stopper, per pdt)
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Comment 21•24 years ago
|
||
[spam] dr@netscape.com's bugs subject to redistribution by chofmann. R!
Assignee: dr → chofmann
Status: ASSIGNED → NEW
Priority: P4 → --
Target Milestone: Future → ---
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
Comment 22•4 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: chofmann → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•