Bug Tracker

Opened 13 years ago

Closed 12 years ago

#7417 closed bug (wontfix)

.css('border-spacing') throws on IE8

Reported by: powerman Owned by: Rick Waldron
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.

Change History (4)

comment:1 Changed 13 years ago by Rick Waldron

Possibly related: #7409

comment:2 Changed 13 years ago by Rick Waldron

Component: unfiledcss
Priority: undecidedblocker
Status: newopen

Confirmed

comment:3 Changed 12 years ago by Rick Waldron

Owner: set to Rick Waldron
Status: openassigned

comment:4 Changed 12 years ago by Rick Waldron

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.

Note: See TracTickets for help on using tickets.