SUMMARY Cannot close Kate on conflicting changes. STEPS TO REPRODUCE 1. Create a file (e.g. 1.txt) 2. Open the file in Kate. 3. Make some changes in Kate (don't save!) 4. Open 1.txt in Vim and make some changes, save it in Vim. 5. Try to close Kate by clicking the cross in window title, you will be asked what to do with changes in a dialog box: Overwrite/Reload/Ignore Changes. 6. Click "Ignore Changes" or try to close the dialog by clicking the cross in window title. OBSERVED RESULT Nothing happens. EXPECTED RESULT Either close the dialog and get back the previous state (before trying to close Kate), or close Kate without writing anything into 1.txt. SOFTWARE/OS VERSIONS Windows: MacOS: Linux/KDE Plasma: Fedora 29 (available in About System) KDE Plasma Version: 5.14.4 KDE Frameworks Version: 5.52.0 Qt Version: 5.11.1 ADDITIONAL INFORMATION
Tried to reproduce. What I believe is happening is that the file (1.txt) is unchecked in the in the list of the window titled "Documents modified on disk" and thus clicking "Ignore Changes" does nothing as no file is selected. Could you confirm this? While that is technically a correct behavior, it would probably be more intuitive to disable the buttons when no file is selected and select all modified files by default (which happened for me on all but the first try).
(In reply to Silas Lenz from comment #1) > Tried to reproduce. What I believe is happening is that the file (1.txt) is > unchecked in the in the list of the window titled "Documents modified on > disk" and thus clicking "Ignore Changes" does nothing as no file is > selected. Could you confirm this? You are right. Sorry for the noise. > While that is technically a correct behavior, it would probably be more > intuitive to disable the buttons when no file is selected and select all > modified files by default (which happened for me on all but the first try). Yeah, may be disable the buttons and add tooltips to tell the user why they are disabled. Or let the user click and then show a warning tell that something must be checked in the list.
Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone!
Silas, does comment #2 provide the requested information? Please set the bug status or add a comment.
> Silas, does comment #2 provide the requested information? Please set the bug status or add a comment. Yes, closing this as NOT A BUG. I might submit a patch to make this a bit clearer later on.