Description: When you select multiple items of a list of Tables and Views in the Base window and try to delete them all at once a message box asks if you want to delete the first one selected or 'ALL' of the items. Executing the ALL button should do just that - in 6.1 Beta 1 (and not in 6.0.4 or 5.4.7) it actually takes you to the help page about the ALL button. Steps to Reproduce: 1. open attached file 2. go to Tables section, answer later in the migration assistant message 3. select the first 6 items in the list of views and tables (actually 2 or more) 4. Enter DELETE key 5. A message box opens "Do you want to delete the table '1. Data Fields for Custom Reports'?" and displays three buttons, click on ALL Actual Results: The local help page for Base is displayed. Expected Results: All the selected items should be deleted. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/66.0.3359.181 Chrome/66.0.3359.181 Safari/537.36
Created attachment 142667 [details] example file with lots of views
On pc Debian x86-64 with master sources updated today, I could reproduce this.
On pc Debian x86-64 with LO Debian package 6.0.5.1, I don't reproduce this => regression
Regression introduced by: author Caolán McNamara <caolanm@redhat.com> 2018-03-20 17:17:10 +0000 committer Caolán McNamara <caolanm@redhat.com> 2018-03-22 00:27:49 +0100 commit a084d003a927440fb56b11a0b7175360a1af41ab (patch) tree 830911bfed2ad1f34730156d506bc9fd5c7c392c parent 519293447189f75e842065f7ff211d395d0da4b6 (diff) weld OSQLMessageBox Bisected with: bibisect-linux64-6.1 Adding Cc: to Caolán McNamara
bah, dbaccess local RET_ALL is set to the same value as RET_HELP
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=ec36da3788ffc7007dadc568d00f019c0ea831b4 Resolves: tdf#118120 RET_ALL shares same value as RET_HELP It will be available in 6.2.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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f2d2e3dc7ddccd490b6829310340942b710057e7&h=libreoffice-6-1 Resolves: tdf#118120 RET_ALL shares same value as RET_HELP It will be available in 6.1.0.1. 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.
Verified using Ubuntu 18.04 and build: Version: 6.2.0.0.alpha0+ Build ID: 5c64e8034bf30822cd9f713babff5c1d9db73a0c CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2018-06-22_05:00:33 Locale: en-US (en_US.UTF-8); Calc: group threaded and build Version: 6.1.0.0.beta2+ Build ID: 2acaf22274068fbc4181120084aa372254e11686 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:libreoffice-6-1, Time: 2018-06-21_02:23:27 Locale: en-US (en_US.UTF-8); Calc: group threaded So close it.