Opened 11 years ago
Closed 11 years ago
#7794 closed bug (cantfix)
Scale Effect - Requires top/left positioning
Reported by: | Corey Frang | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | ui.effects.* (individual effect) | Version: | git (not yet released) |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I had to create this bug in order to make some sanity here.
https://github.com/jquery/jquery-ui/commit/d4d8d74b10431933aadca19248c15e36fbb35a03
I can't come up with any way to currently determine if an element is positioned with top, left, bottom or right - so I'm making the assumption that top and left are used. If this isn't the case, one could recalculate for themseleves in the animation callback.
Change History (3)
comment:1 Changed 11 years ago by
Priority: | minor → major |
---|
comment:2 Changed 11 years ago by
Status: | new → open |
---|
comment:3 Changed 11 years ago by
Resolution: | → cantfix |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Closing since it's impossible to detect and this isn't a regression. We may add an option to explicitly specify which positions to use.