Closed
Bug 176317
Opened 22 years ago
Closed 22 years ago
radio buttons with aligh=left causing incorrect layout
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
RESOLVED
DUPLICATE
of bug 170781
mozilla1.4beta
People
(Reporter: mgalli, Unassigned)
Details
here is the testcase:
http://taboca.com/worlds/gek/testcases/radioleft.html
I am checking this with latest mozilla. The source code is:
------------------------------------------------------------
<input type="radio" align="left" >text
<input type="radio" align="left" >text
However the layout is:
--------------------
()text text
()
Instead:
--------
()text ()text
Reporter | ||
Comment 1•22 years ago
|
||
This case was raised from Roger, submarino.com.br popular web site is using
this. We reduced the testcase together and now I just confirmed that happens
with latest Mozilla.
Reporter | ||
Comment 2•22 years ago
|
||
ccying jkeiser ;)
Reporter | ||
Comment 3•22 years ago
|
||
Tested with IE and Netscape 4.x and works in the old flashion way :) ()text
()text. So I am marking this one 4xp
Keywords: 4xp
Comment 4•22 years ago
|
||
Konqueror 3 renders like Gecko. Opera renders like IE.
![]() |
||
Comment 5•22 years ago
|
||
It's a question of whether "align" means "float" as it does for image inputs or
"text-align" as it does for text inputs. We treat it as "float" for checkboxes.
This is trivial to fix if we decide we want to.
Updated•22 years ago
|
Priority: -- → P3
Target Milestone: --- → mozilla1.4beta
![]() |
||
Comment 6•22 years ago
|
||
*** This bug has been marked as a duplicate of 170781 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•