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
Moving mouse out of the menuItem to the left, right, or up, removes the tooltip
Moving the mouse down into the tooltip keeps the tooltip open
Moving the mouse further down, out of the tooltip text does not close the tooltip
Tooltip now stays persistent until I move mouse into the menuItem again and then out
Expected-behavior
Tooltip should disappear when mouse is moved out of the tooltip again
Reproduction
public PersistentTooltipView() {
var toolbar = new HorizontalLayout();
var main = new VerticalLayout();
main.setSizeFull();
add(toolbar, main);
var menuBar = new MenuBar();
toolbar.add(menuBar);
menuBar.addItem(VaadinIcon.COG.create(), "This tooltip doesn't disappear when I move mouse down through it and out the other side");
}
System Info
Windows 10, Vaadin 24.2, FireFox 118.0.2, Chrome 118.0.5993.89
The text was updated successfully, but these errors were encountered:
Describe the bug
Given a MenuBar with one MenuItem with a tooltip:
Expected-behavior
Tooltip should disappear when mouse is moved out of the tooltip again
Reproduction
System Info
Windows 10, Vaadin 24.2, FireFox 118.0.2, Chrome 118.0.5993.89
The text was updated successfully, but these errors were encountered: