steps: 1. open writer 2. click insert table group button 3. notice focus is on 'more options' button 4. click insert special characters group button 5. notice focus isnt on the button The glade code is set for it to receive default focus, but it still isnt receiving it. https://opengrok.libreoffice.org/xref/core/sfx2/uiconfig/ui/charmapcontrol.ui#421 Version: 6.0.0.0.alpha1+ Build ID: 118a0a3734a3f794c67a9d7d4376d8ed78a96fee CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; Locale: en-US (en_US.UTF-8); Calc: group
I can confirm with Version: 6.0.0.0.alpha1+ Build ID: d76c4e5c9aaf8bd27ec97679bcaeba5b18aca493 CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3; focus is on the first item of favourites.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
I'm not sure to understand exactly this issue, I don't see a more button on the special character dialog on LibreOfficeDev 6.3 built this week. @Buovjaga : Do you confirm what I'm thinking ? Best regards, Alex.
The focus is now correctly on the "More options" button, when I click on the toolbar button. Both with gtk2 and gtk3. Arch Linux 64-bit Version: 6.3.0.0.alpha0+ Build ID: d559c28e9e65f3be415ec2e36ee90aa147e65b84 CPU threads: 8; OS: Linux 4.20; UI render: default; VCL: gtk3; Locale: fi-FI (fi_FI.UTF-8); UI-Language: en-US Calc: threaded Built on 1 March 2019
This accidentally started working after the following commit, which resulted in bug 123793. Let's call it fixed for now, but simply fixing bug 123793 will make this bug return. https://cgit.freedesktop.org/libreoffice/core/commit/?id=3014e5f362c77c546452d45fcde96fcbae27235e author Caolán McNamara <caolanm@redhat.com> 2018-04-29 21:15:22 +0100 committer Caolán McNamara <caolanm@redhat.com> 2018-04-30 11:41:54 +0200 hook up can-focus to ability to tab into the widget
(In reply to Alex ARNAUD from comment #3) > I'm not sure to understand exactly this issue, I don't see a more button on > the special character dialog on LibreOfficeDev 6.3 built this week. Alex, this bug is about the Insert Special Characters group button. Clicking on it shows a dropdown with the favorite entries from the dialog, the recently entered special characters, and a button that opens the dialog (named More Characters...). Previously the focus was on the first favorite character, and it was possible to tab through the favorites. Currently the focus is on the button, and it's not possible to reach the other special characters (favorites / recent ones) on this group button using the keyboard. I opened bug 123793 on this issue.