Closed
Bug 10820
Opened 25 years ago
Closed 25 years ago
The list-style-images are not updated when a class change is implemented.
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: reboughner, Assigned: buster)
Details
Attachments
(1 file)
2.95 KB,
x-application/compressed
|
Details |
The sample file shows a collapsible list with open and closed file folder images
in front of those items that have subitems beneath them. When one of these
items is clicked on the class of the LI container is changed to appropriate
value (open --> close, close --> open) Although the list gets expanded/collapsed
the leading image value is not updated. You can see this under "Documentation".
If you click on TechNotes, and then collapse and expand its parent,
Documentation, the leading image changes appropriately. These tests were done
using the M8 build on a Windows 98 machine. I have put in a "dump" statement
which outputs the appropriate className to the apprunner window, before and
after the change has been made.
Reporter | ||
Comment 1•25 years ago
|
||
Fixed. Incremental reflow for bullets now handles the image changing and the
style context logic now properly triggers the reflows.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•25 years ago
|
||
Fixed in the Sept 13th build.
You need to log in
before you can comment on or make changes to this bug.
Description
•