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

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jun 6 12:15:42 UTC 2019


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

--- Comment #5 from Justin L <jluth at mail.com> ---
Created attachment 151964
  --> https://bugs.documentfoundation.org/attachment.cgi?id=151964&action=edit
patch125609.diff: debug and almost-fix

Test the following situations:
-only one radio-button form control - no infinite loops
-a checkbox and only one radio-button - again no infinite loops
-test against uiwriter/data2/tdf108687_tabstop.odt - multiple groups

The debug indicates that there are NO identified groups in OP's example
document (which is incorrect of course. The buttons have the identical name,
which is the old-school way of grouping radio buttons). So that suggests there
are more things messed up here. If the groups where OK, then this patch should
work. (However, there are still other things at play, since in LO 6.2, just
verifying that radio-button1 is selected is enough to "fix" the problem. I
think that the act of selecting it removes the tabstop from all others. How it
knows which radio-buttons to de-tabstop is still a mystery to me.)

-- 
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/20190606/52ecd41b/attachment-0001.html>


More information about the Libreoffice-bugs mailing list