Opened 14 years ago
Closed 14 years ago
#4153 closed bug (fixed)
Transfer throws 'Invalid Argument' in IE7 without CSS border property
Reported by: | aksival | Owned by: | Scott González |
---|---|---|---|
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)
Change History (3)
comment:1 Changed 14 years ago by
Priority: | major → critical |
---|
comment:2 Changed 14 years ago by
Owner: | set to scott.gonzalez |
---|---|
Status: | new → accepted |
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r2084.