Search and Top Navigation
#4337 closed bug (notabug)
Opened March 13, 2009 10:11PM UTC
Closed March 18, 2009 01:11AM UTC
Last modified October 11, 2012 09:15PM UTC
CSS rule being inadvertently applied?
Reported by: | theojapa | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.css-framework | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've not had time to isolate this. However, when I show an element, using:
.css('display', 'block')
*sometimes*, the element looks like it's half invisible (ie: as if the below css rule is inadvertently applied to my element). I found the commenting out the following line in the jQuery UI CSS file fixes the problem:
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
I don't use any of these classes in my code, so I'm guessing that the bug happens when jQuery UI adds one of these classes to *something*.
I realize this isn't much to go on...
I've verified that this bug happens on Safari 3, Safari 4 beta and Firefox.
You can email me at: theo@apple.com
Please provide an actual page showing this problem if you continue to have trouble.