Closed
Bug 3440
Opened 26 years ago
Closed 26 years ago
[TreeBuilder] Can't re-open a folder that contains XUL content
Categories
(Core Graveyard :: RDF, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
M7
People
(Reporter: waterson, Assigned: mozilla)
References
()
Details
(Whiteboard: this will unblock several- need status)
Attachments
(1 file)
(deleted),
text/plain
|
Details |
This happens because the TreeBuilder is destroying the XUL content. There are a
couple of things we need to do.
1) Only destroy tree content that the TreeBuilder has built.
2) Only destroy tree content when some threshold is exceeded (e.g., the folder
contains >100 elements).
3) Add style rules so that a closed folder's frames are marked as |display:
hidden|
Reporter | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Reporter | ||
Comment 1•26 years ago
|
||
Marked assigned. This is low priority right now.
Reporter | ||
Comment 2•26 years ago
|
||
Set target milestone to M4.
Reporter | ||
Comment 3•26 years ago
|
||
Slipping to M5.
Updated•26 years ago
|
Assignee: waterson → hyatt
Status: ASSIGNED → NEW
Updated•26 years ago
|
Target Milestone: M5 → M6
Comment 4•26 years ago
|
||
moving to m6
Comment 6•26 years ago
|
||
I'm shuffling this off to M7. My belief is that the template code may
invalidate this bug (or at the very least, we'll have to fix this in
the generic builder).
Updated•26 years ago
|
Target Milestone: M6 → M7
Updated•26 years ago
|
Assignee: hyatt → rjc
Status: ASSIGNED → NEW
Comment 7•26 years ago
|
||
Reassigning to rjc. This bug will probably go away once we switch to
templates.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Target Milestone: M7 → M8
Assignee | ||
Comment 8•26 years ago
|
||
Moving to M8. Low priority.
Comment 10•26 years ago
|
||
Upgrading this to a blocker and moving back to M7.
Updated•26 years ago
|
Whiteboard: this will unblock several- need status
Reporter | ||
Comment 11•26 years ago
|
||
Reporter | ||
Comment 12•26 years ago
|
||
There were two magical attributes we had to poke to get this to work.
Reporter | ||
Comment 13•26 years ago
|
||
I think that the fix may depend on the fix for 8401 and 8269, which I have
locally in my tree. RJC is testing the patch in isolation...
Assignee | ||
Comment 14•26 years ago
|
||
Patch works great!
Reporter | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 15•26 years ago
|
||
Okay, fix checked in.
Comment 16•26 years ago
|
||
mistakenly marked as verified
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•