#4925 closed bug (notabug)
show('slow') leaves behind a style="display: block" attribute
Reported by: | dlee | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.effects.core | Version: | 1.7.2 |
Keywords: | show() | Cc: | |
Blocked by: | Blocking: |
Description
When calling show() with animation arguments, it leaves behind a style="display: block" attribute, and thus breaks <li> numbering in <ol> if you do $('li#someid').show('slow').
Note: See
TracTickets for help on using
tickets.
.show('slow') is from jQuery core, not jQuery UI. Please file this bug in jQuery's bug tracker.