I tried to update a gadget of mine from jquery.ui to oojs.ui. The PopupWidget seems like a candiate to replace tipsy, but I can't find a way to set the anchor on the left side of the popup (pointing to the left), like I can with tipsy by setting gravity: 'w'
The gravity option is needed because the popover is shown upon hovering a (vertical) list of elements, and you should be able to hover up and down over the list elements without the popover stealing focus all the time, which it does when it's situated below, not to the right.