Side navigation
#14759 closed bug (fixed)
Opened February 05, 2014 02:48PM UTC
Closed March 17, 2014 04:15PM UTC
IE8 element.css({ font: 'bold 11px/14px Lucida Grande' }) doesn't work
Reported by: | jaroslaw@collibra.com | 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.
Attachments (0)
Change History (3)
Changed February 06, 2014 04:14AM UTC by comment:1
owner: | → gibson042 |
---|---|
status: | new → assigned |
Changed March 01, 2014 10:39PM UTC by comment:2
component: | unfiled → css |
---|---|
milestone: | None → 1.11.1 |
priority: | undecided → low |
Changed March 17, 2014 04:15PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | assigned → closed |
Closed by 2c180ef938201f1213b5c43c8212856d0282e1f0.
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.