Closed
Bug 44482
Opened 26 years ago
Closed 26 years ago
Client Side Javascript TYPE attribute for Button object fails
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
WONTFIX
People
(Reporter: e_lynskey, Assigned: jst)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m16) Gecko/20000613
BuildID: 2000061311
Browser standards compliance
Client Side Javascript Test Case Matrices
Test Case #but003.html
Properties/methods -- Check TYPE atribute for Regular chars
Description: Read Button type Button
Actual result: button
Expected result: Button
Reproducible: Always
Steps to Reproduce:
1. Run Client Side Javascript, Object: Button, Test Case # but003.html
2.
3.
Actual Results: Actual: button
Expected Results: Expected: Button
Typo in code???
Brought up two separate sessions of
Mozilla and reproduced the same
inconsistency when running the test
case.
Comment 1•26 years ago
|
||
Reassigning to Dom Level 0; not an Engine issue -
Assignee: rogerl → jst
Component: Javascript Engine → DOM Level 0
QA Contact: pschwartau → desale
| Assignee | ||
Comment 2•26 years ago
|
||
Mozilla is intentionally not fully compatible with the DOM WRT character case in
input types, the reason for this is that following the DOM spec (mozilla did that
up until a few months ago) breaks a lot of existing content on the web. Right now
mozilla is compible with older versions of both NS and IE. Marking WONTFIX.
Status: UNCONFIRMED → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Comment 3•26 years ago
|
||
The referenced test case ought to be changed to a more permissive test (a one-
letter change) or at least to reference this bug instead of saying "Bug Report
Required". Otherwise it will waste the time of everyone who runs the regression
tests for the first time.
Comment 4•26 years ago
|
||
Adding cc for Christine Dreckman, the contact for test case maintenance.
Also, there are other test case manifesting this same WontFix bug and saying
"Bug report required" -- all the flavors of buttons. They too should be either
relaxed or should reference this bug.
http://mozilla.org/quality/ngdriver/suites/javascript/cbx005.html
http://mozilla.org/quality/ngdriver/suites/javascript/rad005.html
http://mozilla.org/quality/ngdriver/suites/javascript/sub003.html
You need to log in
before you can comment on or make changes to this bug.
Description
•