[Libreoffice-bugs] [Bug 125609] New: radiobutton receives item status changed event after listbox value selection

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri May 31 12:34:32 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=125609

            Bug ID: 125609
           Summary: radiobutton receives item status changed event after
                    listbox value selection
           Product: LibreOffice
           Version: 6.2.4.2 release
          Hardware: All
                OS: Windows (All)
            Status: UNCONFIRMED
          Keywords: bibisected, bisected, regression
          Severity: normal
          Priority: medium
         Component: framework
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: oliver.brinzing at gmx.de

if a listbox is connected to a macro via item status changed event and the
macro disables the listbox control while the code is running after a selection
was made, a second event is fired for a radiobutton.

steps to reproduce:
- open attached spreadsheet
- select a value from listbox, e.g. "9"
-> MsgBox "RadioButton 2" appears

not reproducible with LO 6.1.6.3

i was able to find the problematic commit:

https://gerrit.libreoffice.org/plugins/gitiles/core/+/f2cd1c3c7cce2699d1341f726fc90cf30b52612c

gerrit.libreoffice.org / core / f2cd1c3c7cce2699d1341f726fc90cf30b52612c
commit  f2cd1c3c7cce2699d1341f726fc90cf30b52612c        [log]
author  Justin Luth <justin.luth at collabora.com> Sat Nov 03 21:56:40 2018 +0300
committer       Caolán McNamara <caolanm at redhat.com>    Mon Nov 05 10:02:12
2018 +0100
tree    15cbd44f997070f3218f250df0f3e475b957d99a
parent  cb9d192f18082d517b805f5d84fc62bde6319ded [diff]

tdf#108687 vcl: always enable tabstop on radio buttons

...as long as they are not WB_NOTABSTOP of course,
just like checkboxes.

Even though all of the radio buttons are now marked
as WB_TABSTOP, the tab still only stops once inside
the radio group. That's perfect.

Without this, if none of the radio boxes was checked,
then the entire group was tab-skipped.

As a copy/paste programmer, I don't know how to
test this because there were no close enough examples
to follow.

Change-Id: I3c559fb274d736cbd2f56a6a8ddc1ca5a2cfe681
Reviewed-on: https://gerrit.libreoffice.org/62822
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190531/3bd79e7f/attachment.html>


More information about the Libreoffice-bugs mailing list