Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » Unable to see Caret in Jface TableViewer for StyledTextCellEditor on Ubuntu 20.04.2 LTS(Unable to see Caret in Jface TableViewer for StyledTextCellEditor on Ubuntu 20.04.2 LTS)
Unable to see Caret in Jface TableViewer for StyledTextCellEditor on Ubuntu 20.04.2 LTS [message #1855283] Thu, 06 October 2022 09:33 Go to next message
Pramod Mising name is currently offline Pramod Mising nameFriend
Messages: 7
Registered: July 2012
Junior Member
Hi,
We are not able to see caret on StyleTextCellEditor in JFace TableViewer, below is the configuration of machine, This works fine on windows and mac machine.
Ubuntu 20.04.2 LTS
GNOME Version - 3.36.8
rg.eclipse.swt.internal.gtk.theme=Yaru
org.eclipse.swt.internal.gtk.version=3.24.20
org.eclipse.swt.internal.webkitgtk.version=2.36.8

Please find attach sample code for the same.

Thanks In Advance.
Re: Unable to see Caret in Jface TableViewer for StyledTextCellEditor on Ubuntu 20.04.2 LTS [message #1855766 is a reply to message #1855283] Wed, 02 November 2022 11:07 Go to previous message
Pramod Mising name is currently offline Pramod Mising nameFriend
Messages: 7
Registered: July 2012
Junior Member
Hi,
We have cloned the org.eclipse.swt.custom.StyledText.java and tried to debug the same, found out in method handlePaint() where caret is traversed from list of carets, the loop starts from 1, Changing the starting iteration from 1 to 0 makes caret visible in linux, Also there is no side effect on other OS.
Previous Topic:how interrupt the treeviewer refresh behavior
Next Topic:TreeViewerColumn images not centering
Goto Forum:
  


Current Time: Thu Apr 25 16:10:32 GMT 2024

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

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

Back to the top