这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@leewyatt
Copy link
Collaborator

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.
@sonarqubecloud
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.

3 participants