jquery.sparkline icon indicating copy to clipboard operation
jquery.sparkline copied to clipboard

Fix tooltip width and position when content change

Open fdaugan opened this issue 10 years ago • 0 comments

When the tooltip is on the border right for sample, and the mouse pointer is moved over another region implying another wider content, a scollbar may appear. This is due to the computation of tooltips before the content update.

This PR ensures the size is computed after the content is updated.

fdaugan avatar Apr 16 '16 18:04 fdaugan