-
Notifications
You must be signed in to change notification settings - Fork 57
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
Focus loop on Rich Text #1696
Comments
A very similar issue can be reproduced at commit: 3ff15cd which is before InnerBlock enhancements are merged. And it is reproducible with just an image and a paragraph block: --->>> Make sure autocorrect is on Add an image block in it, add some image Result: focus loop I think these 2 has the same root cause but we are observing a stuck focus instead of focus loop in the latest develop, the symptoms can be differentiating because of the |
Received a report of this during 14.9 beta testing that I think is the same issue: #2294. |
This came up in an app review:
|
@designsimply Thank you, we'll make a new fix about this but we need to update to RN 0.62.2 for that. @marecar3 Can I ask the state on that one, any estimates about when we can expect the merge? Thanks! |
Hey 👋 @pinarol! Thanks for asking. Currently, we have a blocker (random crash) in Android code which I am trying to figure out looking at a hermes stack trace. I will let you know when we are ok to merge it as currently, I don't have clear estimation if that's ok with you? |
Sure thank you @marecar3 ! |
Describe the bug
I am using the html snippet here:
--->>> Make sure autocorrect is on
Select one of the sub-blocks of Group block
Add an image block in it, add some image
Add a paragraph under it
Type sth and make sure there's an autocorrect suggestion for it(if you pay attention to the gif, autocorrect kicks in and changes the text right after focus is lost)
(the text from autocorrect needs to be longer or shorter than the original text)
Tap navigation up button
Result: it is not able to change focus, the focus is stuck in paragraph
It is also reproducible on media-text, since it is already live we should fix this urgently.
Expected behavior
the focus shouldn't get stuck on paragraph block
Smartphone (please complete the following information):
using metro on
The text was updated successfully, but these errors were encountered: