| Summary: | UI Multiple radio buttons selected in Error Bars dialog (non-gtk3) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | NISZ LibreOffice Team <libreoffice> |
| Component: | Writer | Assignee: | Gabor Kelemen (allotropia) <kelemeng> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | jluth, kelemeng, nemeth, oliver.brinzing, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.3.0.1 rc | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=125609 https://bugs.documentfoundation.org/show_bug.cgi?id=108687 |
||
| Whiteboard: | target:6.4.0 target:6.3.4 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
Example file from Writer
Screenshot of the problem in Writer The dialog after my proposed patch |
||
|
Description
NISZ LibreOffice Team
2019-11-06 10:30:54 UTC
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! |