Ticket #7417 (closed bug: wontfix)
.css('border-spacing') throws on IE8
| Reported by: | powerman | Owned by: | rwaldron |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.5 |
| Component: | css | Version: | 1.4.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
There exists another ticket #5420 closed with "worksforme", so I'll try to provide as much as possible details here, because this bug may exists not in all OS or all IE8 versions.
Example: http://jsfiddle.net/A8vg6/
In IE8 console this exception add 2 times: "Invalid argument. jquery.js, line 5249 character 4" (jQuery 1.4.3), but only on separate test html, not on jsfiddle.
Tested on IE 8.0.6001.18702/WinXP SP3 and IE 8.0.7600.16385/Win7.
Change History
comment:2 Changed 3 years ago by rwaldron
- Priority changed from undecided to blocker
- Status changed from new to open
- Component changed from unfiled to css
Confirmed
comment:3 Changed 2 years ago by rwaldron
- Owner set to rwaldron
- Status changed from open to assigned
comment:4 Changed 2 years ago by rwaldron
- Status changed from assigned to closed
- Resolution set to wontfix
IE6 and IE7 do not support the css table property border-spacing. Any workarounds to this will simply cause unnec bloat to the core.
If you need a consistent get/set for border-spacing, I would suggest writing a custom cssHook that meets your needs.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Possibly related: #7409