Bug Tracker

Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#4896 closed bug (invalid)

event - frame - ie and document error

Reported by: ramonfo Owned by:
Priority: major Milestone: 1.2.5
Component: unfiled Version: 1.2.6
Keywords: Cc:
Blocked by: Blocking:

Description

I have problems with jquery and iframe. When my page is loaded, the document in line below is inacessible, and ocurred a error.

event.target = event.srcElement
document;

This happens only in internet explorer.

My error is exactly this, always i try to access the document:

"No Such Interface Supported"

Bug or any tips?

Change History (3)

comment:1 Changed 14 years ago by ramonfo

This line correct is

2132 - event.target = event.srcElement
document;

comment:2 Changed 14 years ago by dmethvin

Can you provide a complete test case?

comment:3 Changed 14 years ago by dmethvin

Resolution: invalid
Status: newclosed

Please reopen with a test case if you have one.

Note: See TracTickets for help on using tickets.