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

Open
dr-star opened this issue Jan 21, 2025 · 1 comment
Open

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

dr-star opened this issue Jan 21, 2025 · 1 comment

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs More Information
Development

No branches or pull requests

3 participants