https://bugs.kde.org/show_bug.cgi?id=412737
Méven Car <meve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In|5.65 |5.69 Latest Commit|https://commits.kde.org/kio |https://commits.kde.org/kio |/816fc6f9444fe70cdddc67b94e |/6327a9f05eb242f0a5b3dd2b5d |8027fdaab99c20 |eff370cfae9fa3 Status|CONFIRMED |RESOLVED --- Comment #16 from Méven Car <meve...@gmail.com> --- Git commit 6327a9f05eb242f0a5b3dd2b5deff370cfae9fa3 by Méven Car. Committed on 04/04/2020 at 09:01. Pushed by meven into branch 'master'. FileWidgets: Ignore Return events from KDirOperator Summary: Activated event is used to handle key returns from KDirOperator. Making a Return in the KDirOperator would cause a double treatment of the event : - first KDirOperator::activated for the activated event - second KDirOperator::activated for the KeyPressEvent Key_Return FIXED-IN: 5.69 Test Plan: - Open Kate - Ctrl+Maj + S, to save file as - type a file name - go to a directory using the arrows keys and return key Before: The dialog returns immediately with the file name in the opened directory. After: The directory is opened, the user can continue specifying path. Reviewers: dfaure, ngraham, #frameworks Reviewed By: dfaure, ngraham Subscribers: ahmadsamir, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D27455 M +7 -0 src/filewidgets/kfilewidget.cpp https://commits.kde.org/kio/6327a9f05eb242f0a5b3dd2b5deff370cfae9fa3 -- You are receiving this mail because: You are watching all bug changes.