Skip to main content

Bug Tracker

Side navigation

#11838 closed bug (duplicate)

Opened May 30, 2012 07:06AM UTC

Closed May 30, 2012 12:16PM UTC

Last modified June 07, 2012 06:29PM UTC

Invalid argument in IE8 and earlier versions

Reported by: zbit Owned by: zbit
Priority: low Milestone: None
Component: css Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Invalid argument in development version at line 8988 and symbol 5.

fx.elem.style[ fx.prop ] = fx.now + fx.unit
Attachments (0)
Change History (9)

Changed May 30, 2012 10:18AM UTC by sindresorhus comment:1

owner: → zbit
priority: undecidedlow
status: newpending

Why is it invalid?

Changed May 30, 2012 11:48AM UTC by zbit comment:2

_comment0: In IE8- doesn't work attribute "background-position", only "background-position-(x/y)"1338378810441609
_comment1: In IE8- doesn't work attribute "background-position", only "background-position-(x/y) in animate."1338378918058713
status: pendingnew

In IE8- doesn't work attribute "background-position", only "background-position-(x/y)" in animate.

Corrected by identifying the browser and change the attribute.

Changed May 30, 2012 12:16PM UTC by sindresorhus comment:3

component: unfiledcss
resolution: → duplicate
status: newclosed

Changed May 30, 2012 12:16PM UTC by sindresorhus comment:4

Duplicate of #10796.

Changed June 07, 2012 04:48PM UTC by anonymous comment:5

so how do I fix this ?

Changed June 07, 2012 05:02PM UTC by rwaldron comment:6

It's been fixed. Please see the original that @sindresorhus linked to

Changed June 07, 2012 05:44PM UTC by anonymous comment:7

i added the css.js file, but it doesnt seem to fix the problem, i am not really sure how this fix should be added to the site?

Changed June 07, 2012 06:25PM UTC by anonymous comment:8

Use separate background-position attribute (background-posytion-x and background-position-y) special for IE8-

Changed June 07, 2012 06:29PM UTC by anonymous comment:9

Replying to [comment:8 anonymous]:

Use separate background-position attribute (background-posytion-x and background-position-y) special for IE8-

Sorry, background-position-x =)