Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltips on elements in notifications render below the notification overlay #5748

Closed
rolfsmeds opened this issue Apr 6, 2023 · 0 comments · Fixed by #6074
Closed

Tooltips on elements in notifications render below the notification overlay #5748

rolfsmeds opened this issue Apr 6, 2023 · 0 comments · Fixed by #6074

Comments

@rolfsmeds
Copy link
Contributor

Description

image

Expected outcome

Tooltips should always render on top of everything else.

Minimal reproducible example

Notification n = new Notification();
Button notifBtn = new Button("Do something");
notifBtn.setTooltipText("Alt-S");
n.add(notifBtn);
n.setOpened(true);

Steps to reproduce

Add the above snippet to a Flow app, and hover over the button.

Environment

Vaadin version(s): 24.0

Browsers

Issue is not browser related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants