Description: UI: The single column button is not pre-selected by default in columns dialog (while being set to 1 colum Steps to Reproduce: 1. Open Writer 2. Format -> Columns Actual Results: Non of the column buttons is pre-selected Expected Results: The first one should be selected Reproducible: Always User Profile Reset: No Additional Info: Version: 6.3.0.4 (x86) Build ID: 057fc023c990d676a43019934386b85b21a9ee99 CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; Locale: nl-NL (nl_NL); UI-Language: en-US Calc: CL
Created attachment 153303 [details] Screenshot
Reproduced in Version: 6.5.0.0.alpha0+ Build ID: d6e2d624a124454fa4ac80cb30a924571a609101 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Heiko, anyone from the UX team who might be interested in this issue ?
Another interesting UI topic
I looked at the code that does this and IMHO this is NAB. The 5 presets to the right of the columns spin box are used to simply fill the widths and spacing and columns values to the values of the presets. No record of if a preset was used to set these values is stored. To see this, select one of the presets and press OK then reopen the Columns dialog. The preset used to set the values is not selected on reopen. The values set by the preset are present.
(In reply to Jim Raykowski from comment #4) > ...select one of the presets and press OK then reopen the Columns dialog. Or just change the value in the spinner. And this is exactly what we have to do, the preset toggle buttons should reflect the spinner value.
Checked again with 7.0.5 and clicking one of the presets does change the number in the spin edit. The other way around is NAB, as Jim pointed out.