Skip to main content

Search and Top Navigation

#4153 closed bug (fixed)

Opened February 16, 2009 02:52AM UTC

Closed February 17, 2009 01:07AM UTC

Transfer throws 'Invalid Argument' in IE7 without CSS border property

Reported by: aksival Owned by: scottgonzalez
Priority: critical Milestone: 1.7
Component: ui.effects.* (individual effect) Version: 1.6rc6
Keywords: transfer Cc:
Blocked by: Blocking:
Description

In IE7, the transfer effect throws an 'Invalid Argument' error in IE7 when the CSS border property is missing or set to 'none'.

Example CSS:

.ui-effects-transfer {
    background: #090;
    border: none;
}

Note: also occurs if the border property is missing entirely.

You can use the transfer demo code on the jQuery UI website to verify the issue: http://jqueryui.com/demos/effects_general/#transfer (make sure to replace the CSS with the CSS above)

Attachments (0)
Change History (3)

Changed February 16, 2009 09:42AM UTC by rdworth comment:1

priority: majorcritical

Changed February 17, 2009 12:56AM UTC by scottgonzalez comment:2

owner: → scott.gonzalez
status: newaccepted

Changed February 17, 2009 01:07AM UTC by scottgonzalez comment:3

resolution: → fixed
status: acceptedclosed

Fixed in r2084.