Search and Top Navigation
#8127 closed bug (fixed)
Opened February 21, 2012 02:06PM UTC
Closed April 24, 2012 03:51PM UTC
collision:flip should be supported for at:center
Reported by: | jzaefferer | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.position | Version: | 1.8.18 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
For some reason we bail out of flip collisioning for at:center. Doesn't make sense to me: Even if the centered positioning stays the same, by flipping the positioned element around that position, we still get a different result.
So for { my: "left top", at: "center" } I'd get a { my: "right bottom", at: "center" } when collisioning in both dimensions. That's useful, isn't it?
Attachments (0)
Change History (2)
Changed February 27, 2012 03:33PM UTC by comment:1
status: | new → open |
---|