WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 3524
4753
Javascript window.open does not allow title change
https://bugs.webkit.org/show_bug.cgi?id=4753
Summary
Javascript window.open does not allow title change
Kevin Gale
Reported
2005-08-30 04:55:28 PDT
The following Javascript creates a new window and writes HTML into it to set the title: msgWindow=window.open("","","menubar=yes,scrollbars=no,status=yes,width=300,height=300"); msgWindow.document.write("<html><head><title>Message window<\/title><\/head><\/html>"); msgWindow.document.close(); Unfortunately, under Safari the title never changes (IE / FireFox under Mac & Windows works okay). Executing the following Javascript after creating the window to try and change the window title also fails: msgWindow.document.title = "123";
Attachments
Add attachment
proposed patch, testcase, etc.
Mark Rowe (bdash)
Comment 1
2005-09-07 04:07:22 PDT
Confirmed with ToT WebKit. The title of the newly created window is not set.
Alexey Proskuryakov
Comment 2
2006-02-08 12:35:52 PST
Inability to set the title is actually a bug in Safari, not WebKit.
Bug 3524
is kept open to track other closely related issues, though. *** This bug has been marked as a duplicate of
3524
***
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