Closed Bug 312426 Opened 19 years ago Closed 19 years ago

[Mac] There's neither a dash nor a space between the url to the page title in popups's titlebar (was: Window opened with window.open method has wrong title)

Categories

(Firefox :: General, defect)

1.5.0.x Branch
PowerPC
macOS
defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: mjuhos, Assigned: dveditz)

References

Details

(Keywords: fixed1.8, regression)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; cs-CZ; rv:1.7.12) Gecko/20050919 Firefox/1.0.7 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8b5) Gecko/20051006 Firefox/1.4.1 Window opened with window.open method has wrong title e.g. "http:\\localhostTitle". There is mising dash and spaces in window title. Reproducible: Always Steps to Reproduce: 1. Use "window.open" JavaScript method to opening new window 2. See title of new window Actual Results: Text in title bar looks is: http:\\localhostTitle Expected Results: Text in title will be: http:\\localhost - Title
Example of used code : File "index.html": <html> <head> <title>Title</title> </head> <body> <button onclick="window.open('wnd.html','wnd', 'height=200')">Click me</button> </body> </html> File "wnd.html": <html> <head> <title>Title</title> </head> <body> </body> </html>
Version: unspecified → 1.5 Branch
The dash is indeed misgging, at least on mac.
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking1.8rc1?
Keywords: regression
Summary: Window opened with window.open method has wrong title → There's neither a dash nor a space between the url to the page title in popups's titlebar (Window opened with window.open method has wrong title)
Summary: There's neither a dash nor a space between the url to the page title in popups's titlebar (Window opened with window.open method has wrong title) → There's neither a dash nor a space between the url to the page title in popups's titlebar (was: Window opened with window.open method has wrong title)
This is a mac-only issue, we keep mTitleSeparator empty on mac as part of the hack in nsContentTreeOwner::XULWindow.
Blocks: 304388
Summary: There's neither a dash nor a space between the url to the page title in popups's titlebar (was: Window opened with window.open method has wrong title) → [Mac] There's neither a dash nor a space between the url to the page title in popups's titlebar (was: Window opened with window.open method has wrong title)
Dan, this may be a regression from 304388?
Assignee: nobody → dveditz
(In reply to comment #4) > Dan, this may be a regression from 304388? Gah, already did this once :-(. 304388's checkin of bug 22183's patch should have included regression fix bug 282955.
Depends on: 282955
patch for bug 282955 checked into trunk and 1.8 branch
Status: NEW → RESOLVED
Closed: 19 years ago
Keywords: fixed1.8
Resolution: --- → FIXED
Flags: blocking1.8rc1?
You need to log in before you can comment on or make changes to this bug.