Closed Bug 117045 Opened 23 years ago Closed 22 years ago

[RFE] Rename tabs

Categories

(SeaMonkey :: Tabbed Browser, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

VERIFIED WONTFIX
Future

People

(Reporter: bneely, Assigned: jag+mozilla)

References

Details

When using browser tabs (via ctrl-t), I sometimes want to rename a tab.  For
example, I'm going to a movie at the AMC 1000 theater tomorrow at 2:40pm.  I'll
load the information page and keep it open in a tab, then do my web browsing in
another window from now until the movie.  Before I leave for the movie, I need
to go back to the tab that has information about the theater (including the
address and the movie schedule).  If I could rename the tab to the name of the
movie I'm going to see, it would be handy.

It would be cool if such a feature were available from the tab context menu. 
Selecting such an option would display a dialog in which an alternate title for
the tab could be entered.  The dialog could include a button for "Revert to
using the webpage title" (or just simply "Revert").

I currently use Mozilla 0.9.7 on Debian unstable.
In Theory you could use a bookmarklet that did some document.title='Foo' stuff.
However, that won't work until bug 108350 is fixed.

Personally, I don't think we should have this built in to Mozilla.  A
bookmarklet would suffice, if it worked.

Confirming but marking dependent on bug 108350.
Status: UNCONFIRMED → NEW
Depends on: 108350
Ever confirmed: true
Summary: I would like to be able to rename tabs → [RFE] Rename tabs
Interesting, but not now.
Target Milestone: --- → Future
OS: Linux → All
Hardware: PC → All
Reassigning to new component owner.
Assignee: hyatt → jaggernaut
This should be moved out of tab browser space. The same (bloaty) RFE could be
made for traditional windows (which are kind of tabs by default under windows,
with the task bar). I say fix the bug that can make this JSable, and we're done.
Does not depend on bug 108350.  These bookmarklets work fine already:

javascript:document.title = "foo"; void 0

javascript:t=prompt("New document title:", document.title); if(t != null)
document.title = t; void 0
No longer depends on: 108350
WONTFIX. Use a bookmarklet.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
V
Status: RESOLVED → VERIFIED
*** Bug 191738 has been marked as a duplicate of this bug. ***
*** Bug 238719 has been marked as a duplicate of this bug. ***
*** Bug 238719 has been marked as a duplicate of this bug. ***
Product: Core → SeaMonkey
You need to log in before you can comment on or make changes to this bug.