CATcher-org / CATcher

CATcher is a software application used for peer-testing of software projects.
https://catcher-org.github.io/CATcher/
MIT License
70 stars 68 forks source link

Problem with Task Lists #1281

Open melissaharijanto opened 1 week ago

melissaharijanto commented 1 week ago

Describe the bug When clicking on add task list,

###
- [] 

is given instead of just

- [] 

Unsure if this is an intended behavior.

To Reproduce Steps to reproduce the behavior:

  1. Click on "New Issue"
  2. Click on the rightmost icon that says 'Add a task list'

Expected behavior

  1. When clicking on add task list, what is given is:
    ###
    - []

    Expected should be:

    - [] 

    because if more than one item is created for the task list, it will have multiple headings as a result.

Screenshots

Screenshot 2024-10-08 at 17 57 20

One time clicking on the task list

Screenshot 2024-10-08 at 17 58 05

Multiple times in a row clicking on 'add task list'

Screenshot 2024-10-08 at 17 59 16

Adding description

Screenshot 2024-10-08 at 17 59 34

When saved

Desktop (please complete the following information):

Additional context on NUS wifi

damithc commented 1 week ago

Thanks for reporting this @melissaharijanto Yes, I've noticed this myself. Something to improve on, although unlikely to be fixed for this semester, as it is not critical.

narwhalsilent commented 1 week ago

Hi @melissaharijanto, I encountered the same issue too. Also I note that the boxes are not checkable.