| Summary: | "Backup File Suffix" field is not editable | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Franck Rabeson <rabeson.franck> |
| Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dra.w.p.il.e+bugskde |
| Priority: | NOR | ||
| Version First Reported In: | 5.3.2.1 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | All | ||
| Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/a7fc8aefbbb633b3fe2e19de44100943b13460a6 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Franck Rabeson
2026-06-07 21:52:57 UTC
Can confirm, this is caused by e13edec3dcd403e6e451978d3e4af999eb614b2e that incorrectly assigns the resource path validator to this field. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2818 Git commit a7fc8aefbbb633b3fe2e19de44100943b13460a6 by Halla Rempt, on behalf of Carsten Hartenfels. Committed on 11/06/2026 at 08:40. Pushed by rempt into branch 'master'. Fix writable resource path validator By assigning it to the correct text field and returning Intermediate instead of Invalid so that the user can actually type something into this field at all. M +2 -2 libs/ui/dialogs/kis_dlg_preferences.cc https://invent.kde.org/graphics/krita/-/commit/a7fc8aefbbb633b3fe2e19de44100943b13460a6 |