Side navigation
#12504 closed bug (invalid)
Opened September 11, 2012 12:26AM UTC
Closed October 04, 2012 09:15AM UTC
.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.
Attachments (0)
Change History (4)
Changed September 11, 2012 12:30AM UTC by comment:1
Changed September 11, 2012 12:30AM UTC by comment:2
using Firefox 15.0.1
Changed September 19, 2012 12:52PM UTC by comment:3
owner: | → anonymous |
---|---|
status: | new → pending |
What exactly does it mean to animate right: "-=100%"
?
Changed October 04, 2012 09:15AM UTC by comment:4
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