Bug Tracker

Modify

Ticket #5420 (closed enhancement: worksforme)

Opened 4 years ago

Last modified 16 months ago

Can't get CSS value of "border-spacing" on InternetExplorer8

Reported by: sutara_lumpur Owned by:
Priority: trivial Milestone: 1.4
Component: attributes Version: 1.3.2
Keywords: Cc:
Blocking: Blocked by:

Description

Error: (InternetExplorer8)

$('table').css('border-spacing');


Line835 : style.left = ret
0;

Value of "border-spacing" is like "10px 10px". But, "left" can accept value like "10px", "5em", "3pt".

So, a error occurs when getting CSS value of "border-spacing" on InternetExplorer8.

Change History

comment:1 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to worksforme
  • Component changed from unfiled to attributes

What exact error are you getting? I am not seeing an error. Please post a complete test case with script and html.

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.