Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Double List Bug #5

Open
deckar01 opened this issue Sep 27, 2016 · 2 comments
Open

Double List Bug #5

deckar01 opened this issue Sep 27, 2016 · 2 comments
Labels

Comments

@deckar01
Copy link
Owner

deckar01 commented Sep 27, 2016

From @kyletolle on March 20, 2015 16:3

I have a list that's structured like this. I'm trying to use checkboxes in an unordered list.

- One
  - - [ ] A
  - - [ ] B
- Two
  - - [ ] C
  - - [ ] D

Here it is, rendered:

  • One
    • A
    • B
  • Two
    • C
    • D

And it renders properly with checkboxes indented in the list. So that's cool.

But what doesn't work is checking any of the boxes from the web UI.

I check the box and it shows the checkmark when I have the mouse pressed down. But when I let up, there check box is blank again. No errors in the Chrome dev console.

Using Chrome Version 41.0.2272.89 (64-bit) on OS X 10.10.2.

My workaround for this is to edit the comment and manually change it from - [ ] to - [x].

Thanks for your help.

Copied from original issue: github#56

@deckar01
Copy link
Owner Author

Reproduced on master. The first dash should start a list item and the rest should be treated as text.

@deckar01 deckar01 added the bug label Sep 27, 2016
@deckar01 deckar01 changed the title Checkboxes don't check when inside an unordered list. Double Dash Bug Jan 30, 2017
@deckar01 deckar01 changed the title Double Dash Bug Nested List Bug Jan 30, 2017
@deckar01
Copy link
Owner Author

Although GitHub renders - - text as <ul><li><ul><li>text</li>..., that does not appear to be standard markdown behavior. Since GitLab does not support doubled lists, I am going to punt this for now.

@deckar01 deckar01 changed the title Nested List Bug Double List Bug Jan 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant