#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
0); |
Change History (2)
comment:1 Changed 13 years ago by
Component: | unfiled → css |
---|
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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.
Yeah, that code doesn't work at all for shorthand properties.