WYSIWYG checkboxes

Version 2.8.8 on Win 10.

The checkbox button produces a bulleted list. The HTML produced is this:

    The only CSS that I'm using is this:

    h1 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom : 0;
    }

    The note is HTML markup. I don't use MD.

In addition to the above, an imported Evernote note (ENEX HTML) that had checkboxes also renders as bullets. Here is the HTML from the imported note:

<input checked="checked" type="checkbox" onclick="return false;" />

Another quirk. I was just viewing an HTML note that had unordered list items. I had viewed this note several times before. This time, the second level items displayed as checkboxes. When I viewed a different note, then returned to the previous note, the second level items displayed as bullets again. I didn't change anything in this note, or do anything other than view it.

So, there is definitely something wacky going on with checkboxes not displaying, or displaying when they shouldn't.

V2.8.8, Win 10.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.