You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We have a problem with the RadioButtons buttons located in the RadioSet. 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 a refresh call in the watch__selected method.
Workaround code:
class MyRadioSet(RadioSet):
def watch__selected(self) -> None:
super().watch__selected()
self.refresh(layout=True)
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 a
refresh
call in thewatch__selected
method.Workaround code:
Textual diagnose:
The text was updated successfully, but these errors were encountered: