Skip to content

Conversation

web-padawan
Copy link
Member

Description

Fixes vaadin/web-components#9824

Type of change

  • Feature

public void setOverlayRole(String role) {
Objects.requireNonNull(role, "Role cannot be null");

getElement().setProperty("overlayRole", role);
setRole(role);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed to use setRole and getRole directly since it seems easier this way.

…om/vaadin/flow/component/popover/Popover.java

Co-authored-by: Sascha Ißbrücker <sissbruecker@vaadin.com>
Copy link

sonarqubecloud bot commented Aug 4, 2025

Quality Gate Failed Quality Gate failed

Failed conditions
54.7% Duplication on New Code (required ≤ 10%)

See analysis details on SonarQube Cloud

@sissbruecker sissbruecker merged commit 2919f95 into main Aug 4, 2025
4 of 5 checks passed
@sissbruecker sissbruecker deleted the feat/set-role-deprecate-overlay-role branch August 4, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecate overlayRole
2 participants