Ticket #14759 (closed bug: fixed)
IE8 element.css({ font: 'bold 11px/14px Lucida Grande' }) doesn't work
Reported by: | jaroslaw@… | Owned by: | gibson042 |
---|---|---|---|
Priority: | low | Milestone: | 1.11.1 |
Component: | css | Version: | 1.11.0-rc1 |
Keywords: | Cc: | ||
Blocking: | Blocked by: |
Description
Related to ticket #14394 with commit: https://github.com/jquery/jquery/commit/24e587929f62428e1959b10aace6dc4fd65ab397
style[ name ] = "";
throws exception when name = 'font' in IE8.
Change History
comment:1 Changed 10 months ago by gibson042
- Owner set to gibson042
- Status changed from new to assigned
comment:2 Changed 9 months ago by dmethvin
- Priority changed from undecided to low
- Component changed from unfiled to css
- Milestone changed from None to 1.11.1
comment:3 Changed 9 months ago by gibson042
- Status changed from assigned to closed
- Resolution set to fixed
Closed by 2c180ef938201f1213b5c43c8212856d0282e1f0.
Note: See
TracTickets for help on using
tickets.
Confirmed: http://jsbin.com/vati/1
I'm thinking we guard the set-empty line with a support test, but we'll see how the size shakes out.