Closed
Bug 177506
Opened 22 years ago
Closed 20 years ago
turning off "hide tab bar ..." has no effect until new tab/window is opened.
Categories
(Firefox :: Tabbed Browser, defect, P4)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox1.5
People
(Reporter: bolas, Assigned: asaf)
References
()
Details
Attachments
(1 file)
3.11 KB,
patch
|
mconnor
:
review+
|
Details | Diff | Splinter Review |
Observed in Phoenix 0.4 on both Windows XP and Linux.
Turning off the "hide tab bar when only one tab is open" option in the
preferences does not have an effect until an additional tab is opened.
To recreate:
1. Load Phoenix with the "hide tab bar ..." option enabled.
2. Ensure that only ONE TAB is open.
3. Go into preferences, turn off "hide tab bar ..." option.
4. Close preferences.
5. Observe that a tab for the current page did NOT appear.
6. Go to "File -> New Tab"
7. Observe that you now have a tab for the original page, and a new tab.
8. Close the new tab, observe that you now have the tab for the original page.
Comment 2•22 years ago
|
||
*** Bug 178284 has been marked as a duplicate of this bug. ***
Comment 4•22 years ago
|
||
> 3. Go into preferences, turn off "hide tab bar ..." option.
Where? I can't seem to find this option in Firebird 0.6 (neither in Options nor
in about:config).
Prog.
Comment 5•21 years ago
|
||
Marking WONTFIX, since this option has been removed from the options menu.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
Just for note:
I can still confirm this bug.
1. Open about:config
2. browser.tabs.autoHide true -> false / false -> true
The change reflected immediately with Mozilla.
But it does not have an effect until an additional tab is opened in case of
Mozilla Firebird .
Comment 7•21 years ago
|
||
Ok Nori, I'm reopening this.
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Updated•21 years ago
|
Target Milestone: --- → After Firebird 1.0
Comment 8•21 years ago
|
||
per discussion with noririty, returning to WONTFIX status, I don't know of any
other prefs within about:config that will update UI automatically on change.
Most are affected by the next action that references them, just as this pref does.
On the other hand, if this option goes back into the GUI via bug 191746, it
should work. To that end I added a comment stating as much, and I will update
the patch there if this is to go in.
Severity: minor → trivial
Status: REOPENED → RESOLVED
Closed: 21 years ago → 21 years ago
Resolution: --- → WONTFIX
Comment 10•21 years ago
|
||
VERIFYING obvious WONTFIX bugs. Filter on firebirdWontFix to filter these bugs.
I skipped a few that I'm unsure about from their summary and will manually go
through them.
Status: RESOLVED → VERIFIED
Comment 11•21 years ago
|
||
This pref has UI now, so reopening.
Severity: trivial → minor
Status: VERIFIED → REOPENED
Resolution: WONTFIX → ---
Target Milestone: After Firebird 1.0 → ---
Updated•21 years ago
|
Assignee: hyatt → bugs
Status: REOPENED → NEW
Priority: -- → P3
Target Milestone: --- → Firefox0.10
Updated•21 years ago
|
Flags: blocking1.0+
Priority: P3 → P4
Target Milestone: Firefox1.0beta → Firefox1.0
Comment 12•21 years ago
|
||
still has no effect after new tab is opened:
i opened the new tab differently - right-click a link, select 'open in new tab'.
now i have 2 tabs open, but still no tab bar.
Comment 14•20 years ago
|
||
*** Bug 248241 has been marked as a duplicate of this bug. ***
Comment 15•20 years ago
|
||
I wonder if this is related at all to bug 248196.
Updated•20 years ago
|
Comment 16•20 years ago
|
||
*** Bug 251789 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•20 years ago
|
OS: Windows XP → All
Hardware: PC → All
Comment 17•20 years ago
|
||
*** Bug 248196 has been marked as a duplicate of this bug. ***
Comment 18•20 years ago
|
||
This works in Mozilla 1.7.3. With only one page open, the tabbar immediately
becomes visible upon okay of the preference dialog after changing the pref for
Hide tabbar when only one tab is open. Conversely, changing the pref back hides
the tabbar as expected. This is happening dynamically. Need to make Firefox do
the samething.
note: Currently on Firefox, after the pref is changed, any new windows opened do
show the tabbar with a single tab open.
Comment 19•20 years ago
|
||
p4 priority - not a blocker. if a patch materializes, please nominate for aviary
approval.
Flags: blocking-aviary1.0+ → blocking-aviary1.0-
Comment 20•20 years ago
|
||
Any new window that is opened (after this pref is disabled) displays the
tab-bar. Changing summary accordingly.
Prog.
Summary: turning off "hide tab bar ..." has no effect until new tab is opened. → turning off "hide tab bar ..." has no effect until new tab/window is opened.
Assignee | ||
Comment 21•20 years ago
|
||
Assignee | ||
Updated•20 years ago
|
Target Milestone: Firefox1.0 → Firefox1.1
Assignee | ||
Updated•20 years ago
|
Flags: blocking-aviary1.1?
Comment 22•20 years ago
|
||
*** Bug 272470 has been marked as a duplicate of this bug. ***
Comment 23•20 years ago
|
||
Asaf, you might want to ask someone else to review your patch. I'm not sure
mconnor is free to do it.
Prog.
Assignee | ||
Comment 24•20 years ago
|
||
mconnor is (more or less) the only one who does reviews for browser/ (which are
not bookmarks-related).
Updated•20 years ago
|
Attachment #169105 -
Flags: review?(mconnor) → review+
Assignee | ||
Comment 25•20 years ago
|
||
Checking in base/content/browser.js;
/cvsroot/mozilla/browser/base/content/browser.js,v <-- browser.js
new revision: 1.378; previous revision: 1.377
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago → 20 years ago
Flags: blocking-aviary1.1?
Resolution: --- → FIXED
Updated•15 years ago
|
QA Contact: mconnor → tabbed.browser
You need to log in
before you can comment on or make changes to this bug.
Description
•