onboard doesn't response with wine application

Questions about Wine on Linux
Locked
elita
Newbie
Newbie
Posts: 1
Joined: Mon Feb 10, 2020 3:18 am

onboard doesn't response with wine application

Post by elita »

Hello :D

Bug description:
When a WINE application is open with "Maximized" status and without "FormBorderStyle" the Onboard keyboard loses the focus and stops receiving touch events.

C# (WinForm) main Form configuration (running on WINE):
FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
WindowState = System.Windows.Forms.FormWindowState.Maximized

Expected behaviour:
Onboard keyboard keep receving touch events.

What happened instead:
Onboard keyboard stops receiving touch events, to make it working I need to press Ctrl+Tab (or Ctrl+WIN) on a physical keyboard.

You have any idea?

[Xorg][Linux version Debian 9.0][Wine Version 4.0]
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: onboard doesn't response with wine application

Post by Bob Wya »

elita wrote: Fri Feb 28, 2020 5:58 am
[Xorg][Linux version Debian 9.0][Wine Version 4.0]
Please re-test your application with a supported version of Wine.
See: WineHQ Download: Debian.

Thanks
Bob
Locked