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 comment:1
Changed November 05, 2010 06:00PM UTC by comment:2
component: | unfiled → css |
---|---|
priority: | undecided → blocker |
status: | new → open |
Confirmed
Changed January 05, 2011 11:07PM UTC by comment:3
owner: | → rwaldron |
---|---|
status: | open → assigned |
Changed January 10, 2011 04:46PM UTC by comment:4
resolution: | → wontfix |
---|---|
status: | assigned → closed |
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.
Possibly related: #7409