Bug Tracker

Modify

Ticket #4896 (closed bug: invalid)

Opened 4 years ago

Last modified 15 months ago

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:
Blocking: Blocked by:

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

comment:1 Changed 4 years ago by ramonfo

This line correct is

2132 - event.target = event.srcElement
document;

comment:2 Changed 4 years ago by dmethvin

Can you provide a complete test case?

comment:3 Changed 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

Please reopen with a test case if you have one.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.