Description: Since years, I turn on SAL_USE_VCLPLUGIN=gen because I can not use many of my database forms with SAL_USE_VCLPLUGIN=gtk. The attached screen recordings demonstrate some of my issues regarding a table control losing focus and changing listbox values unexpectedly when navigating by up/down arrow keys. GtkForm.mp4 demonstrates the issues. GenericForm.mp3 demonstrates how it properly works with the generic toolkit. Steps to Reproduce: 1. Start up a Gtk desktop. Open my database and the form therein. 2. Focus a listbox column ("Category"or"Person") in the grey table control, hit up/down arrows. 3. Actual Results: Listbox value changes because it takes the up/down key. Expected Results: Up/down should move within the record set unless a listbox has been dropped down. Reproducible: Always User Profile Reset: Yes Additional Info: See screen recordings with gtk and with generic toolkit.
Created attachment 189151 [details] Screen recording with Gtk toolkit
Created attachment 189152 [details] Screen recording with generic toolkit
Created attachment 189153 [details] The database used for the screen recording
On pc Debian x86-64 with master sources updated today, I confirm gen rendering is ok and smooth but gtk rendering is even worse for me, up/down arrows don't work.