Open
Description
Steps to reproduce:
- Create scrollable container with element that triggers tooltip at the bottom of scrollable area
- Initialise tooltip with
stick
option set totrue
and without any other options - Scroll down
- Roll over element that triggers tooltip
- Scroll up few pixels
- Roll over element that triggers tooltip
What happens: Another tooltip is created overlapping already existing tooltip:
What should happen: All previous tooltips of same instance should be removed.