Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 18:26 Go to next message
munaswamy mvm is currently offline munaswamy mvmFriend
Messages: 2
Registered: August 2012
Junior Member
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 05:33]

Report message to a moderator

Re: Issue with libs of org.eclipse.jface. in Linux Platform [message #1842945 is a reply to message #1842928] Wed, 07 July 2021 08:49 Go to previous message
Rolf Theunissen is currently offline Rolf TheunissenFriend
Messages: 260
Registered: April 2012
Senior Member
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: Sat May 04 15:16:22 GMT 2024

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

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

Back to the top