Closed
Bug 13996
Opened 26 years ago
Closed 26 years ago
gfx combo boxes draw text on their borders
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: pavlov, Assigned: rods)
Details
Attachments
(1 file)
|
2.31 KB,
image/png
|
Details |
gfx combo boxes don't seem to fix the text inside of them properly. nor do they
clip, so the text is drawn on the borders of the combo box. i'm going to
attach a picture showing this
| Reporter | ||
Updated•26 years ago
|
Summary: gfx combo boxes draw text on their borders
| Reporter | ||
Comment 1•26 years ago
|
||
| Assignee | ||
Comment 2•26 years ago
|
||
One problem is the xul.css defines that all input elements to have 2 pixel
borders and vertical-align as bottom. Also, xul.css does not define the required
pseudo styles for the combobox and other elements.
I will make the necessary changes to the xul.css
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•26 years ago
|
||
This has been fixed in the xul.css. Test by using mozilla and open the
Edit->Preferences then Addressing
You need to log in
before you can comment on or make changes to this bug.
Description
•