Hi @jmulet,
This PR aims to remove Bootstrap tooltips due to some UI issues. When using Bootstrap tooltips (data-toggle="tooltip"), clicking the button displays the tooltips, but they remain sticky and don’t disappear until you click another area. Please see the gif below:
I believe a better approach would be to stop using Bootstrap tooltips in favor of other smaller plugins that offer more consistent behavior. Otherwise, you should use JS to blur/hide the tooltips when clicking on the buttons.
Hi @jmulet, This PR aims to remove Bootstrap tooltips due to some UI issues. When using Bootstrap tooltips (data-toggle="tooltip"), clicking the button displays the tooltips, but they remain sticky and don’t disappear until you click another area. Please see the gif below:
I believe a better approach would be to stop using Bootstrap tooltips in favor of other smaller plugins that offer more consistent behavior. Otherwise, you should use JS to blur/hide the tooltips when clicking on the buttons.
Thanks.