#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: | ||
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: [email protected]…
Attachments (2)
Change History (4)
Changed 14 years ago by
Attachment: | Picture 1.png added |
---|
comment:1 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please provide an actual page showing this problem if you continue to have trouble.
half invisible component