Closed
Bug 1939
Opened 26 years ago
Closed 25 years ago
{css1} form elements not supporting borders and padding
Categories
(Core :: Layout: Form Controls, defect, P2)
Core
Layout: Form Controls
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: kipp, Assigned: rods)
References
()
Details
(Keywords: css1, Whiteboard: [M10])
It looks like the form element base class, nsFormControlFrame, doesn't support
borders and padding. It should.
You may need to create a pair of frames to do this: an outer frame that takes
care of the border and padding and an inner frame that doesn't.
However, if you switch over to completely windowless controls then you don't
need to bother and your paint-code can deal with it.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 3•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Comment 4•26 years ago
|
||
Marking M5
Updated•26 years ago
|
QA Contact: 4110 → 4137
Updated•25 years ago
|
Target Milestone: M5 → M6
Comment 5•25 years ago
|
||
Redistributing to M8...
Comment 6•25 years ago
|
||
Comment 7•25 years ago
|
||
Didn't make M8
Updated•25 years ago
|
Whiteboard: [M10]
Updated•25 years ago
|
Assignee: pollmann → kmcclusk
Status: ASSIGNED → NEW
Component: Form Submission → HTML Form Controls
OS: Windows NT → All
Hardware: PC → All
Comment 8•25 years ago
|
||
This test case includes all of the form elements with 50px padding and a dashed
green border.
Padding and borders are not working on GFX text areas.
Padding is broken on GFX checkboxes and radio buttons (Bug 1179)
Padding is also funky (though possibly correct) on GFX selects.
Updated•25 years ago
|
Assignee: kmcclusk → buster
Comment 9•25 years ago
|
||
Steve, reassigning to you for setting the padding and borders on gfx text areas
Comment 10•25 years ago
|
||
reassigned to rod. I think he already fixed this for text controls. the bug is
for all form elements, so if text controls work I'm off the hook and rod can
pass this on to whoever is doing the remaining controls, probably himself or
kevin.
Assignee | ||
Comment 11•25 years ago
|
||
Currently all form elements except selects obey border and padding.
Assignee | ||
Comment 12•25 years ago
|
||
select as a combobox obeys border and padding
select as a listbox obeys border and padding but when padding is set it stops
obey the "size"
Comment 13•25 years ago
|
||
*** Bug 13562 has been marked as a duplicate of this bug. ***
Updated•25 years ago
|
Summary: form elements not supporting borders and padding → {css1} form elements not supporting borders and padding
Assignee | ||
Updated•25 years ago
|
Target Milestone: M11 → M12
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 14•25 years ago
|
||
Border and padding are now working for all controls - Fixed
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 15•25 years ago
|
||
Borders work on all form elements except radio buttons which have problem with
dotted and dashed borders. Opened new bug #18993 for that. Otherwise, verifying
this bug as fixed.
Comment 16•25 years ago
|
||
Migrating from {css1} to css1 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
You need to log in
before you can comment on or make changes to this bug.
Description
•