Closed Bug 43229 Opened 24 years ago Closed 24 years ago

Top level folders with subfolders are indented.

Categories

(SeaMonkey :: MailNews: Message Display, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: laurel, Assigned: vparthas)

References

Details

(Whiteboard: [nsbeta2+] ETA:7/22)

Refer to old bug #36740.

A top level mail folder having subfolders appears indented
(actually the twisty is aligned with the left side of top level folder column).
This has the effect of skewing the alignment for the folder pane, as top level
folders without subfolders align differently.

Same thing happens in thread pane when in threaded mode showing collapsed
threads.

Comments from bug #36740:
From David Hyatt 2000-06-14 17:45:
Fixed for generic trees.  If it's still broken in mailnews, they must have their 
own rules.  Open a new bug against putterman.

From putterman@netscape.com 2000-06-14 19:21:
Yeah, we do, because of the #%#$%#$ changes I had to make to make the @$@#$@#$ 
Mac people happy.

From David Hyatt 2000-06-14 19:31:
I put the "empty" rules to hide twisties into the core global rules for trees, 
so they can just bite me. :)
Carrying forward nsbeta2 nomination from bug #36740, which was actually given an
nsbeta2+ [6/15] 
QA Contact: lchiang → laurel
nominating for beta2.  I think we should fix this because it's pretty hard to 
use your folder pane when it looks the way it does.
Keywords: nsbeta2
*** Bug 37676 has been marked as a duplicate of this bug. ***
*** Bug 37770 has been marked as a duplicate of this bug. ***
> it's pretty hard to use your folder pane

yup, same for thread pane.

testcases from the old bugs:
<http://bugzilla.mozilla.org/showattachment.cgi?attach_id=8962> ("TrashFolders"
looks like a child of "Task", but is a sibling),
<http://bugzilla.mozilla.org/showattachment.cgi?attach_id=9409>.
> yup, same for thread pane.

in threaded mode that is.
Putting on [nsbeta2+] radar for beta2 fix. 
Whiteboard: [nsbeta2+]
moving to M17
Target Milestone: --- → M17
reassigning to racham.
Assignee: putterman → racham
Status: NEW → ASSIGNED
Whiteboard: [nsbeta2+] → [nsbeta2+] ETA:7/12
bhuvan, do you mind if we try to load balance this bug to varada? You have a few
nsbeta2+ bugs. 
Sure...no problem..Go ahead. I also explained varada about some of the issues 
related to this bug and the work that I already did. 
okay re-assigning to varada. 
Assignee: racham → varada
Status: ASSIGNED → NEW
Status: NEW → ASSIGNED
Whiteboard: [nsbeta2+] ETA:7/12 → [nsbeta2+] ETA:7/22
Marking Fixed.
This was caused by the rule for
treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {               
  list-style-image:none;
}
The none is the same as collapse as far as space is concerned and hence the 
mis-alignment.
The fix was merely to change it to 
treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {               
  visibility:hidden;
}
which meant that the space existed but the twisty is hidden.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
OK using july21 commercial builds on linux rh6.0, NT 4.0 and mac OS 9.0
Status: RESOLVED → VERIFIED
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.