Closed
Bug 59531
Opened 25 years ago
Closed 22 years ago
tabbox orientation works different in different skins
Categories
(Core :: XUL, defect, P4)
Core
XUL
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: plaster, Assigned: hewitt)
Details
(Keywords: testcase)
Attachments
(4 files)
|
1.59 KB,
text/xul
|
Details | |
|
1.62 KB,
application/vnd.mozilla.xul+xml
|
Details | |
|
1.03 KB,
patch
|
Details | Diff | Splinter Review | |
|
699 bytes,
patch
|
Details | Diff | Splinter Review |
Setting the orient attribute in a <tabbox> doesn't change the orientation of the
tabs in modern. If I use a "align" attribute howerver it works correctly.
John Morrison prompted me to add this bug. You can find our discution on
npm.xpfe titled "tabbox orientation" on 11/6/00.
In his words:
Er, now I'm confused. These are behaving differently in Modern vs. Classic (and
SkyPilot). 'align' is deprecated, and it looks like when the tab widget moved
into XBL, that was left behind perhaps unintentionally.
Comment 1•25 years ago
|
||
Reporter is this still a problem in the latest nightly builds?
Comment 2•25 years ago
|
||
Marking INVALID due to lack of response and date of bug report. If this is still
a problem in the latest nightlies feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 3•25 years ago
|
||
Comment 4•25 years ago
|
||
reopening. this is a bug.
Status: RESOLVED → UNCONFIRMED
OS: Linux → All
Hardware: PC → All
Resolution: INVALID → ---
Comment 5•25 years ago
|
||
Ok I see this now. Marking NEW.
Platform: PC
OS: Linux 2.2.16
Mozilla Build: 2000122808 M18 Trunk Build
Marking NEW.
| Reporter | ||
Comment 6•25 years ago
|
||
Sorry for the no response. I must have missed the emails...
Anyway, using mozilla 0.7 (build ID:00000000) it still won't align the tabs
vertically using orient. Interestingly though, both modern and classic wont
now, but blue does. Using "align" seems to make it work in modern, but breaks
the blue.
Hope this helps.
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Comment 8•24 years ago
|
||
This bug is fixed, isn't it?
Comment 9•24 years ago
|
||
No, with updated syntax for tab controls, the same issue is still present.
I'll attach the updated testcase which partially works for Modern, although
it depends on the use of deprecated 'align' to make it work. In general,
though, this is just one of a number of things that would need to be fixed
before the support for vertical side tabs was reasonably good.
Comment 10•24 years ago
|
||
Comment 11•24 years ago
|
||
Ah. The fact that I wasn't importing the style sheets of the applied skin would
explain why I wasn't seeing it. :)
Comment 12•24 years ago
|
||
Here. Have a patch that fixes Modern. (I tried something similar in Windows
Classic, but it requires more work than that, and I have to sleep. ;) )
Comment 13•24 years ago
|
||
Comment 14•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Priority: P3 → P4
Target Milestone: --- → mozilla1.0
Comment 15•24 years ago
|
||
Ok, I'm fairly certain this bug has disappeared now, due to a slightly differing
implementation of <tabs> (perhaps due to the tab browser?). Recommend
WORKSFORME or INVALID.
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla1.0 → mozilla0.9.8
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.8 → Future
Comment 16•22 years ago
|
||
no longer valid.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 22 years ago
Resolution: --- → INVALID
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•