[Webkit-unassigned] [Bug 7638] Javascript cannot set location of an iframe if the iframe contains a non-html file

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 7 12:38:55 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=7638





------- Comment #4 from ddkilzer at webkit.org  2007-07-07 12:38 PDT -------
(In reply to comment #3)
> Have seen the same, works on Safari Beta 3.02 but no longer with webkit at all
> here is a test:
> http://www.smilecms.com/webkit/iframe.html
> 
> Simple javascript function that uses location.replace()

The iframe.document property is no longer supported; please use
iframe.contentDocument instead.  This example produces a JavaScript error when
the link is clicked in the test:

TypeError: Undefined value
http://www.smilecms.com/webkit/iframe.html
Line: 32


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list