Skip to main content

Bug Tracker

Side navigation

#4896 closed bug (invalid)

Opened July 13, 2009 06:51PM UTC

Closed August 07, 2009 05:31PM UTC

Last modified March 13, 2012 05:58PM UTC

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?

Attachments (0)
Change History (3)

Changed July 13, 2009 06:53PM UTC by ramonfo comment:1

This line correct is

2132 - event.target = event.srcElement || document;

Changed July 21, 2009 02:53AM UTC by dmethvin comment:2

Can you provide a complete test case?

Changed August 07, 2009 05:31PM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

Please reopen with a test case if you have one.