[tw5] Re: Style refresh issue in radio inputs when using a template

2020-11-26 Thread Saq Imtiaz
@eshka thank you for the feedback! On Thursday, November 26, 2020 at 2:13:29 PM UTC+1 Eskha wrote: > Hello Saq, > > Thank you for this updated version of the radio widget. > I can confirm that it resolves the problem. > > > Best regards, > > Eskha > Le mardi 24 novembre 2020 à 19:41:13 UTC+1, saq

[tw5] Re: Style refresh issue in radio inputs when using a template

2020-11-26 Thread Eskha
Hello Saq, Thank you for this updated version of the radio widget. I can confirm that it resolves the problem. Best regards, Eskha Le mardi 24 novembre 2020 à 19:41:13 UTC+1, saq.i...@gmail.com a écrit : > @Eshka I think you are correct that there is a bug in the refreshing of > the widget. >

[tw5] Re: Style refresh issue in radio inputs when using a template

2020-11-24 Thread Saq Imtiaz
@Eshka I think you are correct that there is a bug in the refreshing of the widget. There is a ticket underway with work on the radio widget which might, amongst other things, resolve the problem. Could you please test this version of the widget: https://raw.githubusercontent.com/Jermolene/Tidd

[tw5] Re: Style refresh issue in radio inputs when using a template

2020-11-24 Thread Eskha
Thank you Tones for your answer. Unfortunately, it does not solve my issue: to have different background color on each label when it is selected. For instance a green background when yes is selected and red one when no is selected. After investigation, I wonder if there is not something to modi

[tw5] Re: Style refresh issue in radio inputs when using a template

2020-11-23 Thread TW Tones
Eskha, I used your minimal test case on edge and it is not working through the Test tiddler (Via the view template) although it works in Chrome and Firefox. However I changed the CSS to the following and it works in edge. *.tc-radio-selected {* *background-color: #ffc;* *}* I do not know why