Bug 571742 - Screen painting cheese when scrolling left and right
Summary: Screen painting cheese when scrolling left and right
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.19   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-05 21:48 EST by Nitin Dahyabhai CLA
Modified: 2021-03-10 23:59 EST (History)
1 user (show)

See Also:


Attachments
html (81.44 KB, image/png)
2021-03-05 21:48 EST, Nitin Dahyabhai CLA
no flags Details
xml (53.82 KB, image/png)
2021-03-05 21:48 EST, Nitin Dahyabhai CLA
no flags Details
plain (10.81 KB, image/png)
2021-03-07 22:10 EST, Nitin Dahyabhai CLA
no flags Details
plain, but slowly dragged to the left (96.71 KB, image/png)
2021-03-10 23:59 EST, Nitin Dahyabhai CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nitin Dahyabhai CLA 2021-03-05 21:48:15 EST
Created attachment 285753 [details]
html

If I scroll all the way to the left, then to the right, then back to the left, all using the buttons on the ends of the horizontal scrollbar, in the Generic Editor I'm seeing corrupted character painting.

org.eclipse.lsp4e 0.13.5.202103011336 on:

Eclipse IDE for Enterprise Java Developers (includes Incubating components)
Version: 2021-03 RC1 (4.19.0 RC1)
Build id: 20210304-1123
OS: Windows 10, v.10.0, x86_64 / win32
Java version: 15.0.2
Comment 1 Nitin Dahyabhai CLA 2021-03-05 21:48:34 EST
Created attachment 285754 [details]
xml
Comment 2 Nitin Dahyabhai CLA 2021-03-05 21:52:10 EST
Seems to happen in the Java Editor as well.
Comment 3 Mickael Istria CLA 2021-03-07 15:10:20 EST
(In reply to Nitin Dahyabhai from comment #2)
> Seems to happen in the Java Editor as well.

Do you manage to reproduce it with the plain text editor? Can it be reproduced with plain SWT?
Comment 4 Nitin Dahyabhai CLA 2021-03-07 22:10:26 EST
Created attachment 285767 [details]
plain

Yes, I can see it in the plain text editor, most easily for characters that fall only partly off screen while scrolling, even while using a monospace font (Consolas 10).
Comment 5 Mickael Istria CLA 2021-03-08 03:11:13 EST
Thanks.
Can you please try now with org.eclipse.swt.examples.texteditor.TextEditor? If this can be repeated with this TextEditor example, then the issue is clearly in SWT.
Comment 6 Nitin Dahyabhai CLA 2021-03-10 23:59:35 EST
Created attachment 285795 [details]
plain, but slowly dragged to the left

No, the standalone example application doesn't exhibit this behavior.