Search and Top Navigation
#7794 closed bug (cantfix)
Opened October 14, 2011 03:26PM UTC
Closed June 26, 2012 01:01AM UTC
Scale Effect - Requires top/left positioning
Reported by: | gnarf | 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.
Attachments (0)
Change History (3)
Changed October 14, 2011 03:42PM UTC by comment:1
priority: | minor → major |
---|
Changed October 14, 2011 03:43PM UTC by comment:2
status: | new → open |
---|
Changed June 26, 2012 01:01AM UTC by comment:3
resolution: | → cantfix |
---|---|
status: | open → closed |
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.