Side navigation
#8290 closed bug (invalid)
Opened February 16, 2011 09:22AM UTC
Closed February 16, 2011 10:59PM UTC
Last modified February 17, 2011 01:52PM UTC
css( propertyName, value ) in ie7-ie8 bug
Reported by: | l_ai_l@mail.ru | 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
Don’t pass invalid values.