Closed
Bug 213980
Opened 22 years ago
Closed 22 years ago
If <head></head> tags are on same line as <html>, cursor misplaced and unable to tab into INPUT fields
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: craigh15, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: regression, testcase)
Attachments
(1 file)
|
292 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030724 Mozilla Firebird/0.6
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030724 Mozilla Firebird/0.6
Try this html:
<HTML><head></HEAD>
<FORM METHOD=post ACTION=/cgi-bin/fpool/fppicks.cgi>
<br>name:<INPUT NAME=h_pname SIZE=21 MAXLENGTH=21>
password: <INPUT NAME=h_pass TYPE=password SIZE=21 MAXLENGTH=21>
<INPUT TYPE=submit VALUE="ENTER YOUR PICKS">
</FORM>
</BODY></HTML>
If you leave <head></head> on the same line as <html>, the cursor will not go
into the password input box. If you move <head></head> to a new line, it will
work correctly.
I also copied the html to my website (see URL above).
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.aaagames.com/test.htm
2. Try to TAB to the "password" box
3. The cursor moves to the side
Actual Results:
The cursor does not go into the input box as it should
Expected Results:
The cursor should go into the input box
Comment 1•22 years ago
|
||
WFM 20030721 PC/WinXP
Comment 2•22 years ago
|
||
Confirmed in 20030726 PC/WinXP.
Capitalization, whether or not </head> is on the same line, and whether anything
is in the <head></head> tags don't seem to matter.
Comment 3•22 years ago
|
||
Also seeing this Mozilla PC/WinXP, not a Firebird specific bug.
Works in 2003072204
Broken in 2003072304
->Browser/Layout form controls (?)
Assignee: blake → form
Status: UNCONFIRMED → NEW
Component: General → Layout: Form Controls
Ever confirmed: true
Keywords: regression
Product: Firebird → Browser
QA Contact: asa → desale
Version: unspecified → Trunk
Comment 4•22 years ago
|
||
Updated•22 years ago
|
Keywords: testcase
Summary: If <head></head> tags are on same line as <html>, cursor and tabs act strangely → If <head></head> tags are on same line as <html>, cursor misplaced and unable to tab into INPUT fields
Comment 5•22 years ago
|
||
Adding link to META bug# 174361 as it tracks Bug# 25141 which can cause this
type of HTML code.
Blocks: 174361
Comment 6•22 years ago
|
||
WFM Gecko/20030902 Firebird/0.6.1+, Windows XP
Comment 7•22 years ago
|
||
wfm as well, in a current linux trunk build. Is this still an issue?
Comment 8•22 years ago
|
||
My testcase now WFM 20040203 PC/WinXP. Resolving bug.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•