Skip to main content

Bug Tracker

Side navigation

#14425 closed bug (invalid)

Opened October 07, 2013 12:52PM UTC

Closed October 28, 2013 08:33AM UTC

Last modified October 30, 2013 10:34PM UTC

$element.css("background-position-x") not working in ie10

Reported by: kvet Owned by: kvet
Priority: undecided Milestone: None
Component: unfiled Version: 2.0.3
Keywords: Cc:
Blocked by: Blocking:
Description
Attachments (0)
Change History (3)

Changed October 13, 2013 12:19PM UTC by dmethvin comment:1

owner: → kvet
status: newpending

Not a valid report; no description or test case. Can you provide them?

Changed October 28, 2013 08:33AM UTC by trac-o-bot comment:2

resolution: → invalid
status: pendingclosed

Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!

Changed October 30, 2013 10:34PM UTC by anonymous comment:3

this is a real bug. somehow ie10 differentiates between computed background-position-x and the style background position x. in my case, I'm animating background-position-x (to slide the back ground). it DOES work. but then the result is not preserved. If you hit f12 you see that the style still has background-position-x set to the original. but if you go to "computed" then you will see the background-position-x has the ending value of the animation. and if you drill down, it has "inline style 10em" or whatever the starting value was.