https://bugs.kde.org/show_bug.cgi?id=525049
Andrius Štikonas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #1 from Andrius Štikonas <[email protected]> --- (In reply to jpotapski from comment #0) > DESCRIPTION > Under certain conditions the "OK" button becomes inaccessible when trying to > format a partition. > > STEPS TO REPRODUCE > 1. Right click an unallocated region > 2. Click "New > 3. Toggle "Encrypt with LUKS" on (the box only appears on some file systems, > e.g. btrfs) > 4. Toggle it off again > 5. Change the file system to anything else > > OBSERVED RESULT > After that the "OK" button at the bottom becomes grayed out until you either > close and reopen the dialog, you toggle the check box again or actually > enable encryption. The last two workarounds aren't possible for some file > systems. > > EXPECTED RESULT > Since toggling on and off should arrive back at the same state as before, it > shouldn't make the button inaccessible. > > SOFTWARE/OS VERSIONS > Operating System (available in the Info Center app, or by running `kinfo` in > a terminal window): > KDE Plasma Version: 6.7.4 > KDE Frameworks Version: 6.29.0 > Qt Version: 6.11.1 > > ADDITIONAL INFORMATION > This happened to me a couple of times when miss-clicking the File System > selection This seems to happen because at the beginning m_IsValidPassword is initialized to true but when you select LUKS m_IsValidPassword becomes false (due to empty string in the password) -- You are receiving this mail because: You are watching all bug changes.
