Opened 11 years ago
Closed 11 years ago
#8127 closed bug (fixed)
collision:flip should be supported for at:center
Reported by: | Jörn Zaefferer | 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?
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → open |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note: See
TracTickets for help on using
tickets.
Position: Remove at-center guards, take at:center into account instead. Fixes #8127 - collision:flip should be supported for at:center