Open
Bug 302874
Opened 19 years ago
Updated 2 years ago
Download manager - columns can not be added or removed when download list is empty (tree.columns has no properties)
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
NEW
People
(Reporter: metoo_b1, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; de-AT; rv:1.8b4) Gecko/20050731 SeaMonkey/1.0a Build Identifier: Mozilla/5.0 (Windows; U; Win98; de-AT; rv:1.8b4) Gecko/20050731 SeaMonkey/1.0a Columns can not be added or removed by using the little column edit icon top right. Reproducible: Always Steps to Reproduce: Open Download manager, click icon right of columns. Actual Results: No menu for selecting/deselecting columns. Expected Results: Menu should open to select/deselect columns.
Updated•19 years ago
|
Summary: Download manger - columns can not be added or removed → Download manager - columns can not be added or removed
Comment 1•19 years ago
|
||
Confirming with build 2005-07-31-11 on Windows XP SeaMonkey trunk. I looked for a DUP, but couldn't find one yet. Error: tree.columns has no properties Source File: chrome://global/content/bindings/tree.xml <stephend> Line: 923
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Download manager - columns can not be added or removed → Download manager - columns can not be added or removed (tree.columns has no properties)
Comment 2•19 years ago
|
||
Figured out something: when a download exists in the Download Manager, the column picker works, but when all downloads are cleared, the bug is exhibited.
Comment 3•19 years ago
|
||
This is a core RDF template issue - the way content templates work it's impossible to create an tree containing only a <treechildren/>. The download manager itself works around the issue using if (gDownloadView.view) conditions. However that doesn't help the poor column picker.
Assignee: download-manager → jan
Component: Download Manager → XP Toolkit/Widgets: Trees
OS: Windows 98 → All
Product: Mozilla Application Suite → Core
QA Contact: xptoolkit.trees
Hardware: PC → All
Version: unspecified → Trunk
Updated•17 years ago
|
Assignee: Jan.Varga → nobody
Severity: normal → trivial
Summary: Download manager - columns can not be added or removed (tree.columns has no properties) → Download manager - columns can not be added or removed when download list is empty (tree.columns has no properties)
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: xptoolkit.trees → xptoolkit.widgets
Mass-removing myself from cc; search for 12b9dfe4-ece3-40dc-8d23-60e179f64ac1 or any reasonable part thereof, to mass-delete these notifications (and sorry!)
Updated•2 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•