jquery-powertip
jquery-powertip copied to clipboard
Reposition tooltip on window resize
Tooltip placement is based on the viewport size but the tooltip position is not currently being updated if the window is resized. This will make an open tooltip shift from its position if the window changes size.
PowerTip should probably hook the reposition() API method to the window resize event, and only invoke it if there is a tooltip currently open.