Closed
Bug 105028
Opened 23 years ago
Closed 15 years ago
tabs not in Window menu
Categories
(SeaMonkey :: Tabbed Browser, defect)
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: tomk32, Unassigned)
References
()
Details
only the active tab is shown in the tasks menu
The tabs are displayed at all times. Is there a need to display them in the
tasks menu as well? Sounds like bloat to me. They are quicker to access by
clicking directly than via the tasks menu.
Comment 2•23 years ago
|
||
Actually, there is a legitimate concern here.
window 1 has tabs A & B
tab A is www.mozilla.org
tab B is www.mozillazine.org
window 2 has tabs C & D
tab C is www.mozdev.org
tab D is home.netscape.com
If you're in window 1 only the currently focused tab of any window will show up.
That means if tab C is the focused tab in window 2, you can't tell from the
Tasks menu that tab D is even there.
I would confirm this, but I'm not "sufficiently empowered". Even if invalid,
the behavior is as the reporter describes it for Mozilla 0.9.5 milestone build.
Seeing this on Win98, recommend OS -> All.
Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.5) Gecko/20011011
Comment 3•23 years ago
|
||
Confirming. ("sufficiently empowered" now -- thanks Asa!)
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.0.1
Comment 4•23 years ago
|
||
Reassigning to new component owner.
Assignee: hyatt → jaggernaut
Status: ASSIGNED → NEW
Comment 5•23 years ago
|
||
*** Bug 136015 has been marked as a duplicate of this bug. ***
Comment 6•23 years ago
|
||
There is no "Tasks" menu. There is a "Window" menu. Listing tabs in the
"Window" menu would be absolutely incorrect, imo, but a Macintosh person should
comment on that.
Comment 7•23 years ago
|
||
:) At the time, it was called Tasks...
Comment 8•22 years ago
|
||
*** Bug 150296 has been marked as a duplicate of this bug. ***
Comment 10•22 years ago
|
||
Changing summary to reflect current menu structure:
tabs not in tasks menu -> tabs not in Window menu
Summary: tabs not in tasks menu → tabs not in Window menu
Comment 11•22 years ago
|
||
*** Bug 156008 has been marked as a duplicate of this bug. ***
Comment 12•22 years ago
|
||
Suggest creating a dropdown list for any window with tabs (to the right of the
window title entry). Selecting a tab title in that window's list would switch
focus to the window AND the tab.
Originally I thought it should just be a submenu, but if you have a lot of tabs
open the UI would get very congested if you moused over to the window entry. A
dropdown list can have a scrollbar and maximum number of items listed at once to
prevent vertical clutter, and it has the added bonus of not displaying the tabs
automatically, but only when the user actively clicks on the down arrow.
Comment 13•22 years ago
|
||
*** Bug 163402 has been marked as a duplicate of this bug. ***
Comment 14•22 years ago
|
||
*** Bug 169195 has been marked as a duplicate of this bug. ***
Comment 15•22 years ago
|
||
In addition, the essence of the menu should be reflected in its dock popup under
MacOS X and in external (to the actual Mozilla app) representations of similar
interfaces in other Windowing environments.
Updated•22 years ago
|
QA Contact: sairuh → pmac
Comment 16•22 years ago
|
||
Whether they are in tabs or not, the windows are still windows. We all know
they're windows hooked onto tabs instead of with their own parent frame (Windows
terminology).
They should be listed under the Window menu one way or another (drop downs / in
the main list). I get very irritated about trying to use tabbed browsing
because of this bug.
Comment 17•22 years ago
|
||
DOM Inspector indicates the menupopup in the browser belongs to an element with
id attribute of windowPopup. LXR search identifies only four files that match
'id="windowPopup"', and none matching "id='windowPopup'". One of them is the
new URL field for this bug, at line 54. (The other three apply to Editor,
Chatzilla, and Mail/News, respectively, so they are unlikely to be responsible.)
Also note bug 109481; the menupopup configurations are nearly identical in terms
of functionality.
Now we know where to look. What's the right RDF code reference for tabs?
Comment 18•22 years ago
|
||
> What's the right RDF code reference for tabs?
You're assuming there is one... to my knowledge, there is not.
Comment 19•22 years ago
|
||
Okay, Plan B. Is there a specific interface or other object model path
(Components.interfaces.foo.bar.whatever) to get a reference to all open Mozilla
tasks & windows?
If there is and someone can tell me that one, I can script it in. :)
Comment 20•22 years ago
|
||
Windows, yes. The WindowWatcher.
It does not consider tabs to be windows, of course. Since they are not.
If you want something that enumerates all tabs you're going to have to write it;
nothing exists to do that that I know of.
Comment 21•22 years ago
|
||
*** Bug 195588 has been marked as a duplicate of this bug. ***
Comment 22•21 years ago
|
||
In theory you could get the windowwatcher template to generate a submenu for
browser windows, then slap on an event handler to enumerate the tabs for that
window when the submenu opens.
Assignee | ||
Updated•16 years ago
|
Product: Core → SeaMonkey
Updated•16 years ago
|
Assignee: jag → nobody
QA Contact: pmac → tabbed-browser
Target Milestone: Future → ---
Comment 23•15 years ago
|
||
This bug report is registered in the SeaMonkey product, but has been without a comment since the inception of the SeaMonkey project. This means that it was logged against the old Mozilla suite and we cannot determine that it's still valid for the current SeaMonkey suite. Because of this, we are setting it to an UNCONFIRMED state.
If you can confirm that this report still applies to current SeaMonkey 2.x nightly builds, please set it back to the NEW state along with a comment on how you reproduced it on what Build ID, or if it's an enhancement request, why it's still worth implementing and in what way.
If you can confirm that the report doesn't apply to current SeaMonkey 2.x nightly builds, please set it to the appropriate RESOLVED state (WORKSFORME, INVALID, WONTFIX, or similar).
If no action happens within the next few months, we move this bug report to an EXPIRED state.
Query tag for this change: mass-UNCONFIRM-20090614
Status: NEW → UNCONFIRMED
Comment 24•15 years ago
|
||
MASS-CHANGE:
This bug report is registered in the SeaMonkey product, but still has no comment since the inception of the SeaMonkey project 5 years ago.
Because of this, we're resolving the bug as EXPIRED.
If you still can reproduce the bug on SeaMonkey 2 or otherwise think it's still valid, please REOPEN it and if it is a platform or toolkit issue, move it to the according component.
Query tag for this change: EXPIRED-20100420
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•