Closed
Bug 42092
Opened 25 years ago
Closed 25 years ago
Bad Layout of Non-expandable Tree Nodes
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: randy, Assigned: hyatt)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.73 [en] (WinNT; U)
BuildID: 2000060908
The text for non-expandable tree nodes should be aligned with
the text of expandable tree nodes.
For example, in the Preferences dialog, one sees:
(Note: using ">" for expansion control)
> Appearance
> Navigator
> Mail and Newsgroups
> Composer
Software Installation
> Advanced
Debug
which not only looks very poor, but also leads to great
confusion in understanding the heirarchy when nodes are
expanded.
In this example, "Software Installation" and "Debug" should
be indented so the text aligns with their peers, eg:
> Appearance
> Navigator
> Mail and Newsgroups
> Composer
Software Installation
> Advanced
Debug
Reproducible: Always
Steps to Reproduce:
1. Look at the tree layout in the Preferences dialog
2.
3.
Actual Results:
Got this garbarge:
> Appearance
> Navigator
> Mail and Newsgroups
> Composer
Software Installation
> Advanced
Debug
Expected Results:
Align the text, eg:
> Appearance
> Navigator
> Mail and Newsgroups
> Composer
Software Installation
> Advanced
Debug
Comment 1•25 years ago
|
||
confirmed,
i assumed this bug was somewhere else, but could not find it. I do wonder if
this is the correct component or is is prefs backend.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•25 years ago
|
||
Fixed. Check out prefs to verify.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: Trees → XUL
QA Contact: jrgmorrison → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•