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 events on hidden and disabled elements #3524

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Fix events on hidden and disabled elements #3524

merged 1 commit into from
Aug 16, 2024

Conversation

falkoschindler
Copy link
Contributor

This PR fixes issue #3522 by not ignoring all events on hidden and disabled elements, but only those emitted from the client. This still prevents the user from manipulating the server state using the browser's developer tools, but allows handling server-side events.

@falkoschindler falkoschindler added the bug Something isn't working label Aug 16, 2024
@falkoschindler falkoschindler added this to the 1.4.36 milestone Aug 16, 2024
@falkoschindler falkoschindler linked an issue Aug 16, 2024 that may be closed by this pull request
@rodja rodja merged commit cd9e547 into main Aug 16, 2024
7 checks passed
@rodja rodja deleted the ignore-events branch August 16, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

on_value_change does not trigger if ui.set_visibility(False)
2 participants