Modify ↓
Ticket #3490 (closed bug: invalid)
margin auto drop glitch
| Reported by: | mako18 | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | effects | Version: | 1.2.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
CSS
div.content {
width: 600px; margin: 0px auto;
}
Javascript
$("#pnlPage1").hide("drop", { direction: "right" }, 1000);
When the Drop Effect begins, it shifts the <div> all the way to the left. (as if the margin all of a sudden disappears) I adjusted the margin to a set number of pixels, and it worked as expected.
Change History
comment:2 Changed 5 years ago by flesler
- Status changed from new to closed
- Resolution set to invalid
Please repost this to the UI Bug Tracker. If it's down, then you'll need to wait for a bit.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Something else to note...this same glitch is affecting other effects as well. I just found that blind and scale do the same thing, I'm sure there are many others.