question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

1.7.0 to 1.8.3 breaks scrolling and selection

See original GitHub issue

I’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:open
  • Created 2 years ago
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
raultrujillocommented, Aug 11, 2021

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.

 <RichTextEditor
        disabled={false}
        editorStyle={contentStyle} // default light style
        ref={richText}
        style={styles.rich}
        useContainer={false}
        initialHeight={height}
        placeholder={'please input content'}
        pasteAsPlainText={true}
        scrollEnabled={false}
      />       
0reactions
AleksandrKarashevcommented, Jul 26, 2022

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.

 <RichTextEditor
        disabled={false}
        editorStyle={contentStyle} // default light style
        ref={richText}
        style={styles.rich}
        useContainer={false}
        initialHeight={height}
        placeholder={'please input content'}
        pasteAsPlainText={true}
        scrollEnabled={false}
      />       

It helped me, thank u a lot! 💯

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found