Open dialog Formatting > Conditional Formatting Focus is on ADD So hit space > OK works Try to go to the list control for the Condition with Tab or so > does not work = not OK Use the mouse to go to the list control Make a selection Tab to go to the field for a value/formula or so > focus goes to ADD = not OK
Is expected because I did not yet specify any tab parameters and/or tab order. Will do that for RC1.
This did not make it into RC1 will include it in 3.6.1
Hmm seems that it is not easily possible. The problem is that the entry is a special control which gives all the control to its parent. I need tot hink more about it.
*** Bug 56908 has been marked as a duplicate of this bug. ***
keyword 'regression' .. new functionality.. ah well, the old dialog worked with key-board navigation :-)
(also see bug 57469)
The trick here (with the classic .src format) is using DialogControl to specify that the tab traversal goes "into" controls that are containers for other controls.
proposed to 4-0 as https://gerrit.libreoffice.org/3656
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f0596516b943f90632ff4bbca83f4ce825e3b433 Resolves: fdo#51556 allow tab traversing into the conditional formatting list 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.
Caolan McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=24eb9d6f32397dabf5e52671090fd7607bcc1cf2&h=libreoffice-4-0 Resolves: fdo#51556 allow tab traversing into the conditional formatting list It will be available in LibreOffice 4.0.4. 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.