RichTextFX icon indicating copy to clipboard operation
RichTextFX copied to clipboard

CodeArea Scrolling when in VirtualizedScrollPane is VERY choppy.

Open swpalmer opened this issue 3 years ago • 1 comments

Expected Behavior

Scrolling should be smooth.

Actual Behavior

Scrolling is smooth when not using a VirtualizedScrollPane, but isn't accessible outside of mouse wheel and trackpad gestures, and doesn't have the feedback of scrollbar thumbs.

When using a VirtualizedScrollPane it shows the feedback with scrollbars and is more accessible, but is extremely choppy when scrolling horizontally, and stutters (jumps back occasionally) while scrolling vertically.

Environment info:

  • RichTextFX Version: 0.10.7
  • Operating System: macOS 12.2.1
  • Java version: 17.0.2 (including JavaFX) Also tried using Flowless to 0.6.8 (RichTextFX 0.10.7 uses 0.6.7 normally)

swpalmer avatar Feb 19 '22 03:02 swpalmer

https://stackoverflow.com/questions/72307220/richtextfx-virtualizedscrollpane-flickers-when-text-wraps-as-you-type

sandeepIUOE avatar May 19 '22 15:05 sandeepIUOE