Skip to main content

Search and Top Navigation

#8016 closed bug (worksforme)

Opened January 16, 2012 07:27AM UTC

Closed January 16, 2012 04:50PM UTC

bug in Jquery ui resizable component in IE when ghost attribute are set as true

Reported by: amit.tubai.86 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.resizable Version: 1.8.17
Keywords: Cc:
Blocked by: Blocking:
Description

There is a bug found in jquery ui resizable component in IE. If you set ghost attribute as true then the background of the actual resizable component, are not visible in IE. I found a code error that only opacity have been used in to make it transparent. It creates a problem in IE. The issue can be solved by setting "filter:alpha(opacity = 50)". Please do the necessary changes in the next release.

Attachments (0)
Change History (2)

Changed January 16, 2012 04:44PM UTC by tj.vantoll comment:1

Looks fine to me in IE7 and IE8 - http://jsfiddle.net/srRLb/.

The code in jquery.ui.resizable.js sets the opactiy via jQuery's css method which will take care of setting it correctly in IE6 - 8.

Changed January 16, 2012 04:50PM UTC by scottgonzalez comment:2

resolution: → worksforme
status: newclosed