Side navigation
#13421 closed bug (notabug)
Opened February 09, 2013 12:19AM UTC
Closed February 09, 2013 12:55AM UTC
Last modified July 05, 2013 12:54PM UTC
$.css bug in firefox
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | css | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$('selector').css('border-radius')
dose not return the right value in firefox
Attachments (0)
Change History (8)
Changed February 09, 2013 12:55AM UTC by comment:1
component: | unfiled → css |
---|---|
resolution: | → notabug |
status: | new → closed |
Changed June 14, 2013 08:18PM UTC by comment:5
Replying to [comment:2 gibson042]:
#13565 is a duplicate of this ticket.
$(elem).css('borderTop') has the same effect
Changed June 14, 2013 08:19PM UTC by comment:6
Yes, "borderTop" is also a shorthand property.
Changed June 14, 2013 11:55PM UTC by comment:7
For borders there is not only the side but the width/color/style, which means the actual single-number value is borderTopWidth
.
From http://api.jquery.com/css/: