[Bug]: Can not type text in input fields in all actions
Closed this issue · 1 comments
tomcodes commented
Bug description
- Ctrl + ,
- Create console command (for instance, same goes for all Laravel IDEA actions I tried)
- Can not type anything
- Also I can not exit the pop-up window with Esc key
I can, however, paste in the fields, and move with keyboard arrows in some of them.
This appears to be quite recent.
Plugin version
8.2.4.242
Operating system
Linux
Steps to reproduce
No response
Relevant log output
PhpStorm 2024.2
Build #PS-242.20224.361, built on August 10, 2024
Licensed to xxx
Subscription is active until March 16, 2025.
Runtime version: 21.0.3+13-b509.4 amd64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.wl.WLToolkit
Linux 6.10.5-arch1-1
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 4096M
Cores: 20
Registry:
ide.balloon.shadow.size=0
run.processes.with.pty=TRUE
ide.new.editor.tabs.vertical.borders=true
ide.experimental.ui=true
ide.editor.tab.selection.animation=true
Non-Bundled Plugins:
org.toml.lang (242.20224.155)
com.markskelton.one-dark-theme (5.11.0)
com.chrisrm.idea.MaterialThemeUI (9.4.1)
ru.adelf.idea.dotenv (2024.2.1)
com.laravel_idea.plugin (8.2.4.242)
com.mallowigi (97.0.0)
Current Desktop: Hyprland
tomcodes commented
Seems to be related not only to Laravel IDEA: when I save a file as another one, I have the same issue (the popup is a window native to PHPStorm).
I have file an issue at Jetbrains:
https://youtrack.jetbrains.com/issue/IJPL-160653/Can-not-enter-text-in-pop-up-windows
It turns out that the issue comes from a VM option I was recommended to add to sort a pop-up placement / size issue reported earlier with the following flag: -Dawt.toolkit.name=WLToolkit
I removed this flag from VM options and now it works well.
Closing this issue.