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 comment:1
owner: | → zbit |
---|---|
priority: | undecided → low |
status: | new → pending |
Changed May 30, 2012 11:48AM UTC by 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: | pending → new |
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 comment:3
component: | unfiled → css |
---|---|
resolution: | → duplicate |
status: | new → closed |
Changed June 07, 2012 04:48PM UTC by comment:5
so how do I fix this ?
Changed June 07, 2012 05:02PM UTC by comment:6
It's been fixed. Please see the original that @sindresorhus linked to
Changed June 07, 2012 05:44PM UTC by 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 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 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 =)
Why is it invalid?