Summary: | "Overwrite", "Reload" and "Ignore changes" buttons of "Documents modified on disk" dialog should be disabled until at least one document is selected in it | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Patrick Silva <bugseforuns> |
Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | justin.zobel |
Priority: | NOR | ||
Version: | 19.12.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/kate/commit/8c55120414edf68f8e885ef5b2034df3cbc2e21c | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | screenshot showing "Documents modified on disk" with all buttons enabled even if no document is selected |
Description
Patrick Silva
2019-10-15 14:32:34 UTC
Created attachment 125516 [details]
screenshot showing "Documents modified on disk" with all buttons enabled even if no document is selected
Humm, nothing happens if the buttons are clicked without I select the file before.
The buttons should be disabled when no file is selected in the files list.
Operating System: Arch Linux
KDE Plasma Version: 5.17.90
KDE Frameworks Version: 5.66.0
Qt Version: 5.14.1
Buttons indeed should be disabled (greyed out) until a file is selected. Confirmed on git master. A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/251 Git commit 8c55120414edf68f8e885ef5b2034df3cbc2e21c by Jan Paul Batrina. Committed on 13/02/2021 at 09:29. Pushed by cullmann into branch 'master'. [KateMwModOnHdDialog] Only enable buttons when at least one file is checked M +33 -5 kate/katemwmodonhddialog.cpp M +2 -0 kate/katemwmodonhddialog.h https://invent.kde.org/utilities/kate/commit/8c55120414edf68f8e885ef5b2034df3cbc2e21c |