Closed
Bug 43754
Opened 25 years ago
Closed 25 years ago
Icons disappear when images are "stopped"
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: pete_a90, Assigned: law)
References
Details
Open a directory tree from your local hard drive. Right click on a file and
select "Stop". Select other files, the icons from the selections you unselect
now disapear. Using M16 build with modern skin.
Comment 1•25 years ago
|
||
Yep. This can also be reproduced by hitting the Stop button while the directory
is loading (despite the fact that that Stop button appears inactive).
Note: there is an exception thrown when you bring up the context menu, but
that is mostly harmless, and even if you catch the exception (line ~229 of
nsContextMenu.js) you can still reproduce this problem.
Since this bug was also in M16, pre-dating the new tree code, I assume that
this is an app-level bug for directory.(xul|js) and association CSS. Passing
on to rjc : are you the man for the directory code?
Assignee: hyatt → rjc
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•25 years ago
|
||
Same error/issue as bug # 32357.
*** This bug has been marked as a duplicate of 32357 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 3•25 years ago
|
||
Same general task, although the disappearing content is not explicitly noted
on bug 32357, but I assume when 32357 gets reworked this will be handled.
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Nah. not a dup. reopening.
Comment 5•25 years ago
|
||
This really isn't a dup, but likely would be picked up in a rework of
the directory.xul code. Reopening, kicking over to law, and adding dependency
on bug 32357.
Assignee: rjc → law
Status: REOPENED → NEW
Comment 6•25 years ago
|
||
evaughan put in some code to specifically prevent XUL/chrome images from
being torn down on a stop. with 20000921nn this problem is no more
(mac/linux/win32). marking worksforme.
Status: NEW → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WORKSFORME
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
•