Closed
Bug 107203
Opened 24 years ago
Closed 24 years ago
Netscape 6: shift + tab don't go to previous form field
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: gmelamed, Assigned: paulkchen)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
BuildID:
When using CSS 'position' attribute, if you try to navigate between form fields
backwards with shift+tab, the cursor disappear.
Reproducible: Always
Steps to Reproduce:
1. create a html with a form and 2 input fields (e.g. input type="text")
2. add those input a position (style="position: absolute;")
3. view this page with Netscape 6.0.
4. try to navigate between the 2 input fields with tab and backwards with
shift+tab.
Actual Results: If you shift+tab between fields, the cursor disappear.
Expected Results: Cursor should go back to previous input field (from second
to first).
try:
<html>
<head>
<title>My form</title>
</head>
<body>
<form action="">
<p>First Name:<input type="text" style="position:
absolute"></p>
<p>Last Name:<input type="text" style="position:
absolute"></p>
</input>
</form>
</body>
</html>
without positioning (result O.K.):
<html>
<head>
<title>My form</title>
</head>
<body>
<form action="">
<p>First Name:<input type="text"></p>
<p>Last Name:<input type="text"></p>
</input>
</form>
</body>
</html>
Reporter - bugzilla is not the place to report bugs in commerical Netscape
releases. Bugs in Netscape 6 should be reported directly to Netscape by visiting
http://home.netscape.com/browsers/6/feedback/index.html
However, please download the latest release of mozilla from
http://ftp.mozilla.org/pub/mozilla/nightly/latest/ and attempt to reproduce this
bug again. I cannot reproduce it using build 2001102708 on win98, using the
examples you provided.
Before filing future bugs, please read the bug writing guidelines at
http://www.mozilla.org/quality/bug-writing-guidelines.html
Marking WORKSFORME. Please feel free to reopen this bug if you can provide
correct reproducible steps.
Thanks for using bugzilla!
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Comment 2•23 years ago
|
||
mass verification of WorksForMe bugs: to find all bugspam pertaining to this,
set your search string to "IfItWorksForSlappyTheSquirrelThenItWFM".
if you think this particular bug is *still* an open issue, please make sure of
the following before reopening:
a. that it's still a problem with ***recent trunk builds*** on the all
appropriate platform[s]
b. provide clear steps to reproduce (unless a good test case is already in the
bug report), making sure it pertains to the original problem (avoid morphing as
much as possible :)
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•