TaskList item highlight doesn't toggle even after the checkbox gets toggled back to not done
- Markwon version: 4.6.2
- Render a standard task-list item
- Mark the checkbox done - the checkmark appears, checkbox colours change as expected - the rest of the item (ie text) gets highlighted
- Toggle the checkbox back to not done - the checkmark disappears and checkbox to its original state - but the highlighted text remains highlighted
- The entire textview should also revert to its original state when the checkbox was unchecked (and possibly it should be controllable to never have changed its background colour in the first place)
Using the basic/trial implementation suggested here https://noties.io/Markwon/docs/v3/ext-tasklist/#task-list-mutation - looked like a bug hence reporting.
^ checkbox was unchecked but the text item still remained highlighted
Hello @amar-w ,
thank you for brining attention to this. I can confirm that this happens. A quick search reveals that this can be fixed by setting highlight color of a TextView
Hi, @noties. Thanks. Yes, I was able to test that back then when I was exploring the extension but I didn't dig into ext code and rather decided to not use the extension. Used stock Checkbox with Markwon rendering the text. I raised the bug for the ext impl in case it was to be fixed.