Closed
Bug 5732
Opened 26 years ago
Closed 26 years ago
Collapsed toolbars cannot be un-collapsed
Categories
(Core :: XUL, defect, P4)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: elig, Assigned: mikepinkerton)
References
Details
(from our meeting; writing up for Claudius since he's doomed and this bug is easy
to describe and probably already known)
* TITLE/SUMMARY
Collapsed toolbars cannot be un-collapsed
* STEPS TO REPRODUCE
0) Launch Apprunner
1) Collapse a toolbar (e.g. click in the vertical blue strip to the left of the
toolbar region)
* RESULT
- What happened
Toolbar collapses. However, the UI does not currently present a widget with which
the user can uncollapse the toolbar.
- What was expected
<I assume this is detailed somewhere in the UI spec.)
* REGRESSION
- Occurs On
Mac OS Apprunner (4.29.99 PM optimized build)
Win32 Apprunner (4.29.99 AM optimized build [NT 4, Service Pack 3])
Linux Apprunner (4.29.99)
- Doesn't Occur On
Communicator 4.51 (RTM)
* CONFIGURATIONS TESTED
- [Mac] Power Mac 8500/120 (233 Mhz 604e), 64 MB RAM (VM on; 1 MB of VM used),
1024x768 (Thousands of Colors), Mac OS 8.5.1
- [Win32] Vectra VL (233 Mhz P2), 96 MB RAM, 800x600 (True Color), NT 4.0 SP3.
- [Linux] Vectra VL (266 Mhz P2), 96 MB RAM.
Updated•26 years ago
|
Assignee: trudelle → pinkerton
Priority: P3 → P4
Comment 1•26 years ago
|
||
assigning to pinkerton as p3 for m7
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•26 years ago
|
||
accepting bug. It's really just missing functionality which is on my schedule.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•26 years ago
|
||
This works now, but there are other minor bugs that only show up in apprunner.
Will open separate bugs if evaughan and I can't fix them soon.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 6•26 years ago
|
||
uncollapsing is working on all platforms, marking verified
yes, there are other minor bugs, I will search for them and maybe open some new
ones...
There is small change we need to make to xul.css to correct the cosmetical
glitch I introduced when updating XUL.css on 6/12/99.
Can you please change XUL.css in the toolbox section (around line 60) where
it says:
:toolbox-normal {
background-color:inherit;
to:
:toolbox-normal {
background-color:#666699;
Thanks.
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Assignee | ||
Comment 8•26 years ago
|
||
css checked in. fixed. looks good again ;)
Comment 9•26 years ago
|
||
German, could you verify the fix when it makes it into a build and mark it so? Thanx.
Comment 10•26 years ago
|
||
verified on
1999-06-29-08 RedHat Linux 5.2 kernel 2.2.7
1999-06-29-09 WinNT 4.0 sp4
1999-06-29-09 MacOS 8.51
You need to log in
before you can comment on or make changes to this bug.
Description
•