[Webkit-unassigned] [Bug 23604] New: TITLE is "UNTITLED" for window.open with no URL
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 28 14:39:01 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23604
Summary: TITLE is "UNTITLED" for window.open with no URL
Product: WebKit
Version: 525.x (Safari 3.2)
Platform: PC
URL: http://code.google.com/p/chromium/issues/detail?id=5988
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: pesotrader at yahoo.com
Both Safari and Chrome display "Untitled" with URL "about:blank"
Browsers tested:
Chrome 1: FAIL
Safari 3: FAIL
Steps will reproduce the problem?
1. using javascript, create a popup using window.open
2. do not supply a URL to the window.open call
3. dynamically load HTML into the newly created popup
4. try setting the title using <TITLE>my popup</TITLE>
5. try setting the title using javascript within the HTML
used in step 3 above. ex: document.title = "my popup";
--
Configure bugmail: https://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