Closed
Bug 65002
Opened 25 years ago
Closed 25 years ago
Does not populate after filling initial field
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
People
(Reporter: mlemley, Assigned: rods)
References
()
Details
Steps:
1) Go to above URL
2) Type name in "yahoo" last name field
3) Tab to first name field
Expected Results:
In communicator, all other last name fields become populated with entry
Actual results:
In N6, the other "last name" fields remain empty
Build/Platform: RTM CD/Win98
Comment 1•25 years ago
|
||
I am seeing this on Mac OS 9.1 with build id 2001010908. Changing platform to
Macintosh and OS to all to reflect this. Confirming bug, and nominating for
mozilla1.0. Based on reporter's comments, also adding keyword 4xp.
Updated•25 years ago
|
OS: other → All
Hardware: PC → All
Updated•25 years ago
|
Assignee: asa → rods
Component: Browser-General → HTML Form Controls
QA Contact: doronr → bsharma
Comment 2•25 years ago
|
||
over to Forms.
Comment 3•25 years ago
|
||
I am seeing this also on Windows 2000 with Mozilla 0.7 release (2001010901).
Notice that the buttons also seem to smudge on the page (IE: don't appear
correctly after tab).
This page works "right" on IE.
Comment 4•25 years ago
|
||
I believe that a DOM expert should take a look at it. Although I am no expert
on DOM, I do not see anything in the DOM that talks about one being allowed to
access an element by document.elementname - one has to use
document.getElementsByName("elementname)[1] or document.forms["elementname"] or
document.forms.namedItem("elementname")
http://www.w3.org/TR/DOM-Level-2-HTML/ecma-script-binding.html
In fact the document is only allowed to have one element as a child (and that
is the body).
http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-1590626202
I think the fact that Mozilla and Netscape 6 puked should be looked at, but I
don't think that this page follows the standard correctly.
Comment 5•25 years ago
|
||
Duplicate of bug 49951.
I talked to jst. Although this page is written incorrectly, it is a bug with
Mozilla/NS6 because they are supposed to be backward compatible with 4.x pages.
The elements array is ordered differently than 4.X.
Comment 6•25 years ago
|
||
Duping...
*** This bug has been marked as a duplicate of 49951 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•