Bug Tracker

Modify

Ticket #7417 (closed bug: wontfix)

Opened 3 years ago

Last modified 2 years ago

.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:1 Changed 3 years ago by rwaldron

Possibly related: #7409

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.