[Webkit-unassigned] [Bug 11832] New: REGRESSION: accessing frame's document property blows away document
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 14 15:34:26 PST 2006
http://bugs.webkit.org/show_bug.cgi?id=11832
Summary: REGRESSION: accessing frame's document property blows
away document
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Blocker
Priority: P1
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ggaren at apple.com
CC: mjs at apple.com, beidson at apple.com
Here's the reduction:
<iframe src="data:text/html,<p>hello world</p>"></iframe>
<script>
frames[0].document;
</script>
The Web Inspector shows that the iframe is completely empty. Removing the
script fixes the bug.
--
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