Skip to main content

Bug Tracker

Side navigation

#5420 closed enhancement (worksforme)

Opened October 29, 2009 08:12AM UTC

Closed June 13, 2010 06:22PM UTC

Last modified March 10, 2012 09:03AM UTC

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

Attachments (0)
Change History (1)

Changed June 13, 2010 06:22PM UTC by dmethvin comment:1

component: unfiledattributes
resolution: → worksforme
status: newclosed

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