Opened 14 years ago
Last modified 14 years ago
#4770 closed bug
.ui-effects-wrapper doesn't mimic the style of the wrapped element & weird things happens — at Version 1
Reported by: | bohdan.ganicky | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.effects.core | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
I've made a simple scenario:
- paragraph 50% wide with horizontal margins set to "auto"
- .hide('slide') effect applied to the paragraph
and what happens is:
- wrapper ignores the margins and that moves the original element to the side
- the original element is resized to 50% of the wrapper div on the fly
Demo: http://jsbin.com/areku
Note: See
TracTickets for help on using
tickets.