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)

x86
Windows 98
defect

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
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.
ccying jkeiser ;)
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
Konqueror 3 renders like Gecko. Opera renders like IE.
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.
Priority: -- → P3
Target Milestone: --- → mozilla1.4beta
*** 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.