Opened 10 years ago
Closed 8 years ago
#9066 closed bug (fixed)
Scale effect: Element jumps to wrong position
Reported by: | dmack | Owned by: | mikesherov |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.0 |
Component: | ui.effects.* (individual effect) | Version: | 1.9.1 |
Keywords: | regression | Cc: | |
Blocked by: | Blocking: |
Description
This is a duplicate of Ticket 4316 - since it is impossible to re-open tickets i though it would be best to open a new one. The mentioned bug re-occurs now, after using the scale-effect the elements are in the wrong position.
Change History (7)
comment:1 Changed 10 years ago by
Component: | ui.core → ui.effects.core |
---|---|
Keywords: | regression added |
Status: | new → open |
Summary: | Element jumps to wrong position → Scale effect: Element jumps to wrong position |
Version: | 1.10.0 → 1.9.1 |
comment:2 Changed 10 years ago by
Milestone: | none → 1.11.0 |
---|---|
Owner: | set to mikesherov |
Status: | open → assigned |
I'm handling this in the effects rewrite.
comment:3 Changed 10 years ago by
Component: | ui.effects.core → ui.effects.* (individual effect) |
---|
comment:4 Changed 9 years ago by
Btw. this was introduced in this commit: https://github.com/jquery/jquery-ui/commit/5f9d5c54c31546977792f4493b419f6c72fcc93e
I can confirm this is fixed in the effects rewrite: https://github.com/jquery/jquery-ui/pull/1017
comment:5 Changed 9 years ago by
Milestone: | 1.11.0 → none |
---|
comment:6 Changed 8 years ago by
Milestone: | none → 1.12.0 |
---|
comment:7 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Effects: Rewrite
- Introduces a set of helper methods to easily create and define new effects.
- Uses clip animations and placeholders instead of wrappers for clip effects.
- Ensures all animations are detectable as animated
Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041
Closes gh-1017
Changeset: b6bec797d6a8ef0b377a866c38c67e66a626b45f
Same test case as #4316, but with newer jQuery UI: http://jsfiddle.net/42U8c/12/