jupyter-book / jupyterlab-myst

Use MyST Markdown directly in Jupyter Lab
https://jupyter-book.github.io/jupyterlab-myst/
BSD 3-Clause "New" or "Revised" License
140 stars 17 forks source link

interactive task lists work incorrectly #199

Closed Haruka-Kono closed 8 months ago

Haruka-Kono commented 9 months ago

Description

Hi, when I clicked checkboxes of rendered task lists, wrong responses happened (e.g., could not uncheck and checked no-clicking boxes) although using classical writing method for the lists was OK, as an attached gif animation.

My env related to jupyter:

OS: opensuse-leap 15.4 on wsl2 (win11)
Browser: brave or edge
Python: 3.10.13

Selected Jupyter core packages...
IPython          : 8.20.0
ipykernel        : 6.29.0
ipywidgets       : 8.1.1
jupyter_client   : 8.6.0
jupyter_core     : 5.7.1
jupyter_server   : 2.12.5
jupyterlab       : 4.0.11
nbclient         : 0.8.0
nbconvert        : 7.14.2
nbformat         : 5.9.2
notebook         : 7.0.7
qtconsole        : 5.5.1
traitlets        : 5.14.1

How can I solve it?

tasklists

welcome[bot] commented 9 months ago

Thanks for opening your first issue here! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out EBP's Code of Conduct. Also, please try to follow the issue template as it helps other community members to contribute more effectively.
If your issue is a feature request, others may react to it, to raise its prominence (see Feature Voting).
Welcome to the EBP community! :tada:

agoose77 commented 9 months ago

Thanks for reporting this! I'll add it to my task list :) ;)

nthiery commented 8 months ago

Thanks for reporting this as well; we just stumbled on the same issue this week here; this way I don't have to report it :-)

agoose77 commented 8 months ago

Fixed by #202