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

in iOS Text coming from SpeechRecognizer disappears in TextBox when attempting to edit #3282

Open
7 tasks
stezelMIT opened this issue Dec 9, 2024 · 4 comments · Fixed by #3283
Open
7 tasks

Comments

@stezelMIT
Copy link

stezelMIT commented Dec 9, 2024

Describe the bug
In iOS Text coming from SpeechRecognizer disappears in TextBox when attempting to edit. It is colored grayish which looks like perhaps it is pasted as a Hint initially that disappears when the user clicks on the TextBox to edit the Text.
This request is coming from our CS teacher Kamran at DHA in Dubai.

Affects

  • Designer
  • Blocks editor
  • Projects Explorer
  • Companion
  • Compiled apps
  • Buildserver
  • Debugging
  • [ X] Other... (please describe)
    Affects the GUI created

Expected behavior
in Android there is no issue trying to edit an SpeechRecognizer generated Text in a TextBox.
Not sure why so in iOS.

Steps to reproduce
Press button, speak, and once the text is pasted, try to edit it.
speech_recogniser.aia.zip

@ewpatton
Copy link
Member

ewpatton commented Dec 9, 2024

This seems to only affect the textbox when Multiline is set to True, in this project via the Designer. If Multiline isn't required, then setting that to false (the default) should be sufficient for now.

@stezelMIT
Copy link
Author

stezelMIT commented Dec 9, 2024 via email

@ewpatton
Copy link
Member

ewpatton commented Dec 9, 2024

It is only an iOS issue right?

Yes. I've submitted a PR and it is being processed for deployment via TestFlight.

@stezelMIT
Copy link
Author

I tested and it is working for me.
Much appreciated Evan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants