Bug Tracker

Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#6002 closed bug (wontfix)

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);

Change History (2)

comment:1 Changed 13 years ago by dmethvin

Component: unfiledcss

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

comment:2 Changed 13 years ago by Rick Waldron

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;

Note: See TracTickets for help on using tickets.