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

[API10][NUI][AT-SPI] Detach NUIViewAccessible in View.Dispose() #5663

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

aswigon
Copy link
Contributor

@aswigon aswigon commented Oct 27, 2023

Description of Change

The application may crash if the View is disposed but the Accessibility infrastructure calls one of the View methods. Detaching the NUIViewAccessible proxy object in View.Dispose() should prevent that.

Dependency: https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-csharp-binder/+/300567/

API Changes

  • ACR: None

@github-actions github-actions bot added the API10 Platform : Tizen 7.0 / TFM: tizen10.0 label Oct 27, 2023
@aswigon aswigon marked this pull request as ready for review October 27, 2023 07:50
The application may crash if the View is disposed but the Accessibility
infrastructure calls one of the View methods. Detaching the
NUIViewAccessible proxy object in View.Dispose() should prevent that.
@aswigon aswigon force-pushed the aswigon-a11y-detach-api10 branch from f086016 to cec7a03 Compare October 27, 2023 11:47
Copy link
Contributor

@jaehyun0cho jaehyun0cho left a comment

Choose a reason for hiding this comment

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

LGTM

@jaehyun0cho jaehyun0cho merged commit f3d47ed into Samsung:API10 Oct 30, 2023
@aswigon aswigon deleted the aswigon-a11y-detach-api10 branch October 30, 2023 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API10 Platform : Tizen 7.0 / TFM: tizen10.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants