1.7.0 to 1.8.3 breaks scrolling and selection
See original GitHub issueI’m not sure what changed between 1.7.0 and 1.8.3, but rendering the editor with both useContainer={true}
or useContainer={false}
no can scroll up-down when rendered inside a <View>.
Additionally, something also changed with spacing and the text selection thumb is not visible when the last line is selected (it ends up hidden below the actual web view).
Any ideas of what changed and how I can resolve the above?
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (5 by maintainers)
Top Results From Across the Web
ADF table auto-scrolling up Issue
When i scroll till bottom of table having 100 rows, its starts scrolling up automatically. This way , it makes very difficult to...
Read more >What's New - Chaos Vantage
Date - October 26, 2022. Download Chaos Vantage, 1.8.3 Build ... Temporal denoiser and postprocessing passes breaking with dynamic textures.
Read more >Smooth Scrolling
Here's the code to perform a smooth page scroll to an anchor on the same page. It has some logic built in to...
Read more >Context 1.0 Change Log
Fix Fix product tile swatches breaking parent container when too many ... Fix Fix issue with sections scrolling to the wrong location on...
Read more >Core
Adjusts the scroll distance for accessibility action (If74ae); Removed hardcoded ... androidx.core:core:1.7.0 and androidx.core:core-ktx:1.7.0 are released.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i use the control with out scrollView and set use useContainer={false} and is Ok for me. “react-native-pell-rich-editor”: “^1.8.5” Windows app with react native.
It helped me, thank u a lot! 💯