Closed
Bug 292629
Opened 20 years ago
Closed 19 years ago
titlemodifer doesn't - CCK
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: mkaply, Assigned: rebron)
Details
Currently, if you set titlemodifer in browser.dtd, it doesn't affect the Firefox window because of this code: http://lxr.mozilla.org/seamonkey/source/browser/base/content/browser.xul#62 title="&mainWindow.title;" titlemodifier="&mainWindow.title;" which should be: title="&mainWindow.title;" titlemodifier="&mainWindow.titlemodifier;" In addition, I'm investigating whether we should change the way titlemodifier works. Here is the text of a note to hyatt: So in the title bar it now says: Website - Mozilla Firefox We're bringing back the Netscape CCK, and the way it worked was that if titlemodifier got set to "Company A", it would look like: Website - Company A and Netscape was nowhere to be found on the titlebar. So as we do this for Firefox, we're concerned about branding. Do you think I should modify the behavior of titlemodifier so that it appends to Mozilla Firefox instead of replacing? So you would set titlemodifer to "by Company A" and you would get: Website - Mozilla Firefox by Company A or should I leave the existing behavior alone and tell people "Please make your titlemodifier be Mozilla Firefox by your company" so that the titlebar becomes whatever they set titlemodifer to.
| Assignee | ||
Updated•20 years ago
|
Assignee: nobody → rebron
| Assignee | ||
Comment 1•20 years ago
|
||
I would say the latter and provide the guideline. We've set the precedent with SpeakEasy ISP to do "Mozilla Firefox: SpeakEasy Edition". If CCK/Firefox is used for an internal deployment, Website - Big Company A works for me.
| Reporter | ||
Comment 2•19 years ago
|
||
I did this a different way in the CCK that works fine. I overlay my own window with a titlemodifier.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•