jquery-powertip icon indicating copy to clipboard operation
jquery-powertip copied to clipboard

Reposition tooltip on window resize

Open stevenbenner opened this issue 12 years ago • 0 comments

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.

stevenbenner avatar Apr 14 '13 20:04 stevenbenner