Closed
Bug 256007
Opened 20 years ago
Closed 20 years ago
Help Viewer's left pane is empty
Categories
(SeaMonkey :: Help Viewer, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: steffen.wilberg, Assigned: vlad)
Details
(Keywords: fixed-aviary1.0, regression)
Attachments
(1 file)
1005 bytes,
patch
|
Details | Diff | Splinter Review |
Open Help->Help Contents and notice that the left pane is empty.
Confirmed on Linux and Windows.
Maybe a regression from vlad's checkin starting 08/17/2004 19:00 PDT.
Reporter | ||
Updated•20 years ago
|
Flags: blocking-aviary1.0PR+
Reporter | ||
Comment 1•20 years ago
|
||
Regressed between 08/17 and 08/18.
This is a blocker for work on Help content.
Assignee | ||
Comment 2•20 years ago
|
||
There is something with the way help deals with the datasources for the side
pane that is interacting badly with the inference data source bits. If I set an
'infer="forward-proxy"' on the help elements that have templates, the content
gets built correctly; however, many other places in ffox that don't use
inference (e.g. history sidebar, various menus, etc.) work fine.
Effectively, if the infer attribute isn't there, the template builder should
behave exactly as it did before, so I'm not sure what's going on. I'll keep
tracking it down.
Assignee | ||
Comment 3•20 years ago
|
||
The template builder didn't correctly pick up the newly created Composite DS if
the datasources were reloaded, which the help sidebar does (as it dynamically
adds them). Attached patch fixes
Assignee | ||
Updated•20 years ago
|
Attachment #156464 -
Flags: approval-aviary?
Reporter | ||
Comment 4•20 years ago
|
||
Thanks vlad, works fine!
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 6•20 years ago
|
||
(In reply to comment #5)
> What is missing to get this checked in?
aviary approval.
Comment 7•20 years ago
|
||
Comment on attachment 156464 [details] [diff] [review]
agg-fix-1.patch
a=asa
Attachment #156464 -
Flags: approval-aviary? → approval-aviary+
Assignee | ||
Comment 8•20 years ago
|
||
in, thanks
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Keywords: fixed-aviary1.0
Comment 9•20 years ago
|
||
vlad:
Were the changes that caused this regression checked into the trunk or 1.7?
Assignee | ||
Comment 10•20 years ago
|
||
Neither; I'll be checking this into the trunk (including this patch) today, however.
Comment 11•20 years ago
|
||
Do you see any reason why this patch would be useful on 1.7?
Assignee | ||
Comment 12•20 years ago
|
||
Not this particular patch by itself; if the aggregation patch from bug 235665
gets taken for 1.7, then this will come along with it.
Updated•20 years ago
|
Flags: blocking-aviary1.0PR+
Flags: approval-aviary+
Product: Firefox → Toolkit
Version: 1.0 Branch → unspecified
Updated•18 years ago
|
Flags: in-testsuite?
Updated•9 years ago
|
Product: Toolkit → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•