Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Components in popup
Hi
Component descriptions can have rich html content, but not components. They apper on mouse over.
PopupViews are labels that can show a component when clicked and disappear on mouse out or on mouse click.
Is it possible to have popups, that can be attached to any component, that render another component on mouse over?
It is very useful for forms. If a field has a popup view, on mouse over that view coud contain funny things.
It would be more useful if the popup component and trigger conditions could be attached to the component instead of being a wrapper as popupview does now.
Thanks
Hey
I started today to use this popupview as a right click menu in CSSlayout and founded out that those improvements would be great. Like you said : "It would be more useful if the popup component and trigger conditions could be attached to the component instead of being a wrapper as popupview does now"
Now the popupview needs little bit improvements. I had also few problems when adding components to the popupview.