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

Fix issues with popup visibility in SelectionBox: handling early show/hide calls and property cleanup #210

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

leewyatt
Copy link
Contributor

This PR fixes two issues in the SelectionBox component related to the popup visibility control:

Fixed the issue where calling show() or hide() before the skin initialization would not properly display the popup. Now the popup behavior works as expected, even when these methods are invoked prior to skin setup.

Resolved the problem where the code previously forgot to remove the communication key in the properties after calling show() or hide(). This key is now properly cleaned up post-action to prevent unwanted behavior.

Implemented the SHOW_POPUP_PROPERTY to manage the visibility of the popup during initialization and property changes. Added a button in the demo application to trigger the popup display, enhancing the control's interactivity.
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud

@dlemmermann dlemmermann merged commit cd9f482 into master Oct 24, 2024
3 of 4 checks passed
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.

2 participants