Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Issue with libs of org.eclipse.jface. in Linux Platform (Treeview child nodes not visible in Linux operating system when compare to Windows OS during check box operation)
Issue with libs of org.eclipse.jface. in Linux Platform [message #1842928] Tue, 06 July 2021 14:26 Go to next message
Eclipse UserFriend
Reproduce steps:
1. On RHEL7, 64-bit eclipse SDK, create RCP based view.
2. when clicking on the check box(check /uncheck), the event fires to expand the tree view.
3. The tree view has to expand and show the child nodes(elements)

the same working fine during the same operation in Windows 10, however, it's not working in the Linux environment.

somthing wrong when flow of code inside the linux enviornment:
at public abstract class org.eclipse.jface.window.Window implements org.eclipse.jface.window.IShellProvider
and public class org.eclipse.swt.widgets.TypedListener implements org.eclipse.swt.widgets.Listener

Question :

1) Is this because the libs of Jface related in Linux have some issues?
2)Whereas in a window operating system on click of the check box the tree view redraws/refresh working fine as expected.

[Updated on: Wed, 07 July 2021 01:33] by Moderator

Re: Issue with libs of org.eclipse.jface. in Linux Platform [message #1842945 is a reply to message #1842928] Wed, 07 July 2021 04:49 Go to previous message
Eclipse UserFriend
Eclipse uses SWT for its user-interface, JFace are extentions to SWT. SWT has native backends for each supported OS. That is, there is a different implementation on Windows and on Linux (which is based on GTK). So there can be differences in behavior (and bugs) on the different platforms. If you think you have found a bug, please report it here: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform, as component choose UI or SWT. If you can attach a piece of code to reproduce the issue, that would be really helpful.
Previous Topic:Cannot get DND to call dragSetData or drop
Next Topic:Plugin Product Takes 10 minutes to start
Goto Forum:
  


Current Time: Wed Jul 09 08:25:57 EDT 2025

Powered by FUDForum. Page generated in 0.05312 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top