Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
Description
When an HTML list item is hidden and then revealed using slideUp/slideDown, the bullets will be missing afterwards.
See:
Tested with jquery 1.3.2 on Safari and FF (latest).
Attachments
Change History
Changed 4 years ago by mnot
-
attachment
slide-list.html
added
comment:1 Changed 4 years ago by scott.gonzalez
This happens because the display gets set to block. Setting the display back to list-item brings the bullets back.
comment:2 Changed 3 years ago by petersendidit
This is fixed in 1.4
http://github.com/jquery/jquery/commit/3c89e38fc26ef40797b83ba8ef4f8329b08afe75
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

test case