This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
fix(tooltip): update placement on content change #96
Closed
Description
Right now, the tooltip
attribute is observed and so is properly bound. But the position of the tooltip is not updated when the attribute changes, and so then appears off-center.
If you go to the demo page, click in the "Dynamic Tooltip Popup" input, hover over the "dynamic" tooltip, and then proceed to change the value, you can see the issue.
This is very minor right now, but one of the features to still be ported from Twitter's jQuery version will keep the tooltip open, and thus the artifact would be visible.