Skip to main content



      Home
Home » Eclipse Projects » NatTable » Mysterious popup text editor on Linux - ComboBoxCellEditor
Mysterious popup text editor on Linux - ComboBoxCellEditor [message #1856646] Tue, 20 December 2022 12:47 Go to next message
Eclipse UserFriend
Hey there,

When using the dropdown cell editors (ComboBoxCellEditor) on Linux, if the user double clicks on a cell editor, the dropdown is made visible and is given focus. However, if the user starts typing a mysterious popup text editor appears underneath the dropdown and takes the text. This does not appear on windows and I'm having trouble finding out where it comes from.

I'm not sure it's coming from NatTable itself because of it only appearing on Linux but maybe from the underlying SWT code?

Image below:
index.php/fa/42795/0/

Cheers
Jonathan
  • Attachment: image.png
    (Size: 88.83KB, Downloaded 198 times)
Re: Mysterious popup text editor on Linux - ComboBoxCellEditor [message #1856648 is a reply to message #1856646] Tue, 20 December 2022 15:33 Go to previous messageGo to next message
Eclipse UserFriend
Can't tell. Haven't seen this before. The control that is opened is the NatCombo, which is actually also a small custom control created by the NatTable project. It seems you have configured free editing for the combobox editor? Maybe again some swt glitch on gtk. Hard to tell why the arrangement of text control and drop down shell is different on Linux.
Re: Mysterious popup text editor on Linux - ComboBoxCellEditor [message #1856830 is a reply to message #1856648] Wed, 04 January 2023 21:01 Go to previous messageGo to next message
Eclipse UserFriend
We have configured free editing on the cell editor(to allow the user to create a new object if there are none, or edit the description of the currently selected object) and in the drop down (to allow the user to add a new object). I'll check and see if it happens with free editing off, maybe on Linux it's adding it for the dropdown even though there is nothing to edit.
Re: Mysterious popup text editor on Linux - ComboBoxCellEditor [message #1858866 is a reply to message #1856830] Wed, 26 April 2023 22:00 Go to previous messageGo to next message
Eclipse UserFriend
Hey Dirk,

Just to let you know, the issue turned out to be due to the Table widget from SWT in Linux, for whatever reason in the Linux version it defines a search box for the dropdown that is active unless you set the Table style to "VIRTUAL". This search box seems to be non-functional but it still shows up if you type whilst the dropdown is active and selected.
Re: Mysterious popup text editor on Linux - ComboBoxCellEditor [message #1858867 is a reply to message #1858866] Thu, 27 April 2023 01:45 Go to previous message
Eclipse UserFriend
Thanks for the update on this. Hope it will be fixed in SWT then soon.
Previous Topic:questions about LinkClickConfiguration
Next Topic:Remove row number
Goto Forum:
  


Current Time: Sun May 18 22:52:10 EDT 2025

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

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

Back to the top