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?
This line correct is
2132 - event.target = event.srcElement || document;