最小化浏览器window时,tooltipster的位置与设置的不一样

when minimize browser's window, tooltipster's position not the same as has been set

我使用工具提示库。 我将工具提示的位置设置为底部。当我最小化浏览器的 window 时,工具提示在上方浮动,就像位置设置在顶部一样。

我该如何解决这个问题?

提前致谢

根据作者的文档反馈,该功能已经写好了,但还没有正式发布。

已请求此特定功能,他已在插件选项中解释了如何实现该功能。

而不是:

...
position: 'bottom'
...

你把它放在一个数组中:

...
position: ['bottom']
...

这就是脚本告诉它被强制执行的方式。

看看这 2 个链接。

https://github.com/iamceege/tooltipster/issues/335

https://github.com/iamceege/tooltipster/issues/342