Skip to main content

Bug Tracker

Side navigation

#7417 closed bug (wontfix)

Opened November 05, 2010 04:48PM UTC

Closed January 10, 2011 04:46PM UTC

.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:
Blocked by: Blocking:
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.

Attachments (0)
Change History (4)

Changed November 05, 2010 05:58PM UTC by rwaldron comment:1

Possibly related: #7409

Changed November 05, 2010 06:00PM UTC by rwaldron comment:2

component: unfiledcss
priority: undecidedblocker
status: newopen

Confirmed

Changed January 05, 2011 11:07PM UTC by rwaldron comment:3

owner: → rwaldron
status: openassigned

Changed January 10, 2011 04:46PM UTC by rwaldron comment:4

resolution: → wontfix
status: assignedclosed

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.