Bug Tracker

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: jaroslaw@… 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 gibson042

Owner: set to gibson042
Status: newassigned

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.

comment:2 Changed 9 years ago by dmethvin

Component: unfiledcss
Milestone: None1.11.1
Priority: undecidedlow

comment:3 Changed 9 years ago by gibson042

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.