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

Applying "sentryReplayMask" to "TextField" makes them unclickable #4731

Closed
dr-star opened this issue Jan 21, 2025 · 2 comments
Closed

Applying "sentryReplayMask" to "TextField" makes them unclickable #4731

dr-star opened this issue Jan 21, 2025 · 2 comments

Comments

@dr-star
Copy link

dr-star commented Jan 21, 2025

Platform

iOS

Environment

Develop

Installed

Swift Package Manager

Version

8.43.0

Xcode Version

16.2

Did it work on previous versions?

No response

Steps to Reproduce

Given

  TextField("", text: $viewModel.surname)
      .sentryReplayMask()

I was unable to click on the text field.

While if you remove the sentryReplayMask modifier everything is working fine again

Expected Result

The TextField should be clickable

Actual Result

I was unable to click on the text field.

Are you willing to submit a PR?

No response

@brustolin
Copy link
Contributor

Hello @dr-star, thanks for reaching out, which iOS version are you testing it?

I was not able to reproduce this.
Can you share with us a View implementation where you have notice this behavior?

@kahest kahest moved this from Needs Discussion to Needs More Information in Mobile & Cross Platform SDK Jan 22, 2025
@philprime
Copy link
Contributor

Hi, we implemented a fix in #4749 and released it in v8.44.0.
Please try the latest version and reopen this issue if it's still causing problems.

@github-project-automation github-project-automation bot moved this from Needs More Information to Done in Mobile & Cross Platform SDK Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

4 participants