Closed
Bug 37193
Opened 25 years ago
Closed 25 years ago
Insufficient whitespace in buttons
Categories
(Core :: Layout: Form Controls, defect, P3)
Core
Layout: Form Controls
Tracking
()
VERIFIED
FIXED
People
(Reporter: jonblake, Assigned: rods)
References
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
When the lable of a button is a single character, it is given very little
whitespace on both the right and left sides. This is worse on the right side
where the shadow effect of the button eats up more of the whitespace.
Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
reassigning from architecture to browser product
Assignee: endico → trudelle
Component: GFX → XP Toolkit/Widgets
Product: Architecture → Browser
QA Contact: nobody → jrgm
Version: unspecified → other
Comment 3•25 years ago
|
||
Actually ... -> HTML Form Controls
Two problems:
(1) leading/trailing whitespace is being trimmed from 'value=" foo "'
(2) text measurement of non-whitespace appears to be wrong (leading to clipping
of the contents of 'value'
Assignee: trudelle → rods
Component: XP Toolkit/Widgets → HTML Form Controls
QA Contact: jrgm → ckritzer
Assignee | ||
Comment 4•25 years ago
|
||
Fixed - needed to have "white-space:pre" in button rule of html.css
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 6•24 years ago
|
||
Indirectly and through my inattention, this fix eventually caused bug 55285.
Verified Build 20010801108T os:mac8.6,Linux7.1,win 98,NT.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•