Closed
Bug 130994
Opened 23 years ago
Closed 18 years ago
[XBLFC] Listboxes are positioned below the baseline
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jud, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(1 file)
(deleted),
application/octet-stream
|
Details |
1 visit said URL w/ XBL form controls turned on.
2 notice that the text entry field, the dropdown listbox, and the submit button
aren't horizontally alligned. expected result is that they are alligned.
Comment 1•23 years ago
|
||
Bug 130303 covers the incorrect positioning of <input type="button" /> so
changing this to just listboxes.
Summary: XBL form controls are poorly alligned. → [XBLFC] Listboxes are positioned below the baseline
Comment 2•23 years ago
|
||
132343 has a slightly better description and screenshot, duping.
*** This bug has been marked as a duplicate of 132343 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 4•23 years ago
|
||
Actually, this is the bug with the better description.
Screen shot is in attachment #73868 [details]
Status: REOPENED → ASSIGNED
Comment 5•23 years ago
|
||
*** Bug 130617 has been marked as a duplicate of this bug. ***
Comment 6•23 years ago
|
||
Targetting my bugs which are necessary to get XBL FC turned on to Mozilla 1.1 alpha.
Target Milestone: --- → mozilla1.1alpha
Updated•23 years ago
|
QA Contact: madhur → tpreston
Comment 7•22 years ago
|
||
Fix:
Add the following to the 'select' in select.css in forms.jar:
vertical-align: text-bottom;
Check littlemozilla at deskmod.org for an example
of how the form elements should be styled for consistent
look.
Greetings, Alfred Kayser (author of LittleMozilla)
Comment 8•22 years ago
|
||
Comment 7 suggests that a one-line patch is all that is needed to fix this bug.
Is that right?
Keywords: mozilla1.3,
nsbeta1
Comment 9•22 years ago
|
||
Reproduced in 9/10/02 Trunk build, Win XP. However, when I use the 1/08/03 Trunk
Build, Win XP, the behavior is different and the text entry box and select box
do not show up at all. Tested in both cases with XBL form controls on. Minimised
testcase attached.
Keywords: testcase
Comment 10•22 years ago
|
||
Comment 12•20 years ago
|
||
*** This bug has been marked as a duplicate of 130303 ***
Status: ASSIGNED → RESOLVED
Closed: 23 years ago → 20 years ago
Resolution: --- → DUPLICATE
Comment 13•20 years ago
|
||
Reopening. This is about listboxes, not buttons. Alfred, are you actually
testing XBLFC builds?
Updated•20 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Updated•18 years ago
|
Assignee: bryner → nobody
Status: REOPENED → NEW
QA Contact: tpreston → layout.form-controls
Target Milestone: mozilla1.1alpha → ---
Comment 14•18 years ago
|
||
Reso/Wontfix, per roc.
Status: NEW → RESOLVED
Closed: 20 years ago → 18 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•