Side navigation
#8931 closed bug (wontfix)
Opened April 21, 2011 07:47AM UTC
Closed April 21, 2011 02:17PM UTC
Last modified May 02, 2011 06:16AM UTC
.show can't make element appear
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | css | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Element'll not appear if it's style is "display: none !important";
Test case here: http://jsfiddle.net/uA9aP/
Attachments (0)
Change History (2)
Changed April 21, 2011 02:17PM UTC by comment:1
component: | unfiled → css |
---|---|
keywords: | → needsdocs |
priority: | undecided → low |
resolution: | → wontfix |
status: | new → closed |
Changed May 02, 2011 06:16AM UTC by comment:2
keywords: | needsdocs |
---|
Updated: http://api.jquery.com/show/
This is intended behavior. !important styles are really important. ;) To override an !important style, do .css('display', 'block !important'). Tagging needsdocs as we should probably state this for fadeIn and show.