Opened 10 years ago
Closed 10 years ago
#12504 closed bug (invalid)
.animate() css left and right on a 100% width box using percentages doesn't work correctly in Firefox
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When you animate right: '+=100%' it works fine, however when you animate it back: right: '-=100%' it fails.
Works fine in 1.7.2, but not in 1.8.0 or 1.8.1
Also seems to work fine if the box isn't 100% wide.
Change History (4)
comment:1 Changed 10 years ago by
comment:3 Changed 10 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
What exactly does it mean to animate right: "-=100%"
?
comment:4 Changed 10 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!
Sorry, doesn't work if #outer box width is any percentage, but works if the width is set in pixels