Description: When you use the database wizard, select ODBC, a database name prompt textbox is displayed. However when I enter any single character, the box loses focus, and the [Next] button has focus. Steps to Reproduce: 1. Database Wizard start 2. Select Connect to existing database 3. Select ODBC from listbox 4. Click Next 5. Start typing character in textbox for name of database 6. Textbox loses focus Actual Results: Doesn't work Expected Results: Should allow entry of name as prompted Reproducible: Always User Profile Reset: No Additional Info: see above
Have tested this with LO 7.0.4.2 on OpenSUSE 15.1 64bit rpm Linux with VCL: kf5. Tried to type anything in the textbox, which appears in step 2 of the wizard. The first character will be typed, but no more characters will appear. This doesn't happen in LO 6.4.5.2, so a regression. You have to press the button "Browse" to see all the databases in odbc.ini. Pressing one key in this list box will switch to the database I'm looking for (with VCL: kf5 - not with VCL: gtk3 → will write another bug for this)
Happens with gen backend on Linux as well.
Actually, for me this happens in 6.4 as well. Could be bibisected to the following commit using repo bibisect-linux-64-6.4. Adding CC: to Caolán McNamara. https://cgit.freedesktop.org/libreoffice/core/commit/?id=69057064d8957804c76e623d57c103c3413b7cbc author Caolán McNamara <caolanm@redhat.com> 2019-08-05 17:26:53 +0100 committer Caolán McNamara <caolanm@redhat.com> 2019-08-22 16:37:16 +0200 weld ODbTypeWizDialogSetup
focus is getting grabbed by the roadmap label
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a4c9b7f3722cb496c01ae72c5897f3243523658d tdf#138829 don't grab focus to roadmap label when sync timer fires It will be available in 7.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
fixed in master, backports to 7-1 and 7-0 in gerrit
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-1": https://git.libreoffice.org/core/commit/6c315bbeb16db9dcf157f24803cff7c51ec18ed8 tdf#138829 don't grab focus to roadmap label when sync timer fires It will be available in 7.1.1. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/d11b11c39b2451b26daac4383d29eaa83dcc2bf5 tdf#138829 don't grab focus to roadmap label when sync timer fires It will be available in 7.0.5. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.