Closed
Bug 183609
Opened 22 years ago
Closed 16 years ago
NS_THEME_TAB tab widget doesn't join horizontal bar correctly
Categories
(SeaMonkey :: Themes, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bugmail, Unassigned)
References
Details
(Keywords: classic, testcase)
Attachments
(3 files)
Mozilla's NS_THEME_TAB implementation on Mac doesn't result in tab widgets that
are correctly joined to the blue horizontal bar. (Tested using the Classic theme
and FizzillaMach/2002112607.)
Note that Gerich figured out how to fix this in his Pinstripe theme.
*** This bug has been marked as a duplicate of 192029 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Bug 192029 fixed the tabbrowser bar, but not those in normal XUL tabboxes.
Reopening.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Reassigning to Themes as bug 192029 was assigned.
Assignee: andreww → shliang
Status: REOPENED → NEW
Component: Skinability → Themes
From Gerich: "...in order for the tab panel to be *under* the tabs so they can
overlap, the tabpanel would have to be have to come before the tabs in the XUL
code. This is how it looks now in XUL (pseudocode):
<tabbox>
<tabs>
<tabpanel>
</tabbox>
if I could change the XUL like this:
<tabbox>
<tabpanel>
<tabs>
</tabbox>
then I could use the trick that I used on the browser tabs to get them to
overlap slightly. I'm not sure how to do this with XBL but I'll give it another
look soon."
Assignee | ||
Updated•17 years ago
|
Product: Core → SeaMonkey
Updated•17 years ago
|
Assignee: shliang → nobody
QA Contact: pmac → themes
![]() |
||
Comment 9•16 years ago
|
||
MASS-CHANGE:
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 10•16 years ago
|
||
MASS-CHANGE:
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
![]() |
||
Comment 11•16 years ago
|
||
MASS-CHANGE:
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
Comment 12•16 years ago
|
||
I'm resolving this as invalid since we're now using post-10.2 tabs and they don't have a horizontal bar.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 16 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•