Closed
Bug 515928
Opened 16 years ago
Closed 15 years ago
Unexpected Form Display
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: cristi_jujea, Unassigned)
Details
(Whiteboard: [CLOSEME 2011-1-1])
Attachments
(1 file)
|
564 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3
Hi,
I'm a software developer, lots of congratulations on Mozilla!!!!!!!!!!!!
I am writing to you because I have this problem for a very simple web page. I am going to use "?" instead of "<" so you can see the code in a browser.
?!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
?html>
?head>
?link rel="stylesheet" type="text/css" href="main.css" />
?/head>
?body>
?div id="global">
?form id="formForCreatingNewUser" class="formAlign">
?label id="IntegerTestLabel">Integer Test</label>?input type="text" id="IntegerTest" />?br />
?label id="PozitiveIntegerTestLabel">Pozitive Integer Test</label>?input type="text" id="PozitiveIntegerTest" />?br />
?label id="DoubleTestLabel">Double Test</label>?input type="text" id="DoubleTest" /><br />
?label id="receiveEmailNotificationsLabel">Receive e-mail notifications about new products </label>?input type="checkbox" id="receiveEmailNotifications" />
?br />
?label id="PozitiveDoubleTestLabel">Pozitive Double Test</label>?input type="text" id="PozitiveDoubleTest" />?br />
?/form>
?/div>
?/body>
?/html>
Basically, it is a form with several fields, each field preceded by a label.
The css is :
form.formAlign label {
float: left;
min-width: 14em;
text-align: left;
}
After the line containning the checkbox, the last line of the form is dislayed very much to the right, as if it is supposed to start beneath the checkbox. This doesn't happen with IE, if u can please check the code, it is trivial
Reproducible: Always
Steps to Reproduce:
1.write the code I provided in the "Details section"
2.replace the "?" characters with a "<" character
3.open the html file with mozilla
I'm creating a Javascript opensource and I am under time pressure to publish it. If I am missing something regarding the problem I am reporting to you or if it is a bub, please let me know.
Comment 1•16 years ago
|
||
Reduced HTML attachment showing the indentation appears incorrect. Changing the input type on line 14 from checkbox to text makes the indent correct.
Comment 2•15 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.12 or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
Also, please consider using the most recent Firefox 4 beta build, your bug may be resolved there.
Whiteboard: [CLOSEME 2011-1-1]
Comment 3•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.13 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•