https://bugs.kde.org/show_bug.cgi?id=429838
Bug ID: 429838 Summary: New file dialog does not react to return press right away Product: frameworks-kio Version: git master Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kio-bugs-n...@kde.org Reporter: k...@privat.broulik.de CC: kdelibs-b...@kde.org Target Milestone: --- SUMMARY In the "enter file name" for new file / folder dialog, the OK button flickers between enabled and disabled and when rapidly typing a file name and hitting reutnr, nothing happens. STEPS TO REPRODUCE 1. Press F10 in Dolphin 2. Type a new file name and immediately press return 3. OBSERVED RESULT Nothing happens EXPECTED RESULT Folder with entered name is created SOFTWARE/OS VERSIONS KDE Plasma Version: 5.20.80 KDE Frameworks Version: 5.76 Qt Version: 5.15.1 ADDITIONAL INFORMATION Probably caused by disabling the button in KNewFileMenuPrivate::_k_slotTextChanged and then doing a StatJob to find whether the folder exists which then asynchronously sets the button back enabled when finished. -- You are receiving this mail because: You are watching all bug changes.