Description: In the Error Bars dialog when opened for a data series three radio buttons are selected under “Error Category”. This problem does not happen with the GTK3 backend, but happens on others like Windows and QT5 Steps to Reproduce: 1. Insert a simple chart in Writer 2. Select one data series by clicking on the line 3. Choose Insert – X / Y Error Bars Actual Results: The X/Y Error Bars for Data Series dialog shows up with three options selected under Error Category. Expected Results: Only one option selected. Reproducible: Always User Profile Reset: No Additional Info: Additional Information: Bibisected using bibisect-win32-6.3 to: URL: https://cgit.freedesktop.org/libreoffice/core/commit/?id=d4d2cd593231f97cff938d7d6b30527e310c4244 author Justin Luth <justin.luth@collabora.com> 2019-06-15 22:15:32 +0300 committer Adolfo Jayme Barrientos <fitojb@ubuntu.com> 2019-06-28 09:51:22 +0200 tdf#125609 c10 vcl/button: enforce only one radio selected on init
Created attachment 155570 [details] Example file from Writer
Created attachment 155571 [details] Screenshot of the problem in Writer
Adding CC to: Justin Luth
I can't reproduce it in Version: 6.4.0.0.alpha1+ Build ID: ee909ca2c02f949605f68720c3f1eef658502749 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded
Reproduced in Version: 6.4.0.0.alpha1+ Build ID: ee909ca2c02f949605f68720c3f1eef658502749 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded
This also affects 6.3.0.1
(In reply to Xisco Faulí from comment #4) > I can't reproduce it in > > CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Me neither, this is why the title says "non-gtk3" ;)
(In reply to Gabor Kelemen from comment #7) > (In reply to Xisco Faulí from comment #4) > > I can't reproduce it in > > > > CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; > > Me neither, this is why the title says "non-gtk3" ;) indeed, I read it afterwards...
Created attachment 155616 [details] The dialog after my proposed patch Proposed patch: https://gerrit.libreoffice.org/82247 This also fixes the vertical alignment of labels in the Error Indicator group
I imagine the problem is the multiple "active" properties set on all the radiobuttons ? If its just set on the first on each column and unset on the others then does all go well ?
Gabor Kelemen committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/3fe387010f97881cc8c5395348b73e080a9a3c4d tdf#128625 Fix radio button alignments in Error Bars dialog It will be available in 6.4.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.
Gabor Kelemen committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/6c27143563234245e5c10dd65d85470ddbfb157f tdf#128625 Fix radio button alignments in Error Bars dialog It will be available in 6.3.4. 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 "master": https://git.libreoffice.org/core/commit/b94dd252730512f14d6939a250152b3e4c9e7583 tdf#128625 set only one active radiobutton per group It will be available in 6.4.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.
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/fc4a7b464a7fe8a2f4fa043db77efc9c48809756 tdf#128625 set only one active radiobutton per group It will be available in 6.3.4. 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.
Verified in Version: 6.4.0.0.alpha1+ Build ID: fea5c10e222b10d83e0081dc1d1b2e678689d250 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Gabor Kelemen, thanks for fixing this issue!