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

[NUI] Remove the legacy AccessibilityActivate code #6223

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

Seoyeon2Kim
Copy link
Contributor

Description of Change

  • CSharp_Dali_ViewImpl_AccessibilityActivate was removed in 2018 lol However, at that time, NUI codes couldn't be removed together (Not sure)

  • The reason ViewImpl_AccessibilityActivate was removed is

Remove functions which using internal apis. Some binding functions use internal apis. It caused error when dlopen csharp binder.

  • User can use Activated event with View.AccessibilityActivated

API Changes

  • N/A

- `CSharp_Dali_ViewImpl_AccessibilityActivate` was removed in 2018 lol
 However, at that time, NUI codes couldn't be removed together (Not sure)

- The reason `ViewImpl_AccessibilityActivate` was removed is
   `Remove functions which using internal apis

    Some binding functions use internal apis.
    It caused error when dlopen csharp binder.`

- User can use Activated event with `View.AccessibilityActivated`

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Copy link
Contributor

@dongsug-song dongsug-song left a comment

Choose a reason for hiding this comment

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

approved

Copy link
Contributor

@taehyub taehyub left a comment

Choose a reason for hiding this comment

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

불필요한 코드를 제거해주셔서 감사합니다^^ 👍
NUI Accessibility가 더욱 클린해졌네요~

@Seoyeon2Kim
Copy link
Contributor Author

불필요한 코드를 제거해주셔서 감사합니다^^ 👍 NUI Accessibility가 더욱 클린해졌네요~

감사합니다 :)

@Seoyeon2Kim Seoyeon2Kim merged commit 05e599a into Samsung:DevelNUI Jul 23, 2024
3 checks passed
@Seoyeon2Kim Seoyeon2Kim deleted the removeActivateAPI branch July 23, 2024 04:48
JoogabYun pushed a commit to JoogabYun/TizenFX that referenced this pull request Jul 23, 2024
- `CSharp_Dali_ViewImpl_AccessibilityActivate` was removed in 2018 lol
 However, at that time, NUI codes couldn't be removed together (Not sure)

- The reason `ViewImpl_AccessibilityActivate` was removed is
   `Remove functions which using internal apis

    Some binding functions use internal apis.
    It caused error when dlopen csharp binder.`

- User can use Activated event with `View.AccessibilityActivated`

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
JoogabYun pushed a commit that referenced this pull request Jul 23, 2024
- `CSharp_Dali_ViewImpl_AccessibilityActivate` was removed in 2018 lol
 However, at that time, NUI codes couldn't be removed together (Not sure)

- The reason `ViewImpl_AccessibilityActivate` was removed is
   `Remove functions which using internal apis

    Some binding functions use internal apis.
    It caused error when dlopen csharp binder.`

- User can use Activated event with `View.AccessibilityActivated`

Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants