-
Notifications
You must be signed in to change notification settings - Fork 58
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
"Add new block" fails after first use #783
Comments
After testing this issue further, I have discovered that the Also, it seems that using Some other discoveries:
Some of these issues could be same / related to #196 or #311. |
The recent upgrade (React Native to 0.59, React to 16.8.3) seems to have a source map issue, which has made it difficult to use the JS remote debugger. I am temporarily resorting to a bisection method to try to isolate the changeset that may have introduced this issue. I will test this issue manually using the following steps:
Progress:
I began this bisection manually, explicitly selecting release tags / versions to narrow the scope at that level of granularity. The results so far indicate that the regression was introduced somewhere between I encountered a few commits (as expected) that either did not build, or began with a red screen at startup, because the process is agnostic to whether or not a commit represents work in an "unfinished" state. I went a little bit further with From a coarse view, this issue appears to have been introduced during the upgrade to RN 0.59, but I have not pinpointed the exact commit. |
Fixed in #857 |
The
+
button to add new block works once, but does not work on subsequent button presses. This issue was discovered on the Android Emulator, and has not been reproduced on a real device (attempts were made, but the issue was not encountered).Steps to reproduce:
+
button and choose new paragraph block+
button again and choose a new paragraph blockResult:
A new paragraph block is not created. The focus changes to an already existing block.
Screenshot:
The text was updated successfully, but these errors were encountered: