Bug Tracker

Opened 14 years ago

Closed 13 years ago

#5283 closed bug (fixed)

Slide removes list bullets

Reported by: mnot Owned by:
Priority: major Milestone: 1.4
Component: effects Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:

Description

When an HTML list item is hidden and then revealed using slideUp/slideDown, the bullets will be missing afterwards.

See:

http://www.mnot.net/test/slide-list.html

Tested with jquery 1.3.2 on Safari and FF (latest).

Attachments (1)

slide-list.html (479 bytes) - added by mnot 14 years ago.
test case

Download all attachments as: .zip

Change History (4)

Changed 14 years ago by mnot

Attachment: slide-list.html added

test case

comment:1 Changed 14 years ago by scottgonzalez

This happens because the display gets set to block. Setting the display back to list-item brings the bullets back.

comment:3 Changed 13 years ago by dmethvin

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.