https://bugs.kde.org/show_bug.cgi?id=513528
Eduard Rysavy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Eduard Rysavy <[email protected]> --- SUMMARY I've got the same problem using wayland. Running the file dialog with XWayland works as intended. STEPS TO REPRODUCE Invoke in a shell: QT_QPA_PLATFORM=xcb kdialog --getopenfilename or QT_QPA_PLATFORM=xcb kate and select "Open file ..." OBSERVED RESULTS Using this environment setting the file dialog works correctly, i.e. the completion popup list is displayed and updated incrementally immediately after pressing a key/adding a character to filter the file or directory name. Removing a character by pressing backspace worked before already. Now the delete key shows the intended result as well. The file open/save dialog in native applications like kate shows the same behavior. Changes the behavior in both the directory selection field and the file name input field. SOFTWARE/OS VERSIONS - OpenSUSE 16.0 - Session type: Wayland - Qt 6.9.1 - Plasma: 6.4.2 - KDE Gear 25.04.3 CONCLUSION The problem seems to be related to wayland input change trigger handling, with QT_QPA_PLATFORM=xcb (XWayland) it works consistently. Applying this setting for the whole session doesn't look like a viable workaround as it would shift the whole I/O towards using XWayland. -- You are receiving this mail because: You are watching all bug changes.
