Opened 14 years ago
Closed 14 years ago
#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: | ||
Blocked by: | Blocking: |
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 (2)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please repost this to the UI Bug Tracker. If it's down, then you'll need to wait for a bit.
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.