Ticket #4337 (closed bug: notabug)
CSS rule being inadvertently applied?
| Reported by: | theojapa | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | ui.css-framework | Version: | 1.7 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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@…
Attachments
Change History
Changed 4 years ago by theojapa
-
attachment
Picture 1.png
added


half invisible component