Open
Description
Initially posted in the forum
I am testing the linux-v72.0 package without any modifications and it seems that the keyboard input is not working. I cannot type anything in the text fields in forms.php, nor can I scroll long pages using the keyboard (Page Up, Page Down, arrow keys). The developers tools work fine however, so this problem is present only in the main browser window.
Here are my system specifications:
- Debian GNU/Linux 9 (stretch) (amd64)
- plasmashell 5.8.6
- Qt: 5.7.1
- KDE Frameworks: 5.28.0
- GTK2: libgtk2.0-0: 2.24.31-2
- GTK3: libgtk-3-0: 3.22.11-1
Here is a sample debug output from the console.
I have tested all packages from the linux-v70.0 release to see if the bug is present in any of them:
- phpdesktop-linux-70.0 - ✔️ works (there is keyboard input)
- phpdesktop-linux-70.1 - ✔️ works (there is keyboard input)
- phpdesktop-linux-70.2 - ❌ program doesn't start due to a segmentation fault
- phpdesktop-linux-70.3 - ❌ doesn't work (there is no keyboard input)
- phpdesktop-linux-72.0 - ❌ doesn't work (there is no keyboard input)
As per Czarek's request I've built the cefclient from cef_binary_3.3626.1883.g00e6af4_linux64 and it is working fine.