#14425 closed bug (invalid)
$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
Change History (3)
comment:1 Changed 9 years ago by
Owner: | set to kvet |
---|---|
Status: | new → pending |
comment:2 Changed 9 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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!
comment:3 Changed 9 years ago by
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.
Not a valid report; no description or test case. Can you provide them?