RichTextFX icon indicating copy to clipboard operation
RichTextFX copied to clipboard

With wrap text enabled, typing characters into paragraph that is not fully visible on screen, causes visual flickering

Open alt-grr opened this issue 10 years ago • 8 comments

Steps to reproduce:

  1. Create text area, enable wrap text property
  2. Type or paste single line that is long enough, so start of paragraph is off-screen
  3. Typing or deleting more characters in that line causes very visible blinking and redraws

alt-grr avatar Feb 21 '16 17:02 alt-grr

Something like this? I'm not sure if the Gif-making program recorded it well.

flickering

JordanMartinez avatar Feb 22 '16 17:02 JordanMartinez

It's more clearly visible when text is inserted at the end of paragraph:

flickering

alt-grr avatar Feb 22 '16 21:02 alt-grr

I'm not sure whether to label this as a bug or enhancement. :smile:

JordanMartinez avatar Mar 17 '17 19:03 JordanMartinez

@JordanMartinez IMO "enhancement" is for new features/performance improvements, and this is clearly a rendering bug.

alt-grr avatar Mar 17 '17 19:03 alt-grr

You're right. Not sure why I thought otherwise shrug.

JordanMartinez avatar Mar 18 '17 02:03 JordanMartinez

@kuc In my GIF, the rendering isn't as bad as the one you posted. So, can you provide a reproducible demo of this rendering bug?

JordanMartinez avatar Mar 31 '17 16:03 JordanMartinez

@JordanMartinez Try typing on the end of the text.

alt-grr avatar Mar 31 '17 20:03 alt-grr

@kuc That probably makes the difference. When I sit down to fix this bug, I'll try that.

JordanMartinez avatar Apr 04 '17 00:04 JordanMartinez