Opened 9 years ago
Closed 9 years ago
#14847 closed bug (cantfix)
Animate function broken with margin
Reported by: | BrodaNoel | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | css | Version: | 1.11.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi guys.
Try this: http://jsfiddle.net/uK3Ae/2/
When we have an element centered (with margin: 0 auto;) and then we set the new margin-left:xxx; with animate function, the animation is broken in Firefox and Safari, but not in Chrome.
I'm ussing: /*! jQuery v1.11.0 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
Change History (1)
comment:1 Changed 9 years ago by
Component: | unfiled → css |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is yet another manifestation of the Firefox
getComputedStyle
"0px" results formargin: auto
elements. From http://bugs.jquery.com/ticket/11813?cnum_edit=3#comment:3: