Closed Bug 65002 Opened 25 years ago Closed 25 years ago

Does not populate after filling initial field

Categories

(Core :: Layout: Form Controls, defect)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 49951

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
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.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: 4xp, mozilla1.0
OS: other → All
Hardware: PC → All
Assignee: asa → rods
Component: Browser-General → HTML Form Controls
QA Contact: doronr → bsharma
over to Forms.
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.
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.
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.
Duping... *** This bug has been marked as a duplicate of 49951 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Verifying duplicate
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.