Closed
Bug 160491
Opened 23 years ago
Closed 23 years ago
date and time fields are filled up wrong
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 127847
People
(Reporter: andreas.moroder, Assigned: jst)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; de-AT; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
The field for the date ( line 3 ) and the time ( line 4 )
are filled up the wrong way. The day of the date field is empty and all the
other values are shifted by on e position.
This page is ok with explorer
Reproducible: Always
Steps to Reproduce:
1.open this site
2.
3.
Actual Results: see description
Expected Results: see description
Comment 1•23 years ago
|
||
Internet Explorer counts OBJECTs as FORM control elements but Mozilla doesn't.
As a result of this, the values being assigned to the INPUTs via
document.forms[0].elements[?].value are being assigned differently.
I don't know enough about the DOM to tell for certain, but under DOM Level 1 [1]
it seems that IE is right. Under Level 2 [2] it seems Mozilla is right.
[1] http://www.w3.org/TR/REC-DOM-Level-1/level-one-html.html#ID-9893177
[2] http://www.w3.org/TR/2001/WD-DOM-Level-2-HTML-20011025/html.html#ID-9893177
-> DOM HTML
Component: JavaScript Engine → DOM HTML
Comment 2•23 years ago
|
||
Setting default owner and QA. This bug is a duplicate;
I will search for the original -
Assignee: rogerl → jst
Status: UNCONFIRMED → NEW
Ever confirmed: true
QA Contact: pschwartau → stummala
Comment 3•23 years ago
|
||
This is the exact same problem as in
bug 155084, "Error in initialization of values in form"
bug 138767, "Form field content appears to be shifted"
Both have been marked as duplicates of
bug 127847, "<object>'s not included in form.elements"
I will do the same here -
*** This bug has been marked as a duplicate of 127847 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Component: DOM: HTML → DOM: Core & HTML
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•