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

[1.36][studio] Copy button not considering special space character NBSP #1737

Open
mugbug opened this issue May 8, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@mugbug
Copy link

mugbug commented May 8, 2024

Describe the bug

I'm having an issue with maestro studio's copy command feature.

We use some language currency formatters to format a double value, for instance, into a currency string like R$ 10.000,00. The thing with those formatters is that they don't use a normal space character between the R$ and the 10.000,00. They use this following character:   which is usually rendered as a space, but when maestro compares it with a normal space it doesn't match the string.

In my IDE this characters renders as follows:

image

Also, if I just tap the image icon and CMD+A and CMD+C, I can copy the NBSP character as expected, so it's probably a parsing issue or something on the "copy to clipboard" feature image.

Environment information (please complete the following information):

  • Maestro version [1.36]
  • Platform: [Both]
  • Framework: [Flutter]
  • Device model and OS version: [iPhone 14 Pro - iOS 17.2]
  • Simulator
  • Host [Mac M1]
@mugbug mugbug added the bug Something isn't working label May 8, 2024
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

No branches or pull requests

1 participant