Description: The sidebars' character spacing button opens a popup in which you can move between the simple types (Very Tight, Tight, Normal, Loose) by arrow keys, but "Very Loose" is not part of this path and so you can't step on it by the arrow keys. Steps to Reproduce: 1. Open Impress 2. Add some text to title shape and select it 3. Open sidebar's character spacing popup ("Very Tight" is selected) 4. Move the selection by arrow keys Actual Results: The last item called "Very Loose" can't be stepped on. Expected Results: The last item also should be accessible by arrow keys. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.90 Safari/537.36
Created attachment 135494 [details] Character spacing popup with "Normal" item selected
Hi Tamás, Caonnot reach it too with LO 6.0.0.0.alpha0+ Build ID: 88179e3de8865ea07d5017ca0723afd10ad44ba7 CPU threads: 2; OS: Windows 6.1; UI render: default; TinderBox: Win-x86@39, Branch:master, Time: 2017-08-06_23:49:25 Locale: fr-FR (fr_FR); Calc: CL
Let's turn this into a easy hack. The code is here: svx/uiconfig/ui/textcharacterspacingcontrol.ui Needs only a relayouting of the buttons to be part of the same container unit.
Gabor Kelemen committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e3c2968b78a653932a82324bebd4e3cfd69511ad tdf#111734 Reorder buttons to reach them with the Down arrow It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.