-
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
Fix/1268 content is missing on long posts in html mode #1277
Fix/1268 content is missing on long posts in html mode #1277
Conversation
I wasn't able to reproduce the original issue on a Nexus 5X running Android 7.1. The long content is correctly shown on screen after having pasted it into the HTML editor. Worth to have another set of eyes testing this PR. cc @hypest |
Thanks for the update @daniloercoli! |
I can see the original issue on my Galaxy S7 (Android 8.0.0) when running WPAndroid develop (wordpress-mobile/WordPress-Android@6a6c100) but not seeing the issue when using this PR. The issue is that the html view of a large-ish post is empty. Here's the thing though:
I think we should dig deeper for a solution on this one, possibly finding the specific root cause of the issue, or managing to apply the "software" layer type to the html mode only, if that ReactEditText is still the root cause. |
Hey @hypest, thanks for the details, it helps a lot at this stage. Generally, I agree with your thoughts. |
We can close this PR since it was replaced by #1401 |
Fixes #1268
To test:
Result: Content should be visible
Update release notes:
RELEASE-NOTES.txt
.