You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug repro on playground: https://www.babylonjs-playground.com/#XCPP9Y#13148
When the camera is moved so that the sphere is out of view, then moved back and the sphere is hovered, the contents of the tooltip aren't shown. Setting clipChildren as false on the parent control makes it not happen anymore.
Screenshots
Before moving camera:
After moving camera:
The text was updated successfully, but these errors were encountered:
Related forum issue: https://forum.babylonjs.com/t/tooltip-losing-content/30775
Repro
When the camera is moved so that the sphere is out of view, then moved back and the sphere is hovered, the contents of the tooltip aren't shown. Setting
clipChildren
as false on the parent control makes it not happen anymore.Screenshots
Before moving camera:
After moving camera:
The text was updated successfully, but these errors were encountered: