Closed
Bug 223619
Opened 22 years ago
Closed 22 years ago
window.event has no properties
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: aynilove, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6a) Gecko/20031016
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6a) Gecko/20031016
http://msdn.microsoft.com/vba/Prodinfo/qa.asp
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
| Reporter | ||
Comment 1•22 years ago
|
||
Opera 7.20 (and above) support this properties.
| Reporter | ||
Comment 2•22 years ago
|
||
function handleMouseOverOut()
{
var eSrc = window.event.srcElement; // <- this line!
if ("FAQ" == eSrc.className) eSrc.style.color = eSrc.style.color != "#660066" ?
"#660066" : "#000000";
}
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 54341 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 4•22 years ago
|
||
Marking Verified -
Status: RESOLVED → VERIFIED
Component: JavaScript Engine → DOM Level 0
Comment 5•22 years ago
|
||
Oops, reopening to set the correct component. This is not
a JS Engine issue, but a DOM issue.
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Comment 6•22 years ago
|
||
Setting to DOM component -
Assignee: general → general
QA Contact: PhilSchwartau → ian
Comment 7•22 years ago
|
||
*** This bug has been marked as a duplicate of 54341 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 22 years ago
Resolution: --- → DUPLICATE
Comment 8•22 years ago
|
||
Verified Duplicate - any comments should be posted to bug 54341
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•