Closed Bug 223619 Opened 22 years ago Closed 22 years ago

window.event has no properties

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 54341

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.
Opera 7.20 (and above) support this properties.
function handleMouseOverOut() { var eSrc = window.event.srcElement; // <- this line! if ("FAQ" == eSrc.className) eSrc.style.color = eSrc.style.color != "#660066" ? "#660066" : "#000000"; }
*** This bug has been marked as a duplicate of 54341 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Marking Verified -
Status: RESOLVED → VERIFIED
Component: JavaScript Engine → DOM Level 0
Oops, reopening to set the correct component. This is not a JS Engine issue, but a DOM issue.
Status: VERIFIED → UNCONFIRMED
Resolution: DUPLICATE → ---
Setting to DOM component -
Assignee: general → general
QA Contact: PhilSchwartau → ian
*** This bug has been marked as a duplicate of 54341 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago22 years ago
Resolution: --- → DUPLICATE
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.