Closed
Bug 87557
Opened 24 years ago
Closed 17 years ago
Failing the toggle display test (relies on IE's window.id)
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugzilla, Unassigned)
References
()
Details
We fail http://www.woram.com/TESTS/JAVA-05.HTM; FN1 is not defined. But this
seems correct to me, because you're only passing in some random ID (and not even
as a string), and then it tries to treat it as if it were an element.
How the hell does stuff like this work in IE?
works on IE.
not a table specific bug, reassigning to core owner.
Assignee: karnaze → attinasi
Updated•24 years ago
|
Target Milestone: --- → Future
Comment 2•23 years ago
|
||
Punting to DOM, but almost certainly INVALID; that should be
getElementById(fn)... I think.
Assignee: attinasi → jst
Component: Layout → DOM Level 0
QA Contact: petersen → desale
Whiteboard: INVALID?
Comment 4•22 years ago
|
||
This script relies on <span id="..."> to be in the global scope. Doesn't work in
moz of course. Sending to evangelism.
Component: DOM: Level 0 → English US
Product: Browser → Tech Evangelism
Version: Trunk → unspecified
Comment 5•22 years ago
|
||
Sending for real.
Assignee: general → english-us
OS: Windows 2000 → All
QA Contact: desale → english-us
Hardware: PC → All
Summary: Failing the toggle display test → Failing the toggle display test (relies on IE's window.id)
Whiteboard: INVALID?
Target Milestone: Future → ---
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•