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
Preferred placement
Tourtips can have a preferred placement in relation to their anchor element. The tourtip will default to this placement as long as it will fit within the viewport. Otherwise, it will adjust its placement to fit.
Currently the tour tip is pretty dumb when it comes to positioning. A good solution requires more JS code.
Good examples of adaptive positioning are in TippyJS and the good old qTips2.
I would also add that the style-* attributes are not very useful. When used they also remove the transform: translate... that most of the time is useful.
The tooltip should definitely be "centered" accordingly to the target and ideally should also change the position according to the space available in the viewport.
Workaround
None at the time. Pick a good position and cross your fingers.
Screenshots
This is Tippy:
The text was updated successfully, but these errors were encountered:
Bug ReportFeature RequesteBayUI Version:11
and12
Description
According to the Playbook:
Currently the tour tip is pretty dumb when it comes to positioning. A good solution requires more JS code.
Good examples of adaptive positioning are in TippyJS and the good old qTips2.
I would also add that the
style-*
attributes are not very useful. When used they also remove thetransform: translate...
that most of the time is useful.The tooltip should definitely be "centered" accordingly to the target and ideally should also change the position according to the space available in the viewport.
Workaround
None at the time. Pick a good position and cross your fingers.
Screenshots
This is Tippy:
The text was updated successfully, but these errors were encountered: