Side navigation
#5283 closed bug (fixed)
Opened September 22, 2009 11:41AM UTC
Closed August 14, 2010 06:37PM UTC
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)
Change History (3)
Changed September 22, 2009 05:17PM UTC by comment:1
Changed December 08, 2009 03:09AM UTC by comment:2
This is fixed in 1.4
http://github.com/jquery/jquery/commit/3c89e38fc26ef40797b83ba8ef4f8329b08afe75
Changed August 14, 2010 06:37PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
This happens because the display gets set to block. Setting the display back to list-item brings the bullets back.