Search and Top Navigation
#4770 closed bug (fixed)
Opened August 11, 2009 04:28PM UTC
Closed November 10, 2009 04:48PM UTC
.ui-effects-wrapper doesn't mimic the style of the wrapped element & weird things happens
| 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
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:
1. wrapper ignores the margins and that moves the original element to the side
2. the original element is resized to 50% of the wrapper div on the fly
Demo:
Attachments (0)
Change History (3)
Changed August 11, 2009 04:30PM UTC by comment:1
| description: | 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: \ \ 1. wrapper ignores the margins and that moves the original element to the side \ 2. the original element is resized to 50% of the wrapper div on the fly \ \ Demo: http://jsbin.com/areku → 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: \ \ 1. wrapper ignores the margins and that moves the original element to the side \ \ 2. the original element is resized to 50% of the wrapper div on the fly \ \ Demo: \ http://jsbin.com/areku |
|---|
Changed August 12, 2009 11:24AM UTC by comment:2
| milestone: | TBD → 1.8 |
|---|
Changed November 10, 2009 04:48PM UTC by comment:3
| resolution: | → fixed |
|---|---|
| status: | new → closed |
Fixed in trunk.