SUMMARY When navigating through the different properties in a properties window using the TAB key. STEPS TO REPRODUCE 1. Open a properties window. ("Filter Mask Properties" is where I discovered it first) 2. Click into any property and then press TAB 3. See if the property in focus is the one you expected to be next 4. Repeat step 2-3 until you have navigated all the properties. OBSERVED RESULT In "Filter Mask Properties" the option focus order is as follows: 1. Layer name 2. Type 3. Colorize 4. Hue (slider) 5. Saturation (spinner) 6. Saturation (slider) 7. Lightness (slider) 8. Lightness (spinner) 9. Hue (spinner) 10. Reset 11. OK 12. Cancel EXPECTED RESULT For "Filter Mask Properties" 1. Layer name 2. Type 3. Hue (slider) 4. Hue (spinner) 5. Saturation (slider) 6. Saturation (spinner) 7. Lightness (slider) 8. Lightness (spinner) 9. Colorize 10. Reset 11. OK 12. Cancel SOFTWARE/OS VERSIONS Windows: 10 ADDITIONAL INFORMATION This is not only the case for "Filter Mask Properties" a similar bonkers navigation order is present in "Layer Properties".
Note: How to access it: Create a mask, right-click, select "Properties...", click the name field, then press Tab a few times. The Layer Properties are less insane than the mask ones. Confirming.
The layers dialog now doesn't prevent the user from using the canvas, so using Tab only gets me to the Canvas-only mode...
Git commit 4826656afce8b608bd3cec2de7126405aa93d087 by Agata Cacko. Committed on 22/08/2021 at 22:49. Pushed by tymond into branch 'master'. Fix tab order in HSV Adjustments Filter widget Before this commit, the tab order in HSV Adjustment Filter widget was very incorrect and looked random. This commit adds the specfic order to the .ui file so now the order is correct. M +8 -0 plugins/filters/colorsfilters/wdg_hsv_adjustment.ui https://invent.kde.org/graphics/krita/commit/4826656afce8b608bd3cec2de7126405aa93d087
Git commit 3de6cffc0e0751a70b084b91954aaca5dc0522af by Halla Rempt, on behalf of Agata Cacko. Committed on 23/08/2021 at 08:57. Pushed by rempt into branch 'krita/5.0'. Fix tab order in HSV Adjustments Filter widget Before this commit, the tab order in HSV Adjustment Filter widget was very incorrect and looked random. This commit adds the specfic order to the .ui file so now the order is correct. (cherry picked from commit 4826656afce8b608bd3cec2de7126405aa93d087) M +8 -0 plugins/filters/colorsfilters/wdg_hsv_adjustment.ui https://invent.kde.org/graphics/krita/commit/3de6cffc0e0751a70b084b91954aaca5dc0522af