Open
Description
Tooltip's origin was hidden by scrolling the page, so the tooltip is hidden too with "visibility": "hidden" (by __scrollHandler I guess). When browser window was expanded, the origin became visible, but tooltip is not.
I guess window resize callback does not change "visibility" (and none but scroll callback does). Is there a
reason or is it a bug? Recomputing overflow and setting visibility on resize fixed this for me, should I test some cases?