WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
12335
Setting location.href on frame has no effect if frame starts on about:blank
https://bugs.webkit.org/show_bug.cgi?id=12335
Summary
Setting location.href on frame has no effect if frame starts on about:blank
ss2cire
Reported
2007-01-19 02:34:32 PST
<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)
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2007-01-19 11:23:18 PST
Have you tested with a WebKit nightly build from <
http://nightly.webkit.org
>? I can reproduce this issue with shipping Safari, but not with a recent version of WebKit.
Alexey Proskuryakov
Comment 2
2007-07-13 04:35:38 PDT
No reply in 6 months, closing as WFM.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug