Closed
Bug 113031
Opened 24 years ago
Closed 24 years ago
Sidebar does not redraw, does not collapse
Categories
(SeaMonkey :: Sidebar, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.7
People
(Reporter: anders.korsvall, Assigned: samir_bugzilla)
References
Details
(Keywords: regression, Whiteboard: [ready to checkin])
Attachments
(1 file)
1.21 KB,
patch
|
morse
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.6+)
Gecko/20011130
BuildID: 2001113003
Reproducible: Always
Steps to Reproduce:
1. Collapse the sidebar.
2. Hide the sidebar from the "View" menu.
3. Show the sidebar again.
Actual Results: The sidebar does not redraw correctly and the collapse button
does not work. If you resize the sidebar it starts to work again.
Expected Results: The sidebar should redraw as intended and the collapse button
should work.
Comment 1•24 years ago
|
||
Confirmed. Did not find dupe. I think this blocks rfe bug 70126
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•24 years ago
|
||
See news://news.mozilla.org:119/3C082516.BCCA8B23@yahoo.com for newsgroup
discussion about this problem. The problem I see is a bit worst though. I'm on
Win98SE. I usually have my sidebar hidden with F9, but I stumbled on this
newsgroup post and hit F9 to see the problem. The sidebar appeared collapsed,
and the grippy doesn't work for expanding it. F9 doesn'T hide the collapsed
sidebar either. I'm stuck with a collapsed sidebar in my view, and I can't hide
it, expand it, nor resize it. When I try to resize, It doesn't work and the
mouse cursor get stuck with the horizontal arrow appearance, mozilla becoming
unusable, as I can't click on anything.
Comment 3•24 years ago
|
||
Information from bug 113085: (marking as dupe)
When toggling the sidebar open/closed using either the menu item in View, or F9,
the "Tabs" button stops working after it is closed and then reopened (and
everytime you toggle it thereafter within that window).
Note, the button works if
- a navigator window is launched and the sidebar is open already (but breaks
once you toggle it)
- a navigator window is launched and the sidebar was not open, but is toggled
open. (It will break if you toggle it closed and then reopen it)
Comment 4•24 years ago
|
||
*** Bug 113085 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•24 years ago
|
Assignee | ||
Comment 5•24 years ago
|
||
The sidebarOverlay.js revision 1.86 change made it so that the boxes containing
the sidebar were collapsed rather than hidden to support persistence. It
failed to take into account old profiles that may already have 'closed'
sidebars. So we must remove the 'hidden' attribute from the boxes containing
the sidebar when we attempt to reopen it even though the current sidebar code
never sets the hidden attribute. This is purely a backward-compatibility patch
but one necessary cause it is ``easy'' for older profiles to run into.
Assignee | ||
Comment 6•24 years ago
|
||
morse, please r.
alecf, please sr.
Comment 7•24 years ago
|
||
Comment on attachment 60198 [details] [diff] [review]
Remove the 'hidden' attribute on the boxes conatining the sidebar.
r=morse
Attachment #60198 -
Flags: review+
Comment 8•24 years ago
|
||
Comment on attachment 60198 [details] [diff] [review]
Remove the 'hidden' attribute on the boxes conatining the sidebar.
sr=alecf
Attachment #60198 -
Flags: superreview+
Assignee | ||
Comment 9•24 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
REOPEN...I still see this broken in 12/20 windows commercial trunk..
easy to reproduce...follow steps in original report...
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 11•24 years ago
|
||
This fix unmasked another defect: bug 110694 (which has a fix and is awaiting
super-review). The collapse button works now.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Comment 12•23 years ago
|
||
seems to be working now...Anders, reopen if you still think its not fixed...
I tried your original steps....seems fine.
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 13•23 years ago
|
||
It works here too. Verified.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•