Bug Tracker

Modify

Ticket #3490 (closed bug: invalid)

Opened 5 years ago

Last modified 5 years ago

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:1 Changed 5 years ago by mako18

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.

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.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.