Created attachment 141082 [details] screen print of dialog Install extension Get newer version Install that one LibreOffice asks if the installed should be replaced, offering Cancel > No cancel available
found in Version: 6.1.0.0.alpha0+ Build ID: 96300e3292217a7c1f3ab2a302be7c7ace445e81 CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk2; TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time: 2018-04-03_17:42:07 Locale: nl-NL (nl_NL.UTF-8); Calc: group
True. But since you can close the dialog which cancels it, it's trivial. New.
Regression introduced by: author Caolán McNamara <caolanm@redhat.com> 2018-02-19 16:33:35 +0000 committer Caolán McNamara <caolanm@redhat.com> 2018-02-22 22:07:38 +0100 commit 6a4c464b49dbfa2801818ead1b50bc9580824d00 (patch) tree 3d6381b6b13576bc536670992b36784436486e95 parent f7733528e88a6619f82b54b59e92a9bca72c0a89 (diff) weld native message dialogs just the straight-forward MessageDialog cases first a) remove border_width from message dialog .ui so as to take the default border width b) retain 12 as default message dialog border for vcl widget case c) remove layour_style from message dialog button boxes so as to take the default mode (a no-op for vcl widget case) d) use gtk response ids (vcl builder will converts to vcl ones) Bisected with: bibisect-linux64-6.1 Adding Cc: to Caolán McNamara For the test, I used this extension: https://sourceforge.net/projects/texmaths/files/
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d39a8e791618a40328c0f90bece3cc246dcf57f7 Resolves: tdf#116796 Ok -> OkCancel It will be available in 6.1.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.
Verified in Version: 6.1.0.0.alpha0+ Build ID: 0a4c1fb68c3619e61099a7c548f550b0d3fd7a53 CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group Caolán, thanks for fixing this!