-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GTK3] images are cropped and/or not displayed in Tree with SWT.VIRTUAL #1739
Comments
zkxvh
added a commit
to zkxvh/eclipse.platform.swt
that referenced
this issue
Jan 20, 2025
zkxvh
added a commit
to zkxvh/eclipse.platform.swt
that referenced
this issue
Jan 20, 2025
Fixes image display problems (cropping, not showing) for Tree and Table (both normal and virtual variants). Fixes eclipse-platform#1739
zkxvh
added a commit
to zkxvh/eclipse.platform.swt
that referenced
this issue
Jan 21, 2025
zkxvh
added a commit
to zkxvh/eclipse.platform.swt
that referenced
this issue
Jan 21, 2025
Fixes image display problems (cropping, not showing) for Tree and Table (both normal and virtual variants). Fixes eclipse-platform#1739
Hi, I am also seeing the same issue with below environment. Environment Eclipse SDK Let me try your pr now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Images in a tree with
SWT.VIRTUAL
often displayed as cropped or not shown at all.Example 1:
Start the snippet below and press the following buttons:
[2,1]
, then[3,2]
and finally[1,0]
.This is what I get: image for
[3,2]
is cropped, image for[1,0]
isn't shown:Example 2:
Start the snippet below and do the following:
[32,1]
[32,1]
[33,2]
and[31,0]
This is what I get: images for
[31,0]
,[32,1]
and[33,2]
are cropped:To Reproduce
Expected behavior
Images should be shown and should not be cropped.
Screenshots
See above.
Environment:
Additional OS info (e.g. OS version, Linux Desktop, etc)
Ubuntu 24.04.1 LTS
Windowing System x11
X.Org version: 21.1.11
XFCE 4.18
GTK 3.24.41
JRE/JDK version
OpenJDK 64-Bit Server VM (build 17.0.13+11-Ubuntu-2ubuntu124.04, mixed mode, sharing)
Version since
SWT 4.964
Workaround (or) Additional context
Sometimes the snippet may crash because of #678
The text was updated successfully, but these errors were encountered: