Skip to main content

Bug Tracker

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

Attachments (0)
Change History (2)

Changed February 16, 2011 10:59PM UTC by snover comment:1

resolution: → invalid
status: newclosed

Don’t pass invalid values.

Changed February 17, 2011 01:52PM UTC by jitter comment:2

component: unfiledcss
priority: undecidedlow