Skip to main content

Bug Tracker

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 timmywil comment:1

component: unfiledcss
keywords: → needsdocs
priority: undecidedlow
resolution: → wontfix
status: newclosed

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.

Changed May 02, 2011 06:16AM UTC by addyosmani comment:2

keywords: needsdocs