Search and Top Navigation
#9066 closed bug (fixed)
Opened February 07, 2013 08:20AM UTC
Closed December 10, 2014 10:00PM UTC
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.
Attachments (0)
Change History (7)
Changed February 07, 2013 12:46PM UTC by comment:1
component: | ui.core → ui.effects.core |
---|---|
keywords: | → regression |
status: | new → open |
summary: | Element jumps to wrong position → Scale effect: Element jumps to wrong position |
version: | 1.10.0 → 1.9.1 |
Changed March 19, 2013 12:47PM UTC by comment:2
milestone: | none → 1.11.0 |
---|---|
owner: | → mikesherov |
status: | open → assigned |
I'm handling this in the effects rewrite.
Changed April 26, 2013 02:36PM UTC by comment:3
component: | ui.effects.core → ui.effects.* (individual effect) |
---|
Changed April 24, 2014 08:50AM UTC by comment:4
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
Changed June 24, 2014 11:54PM UTC by comment:5
milestone: | 1.11.0 → none |
---|
Changed November 18, 2014 06:42PM UTC by comment:6
milestone: | none → 1.12.0 |
---|
Changed December 10, 2014 10:00PM UTC by comment:7
resolution: | → fixed |
---|---|
status: | assigned → closed |
Effects: Rewrite
1. Introduces a set of helper methods to easily create and define new effects.
2. Uses clip animations and placeholders instead of wrappers for clip effects.
3. 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/