Closed
Bug 14289
Opened 26 years ago
Closed 26 years ago
hitting reload doesn't work.
Categories
(SeaMonkey :: Sidebar, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: sspitzer, Assigned: slamm)
Details
it used to crash, but that's fixed now.
see related bug #14825
| Reporter | ||
Updated•26 years ago
|
Summary: hitting reload in the sidebar turns it blank. → hitting reload doesn't work.
| Reporter | ||
Comment 1•26 years ago
|
||
ok, I've checked in a bunch of changes to sidebarOverlay.js
first, sidebarOverlayInit() takes one parameter and in a couple places were we
calling it with two.
I've commented out the code in reloadSidebar()
the code looked like it was trying to find all panels, remove them, and the call
sidebarOverlayInit() to add them back.
instead, it seems to remove the wrong thing, and then when sidebarOverlayInit()
is called, it is unable to add them back.
since its better to have reload not work, than it is to have reload remove the
side bar, I commented the code out.
I also moved some code around so that we only go through the effort of building
up a default sidebar db and resource if they user didn't pass us one. currently
only navigator.js calls us without one.
slamm, there is a problem with the default sidebar code. we need to work for
other sidebars, like in mail news. currently we are assuming that if
sidebarOverlayInit() is called with null, to look in <profile>/sidebar.rdf for
the users sidebar, and if that's not there, use the sidebar.rdf file that comes
with 5.0
that doesn't make sense when called from mail news, as our default sidebar is
messenger-sidebar.rdf
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•26 years ago
|
||
I had not expected mailnews to switch to the new sidebar layout so soon. I was
taking the params to sidebarOverlayInit() out because there will only be one
list of sidebar panels in the future. Alec added them back in order to get the
folder pane. The folder pane is going to reside outside the sidebar panels (As
soon as hyatt gets back from vacation and we fix overlays).
In the meantime, I will see if I can fix reload.
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M11
| Assignee | ||
Updated•26 years ago
|
Priority: P3 → P1
Whiteboard: Fix ready
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Whiteboard: Fix ready
| Assignee | ||
Comment 3•26 years ago
|
||
Fixed.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Reload is working now, both for new messages flash and for tinderbox panel.
Updated•21 years ago
|
Product: Browser → Seamonkey
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•