[Webkit-unassigned] [Bug 12335] New: Setting location.href on frame has no effect if frame starts on about:blank
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 19 02:34:33 PST 2007
http://bugs.webkit.org/show_bug.cgi?id=12335
Summary: Setting location.href on frame has no effect if frame
starts on about:blank
Product: WebKit
Version: 419.x
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Major
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: ss2cire at earthlink.net
<html>
<script language="JavaScript">
function getsection()
{
window.content.location.href = "otherpage.html";
}
</script>
<frameset rows="*,50" noresize="noresize" onLoad="getsection();">
<frame name="content" src="" />
<frame name="navigation" src="navigation.html" />
</frameset>
</html>
that code doesn't seem to change the content frame's href like it should, but
it does seem to work if the content frame has an initial source value other
than about:blank (or just blank to begin with)
--
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