Custom Query (7259 matches)
Results (88 - 90 of 7259)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5295 | fixed | buttons doesn't remove hover state if they are disabled | ||
Description |
if hovering over a mouse and at the same time disable it, they hover state will not be removed. following patch fixes the issue by forcing removal even if diabled is set. |
|||
#5298 | worksforme | ui.position generates wrong position in scrolling environment | ||
Description |
If by calling position in a scrolling environment, and we have not top of the page in current view, then the generated position shifts upwards by the double amount we have scrolled. Example: http://jsfiddle.net/gf8aS/2/ First click on "click me", the boxes is created correctly, then scroll down one "click" and click again, you'll see they are not at their "absolute" position. |
|||
#5645 | fixed | Position: Allow for arbitrary element to be containing element | ||
Description |
At the moment, the collision is only defined in relation to window. I think that any arbitrary containing element, possible limited to parent elements, should be able to be used as the container which collisions are calculated from. |