Open jakubziebin opened 4 months ago
@jakubziebin Without an MRE it is going to be difficult to diagnose.
I see you are doing some kind of customization, can you at least let us know what you changed over the defaults?
Sorry for the late reply. I customizied radio-button:
class CustomRadioButton(RadioButton):
"""Due to bug in Ubuntu we have to replace icon of the RadioButton by simple 'O'."""
BUTTON_INNER = "O"
and the radio set adjusted as I sent it. Unfortunately, I can't reproduce this with the MRE.
I can't reproduce this. Can you share the code you are using to create and modify the radio set?
Hello, We have a problem with the
RadioButtons
buttons located in theRadioSet
. When switching the buttons, sometimes the situation with the video appears. issue_textual.webm Unfortunately, it is not possible to reproduce the problem with MRE (or it is so difficult). We do a workaround for this problem by adding arefresh
call in thewatch__selected
method. Workaround code:Textual diagnose: