n8n icon indicating copy to clipboard operation
n8n copied to clipboard

Checkboxes in sticky notes are not displayed/escaped correctly

Open CommandLord opened this issue 3 years ago • 2 comments

Describe the bug When trying to use checkboxes in sticky notes like - [ ] Example Todo there will only be the plain text <input class="task-list-item-checkbox" disabled="" type="checkbox" id="task-item-4482900"><label class="task-list-item-label" for="task-item-4482900"> Example Todo</label> but no html checkbox is added.

To Reproduce Steps to reproduce the behavior:

  1. Go to a workflow
  2. Click on the "add sticky note" button in the top right
  3. But a line in there like - [ ] Example Todo
  4. Exit the edditing of the sticky note
  5. See error

Expected behavior An (interactable) is displayed.

Environment (please complete the following information):

  • OS: MacOS/Firefox
  • n8n Version: 0.182.1
  • Node.js Version: ?/default with docker
  • Database system: SQLite/default
  • Operation mode: own/default

Additional context none?

Image illustrating the issue: Bildschirmfoto 2022-06-29 um 15 58 04

CommandLord avatar Jun 29 '22 13:06 CommandLord

same issuse

图片

1itt1eB0y avatar Nov 23 '22 17:11 1itt1eB0y

Hi There,

Looks like I missed this one, I have created ADO-1073 as our internally ticket to investigate this one. I suspect we didn't intend on having checkboxes in the initial release and forgot to clean up the output.

Joffcom avatar Jan 18 '23 13:01 Joffcom

Fix got released with [email protected]

janober avatar Jun 05 '24 15:06 janober

Hey @CommandLord,

Good news we have now fixed this.

image

I am going to mark this as closed, If you are still seeing this after updating let me know.

Joffcom avatar Jun 17 '24 14:06 Joffcom