Closed
Bug 112921
Opened 23 years ago
Closed 23 years ago
popup windows, without chrome, should not display tab bar/strip.
Categories
(SeaMonkey :: Tabbed Browser, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: neilpryde92651, Assigned: bugzilla)
References
()
Details
(Whiteboard: [nav1][adt3])
Attachments
(1 file)
|
1.18 KB,
patch
|
bugzilla
:
review+
jag+mozilla
:
superreview+
bugzilla
:
approval+
|
Details | Diff | Splinter Review |
popup windows, without chrome, should not display tab bar/strip.
Steps to reproduce:
1. start mozilla, or MultiZilla
2. in mozilla go to Menu->Edit-Preferences->Navigator->Tabbed Browsing
3. mark the checkbox 'Hide the tab bar when only one tab is open'
4. click the 'ok' botton
5. visit a site that opens a popup window
current result : popup window without chrome displays the tab bar
expected result: the tab bar should be invisible for chrome less windows
-Neil.
| Reporter | ||
Comment 1•23 years ago
|
||
oops, changing component to Tabbed Browser
Component: Browser-General → Tabbed Browser
| Reporter | ||
Comment 2•23 years ago
|
||
All popup windows for netscapes web based mail displays the tab strip. I dont
think this should be the case.
-Neil.
Comment 3•23 years ago
|
||
Reporter: Please always specify which "Build ID" you're using. Thank you.
Comment 4•23 years ago
|
||
reassign to default tab owner
Assignee: asa → hyatt
QA Contact: doronr → sairuh
| Reporter | ||
Comment 5•23 years ago
|
||
"Reporter: Please always specify which "Build ID" you're using. Thank you."
Well that really doesn't matter. This is the case for ALL mozilla builds with
the pref setting to enable the tab strip visibility.
-Neil.
Comment 6•23 years ago
|
||
works for me 11/30 build.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 7•23 years ago
|
||
John, I use 2001113003 on WinNT4 and still see the tabstrip. Can you please add
some comment what works for you? I don't get it, you don't see that tab strip?
-Neil.
| Reporter | ||
Comment 8•23 years ago
|
||
****, now I see:
3. mark the checkbox 'Hide the tab bar when only one tab is open'
'mark' should be uncheck, damn.
| Reporter | ||
Comment 9•23 years ago
|
||
What I like to see is a check like this:
if( document.documentElement.hasAttribute( "chromehidden" ) ) {
// here some code to hide tab strip, whatever the state of that pref is!
}
| Reporter | ||
Comment 10•23 years ago
|
||
Reopening
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 11•23 years ago
|
||
Ah, right. If it is unchecked (so the tab strip is always shown), then the
popup window contains a tab strip. Thanks for clearing that up (I was
wondering how this was supposed to be possible given your initial note).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 13•23 years ago
|
||
820 window[chromehidden~="menubar"] .chromeclass-menubar,
821 window[chromehidden~="toolbar"] .chromeclass-toolbar,
822 window[chromehidden~="location"] .chromeclass-location,
823 window[chromehidden~="directories"] .chromeclass-directories,
824 window[chromehidden~="status"] .chromeclass-status,
825 window[chromehidden~="extrachrome"] .chromeclass-extrachrome
One or more of those should be specified on the tabbar.
toolbar,status,extrachrome?
Comment 15•23 years ago
|
||
*** Bug 130062 has been marked as a duplicate of this bug. ***
Comment 16•23 years ago
|
||
nsbeta1+ per Nav triage team
Updated•23 years ago
|
Whiteboard: [nav1] → [nav1][adt3]
| Assignee | ||
Comment 17•23 years ago
|
||
| Assignee | ||
Comment 18•23 years ago
|
||
I think it should be toolbar. My rationale is that for people who use it,
tabbrowser is an integral part of browsing. So they probably want it whenever
they've got their navigation bar. But I welcome input from others. I'd also be
okay with specifying extrachrome.
Assignee: jaggernaut → blaker
Comment 19•23 years ago
|
||
Comment on attachment 74535 [details] [diff] [review]
patch
toolbar seems fine, sr=jag
Attachment #74535 -
Flags: superreview+
Comment 20•23 years ago
|
||
r=hixie
| Assignee | ||
Comment 21•23 years ago
|
||
Comment on attachment 74535 [details] [diff] [review]
patch
setting r=hixie.
asa said a=asa
Attachment #74535 -
Flags: review+
Attachment #74535 -
Flags: approval+
| Assignee | ||
Comment 22•23 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
Comment 23•23 years ago
|
||
vrfy'd fixed using 2002.03.26 comm bits on linux rh7.2, win2k and mac 10.1.3.
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•