#8290 closed bug (invalid)
css( propertyName, value ) in ie7-ie8 bug
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | css | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
if I use value with a space at the beginning this property not apply.
$('something').css('color',' #fff') - ie ignore this line
$('something').css('color',$.trim(' #fff')) - fix
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Component: | unfiled → css |
---|---|
Priority: | undecided → low |
Note: See
TracTickets for help on using
tickets.
Don’t pass invalid values.