On pc Debian x86-64 with master sources updated yesterday + gtk3 rendering, impossible to select Yes or No button to indicate that we want to replace the file or not. Steps to reproduce: 1) Create "test.odb" on a directory 2) Launch Base 3) Try to create a brand new DB file and call it "test.odb" too in the same directory 4) Popup "A file named "test.odb"already exists. Do you want to replace it?" + "Yes" and "No" button => No button is selected by default => Impossible to click on any of them I don't reproduce this with gtk rendering.
Repro. I had to press Esc on Keyboard and then I could close the dialog. Arch Linux 64-bit, KDE Plasma 5 Version: 5.3.0.0.alpha0+ Build ID: e1ca24369142af3e721e789bf757be671e1905b7 CPU Threads: 8; OS Version: Linux 4.6; UI Render: default; Locale: fi-FI (fi_FI.UTF-8) Built on June 10th 2016
With master sources updated today (5bf3ae663a2189e37959235cda8c6a4051e10a1a), I can still reproduce this. Caolán: thought you might be interested in this one since it concerns gtk3 only bug.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-5-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=83b7c1ae8068787212f757b9c8b9c317537a2dd2&h=libreoffice-5-2 Resolves: tdf#100327 gtk3 fpicker yes/no dialog modal trouble It will be available in 5.2.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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e50caebc02ee2045a38a39b4a4c644da0d678541 Resolves: tdf#100327 gtk3 fpicker yes/no dialog modal trouble It will be available in 5.3.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.
With master sources updated today, I don't reproduce this. Thank you Caolán!