Skip to main content

Bug Tracker

Side navigation

#6002 closed bug (wontfix)

Opened February 01, 2010 07:59PM UTC

Closed November 01, 2010 09:27PM UTC

Last modified March 15, 2012 10:51AM UTC

css("border-width")

Reported by: joshdean2000 Owned by:
Priority: major Milestone: 1.4.2
Component: css Version: 1.4.1
Keywords: border-width Cc:
Blocked by: Blocking:
Description

When attempting to get the value of "border-width" where it is "0px 1px 0px 0px" in IE8. It crashes on the line 4562

style.left = camelCase === "fontSize" ? "1em" : (ret || 0);

Attachments (0)
Change History (2)

Changed June 14, 2010 12:55AM UTC by dmethvin comment:1

component: unfiledcss

Yeah, that code doesn't work at all for shorthand properties.

Changed November 01, 2010 09:27PM UTC by rwaldron comment:2

resolution: → wontfix
status: newclosed

With differing top, right, bottom, left widths you have to access the css properties individually. Otherwise the computed style returns: border-width: initial;