fix: use correct selector for crud dialog overlay in Aura - #12261
Conversation
vaadin-review-bot
left a comment
There was a problem hiding this comment.
✅ Nothing to flag — the changes look good.
|
|
Hi @web-padawan and @web-padawan, when i performed cherry-pick to this commit to 25.1, i have encountered the following issue. Can you take a look and pick it manually? |
|
This ticket/PR has been released with Vaadin 25.3.0-alpha8. |



Description
Fixed incorrect usage of
vaadin-crud-dialog- that element is in shadow DOM.Instead,
vaadin-crud::part(overlay)is a correct way to target dialog's overlay.Also added missing Aura visual test for crud editor (default, aside, bottom).
Type of change