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:
Tested with jquery 1.3.2 on Safari and FF (latest).
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | slide-list.html added |
---|
comment:1 Changed 14 years ago by
This happens because the display gets set to block. Setting the display back to list-item brings the bullets back.
comment:2 Changed 13 years ago by
This is fixed in 1.4
http://github.com/jquery/jquery/commit/3c89e38fc26ef40797b83ba8ef4f8329b08afe75
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
test case