Opened 9 years ago
Closed 9 years ago
#14759 closed bug (fixed)
IE8 element.css({ font: 'bold 11px/14px Lucida Grande' }) doesn't work
Reported by: | Owned by: | gibson042 | |
---|---|---|---|
Priority: | low | Milestone: | 1.11.1 |
Component: | css | Version: | 1.11.0-rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 9 years ago by
Owner: | set to gibson042 |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by
Component: | unfiled → css |
---|---|
Milestone: | None → 1.11.1 |
Priority: | undecided → low |
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.