Ticket #4337 (closed bug: notabug)

Opened 4 years ago

Last modified 8 months ago

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

Picture 1.png Download (11.1 KB) - added by theojapa 4 years ago.
half invisible component
Picture 2.png Download (16.5 KB) - added by theojapa 4 years ago.
What the component should look like

Change History

Changed 4 years ago by theojapa

half invisible component

Changed 4 years ago by theojapa

What the component should look like

comment:1 Changed 4 years ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to invalid

Please provide an actual page showing this problem if you continue to have trouble.

comment:2 Changed 8 months ago by scott.gonzalez

  • Milestone TBD deleted

Milestone TBD deleted

Note: See TracTickets for help on using tickets.