I am running into a weird bug with text selection, using latest Firefox (or Zen Browser). Both based on Firefox 138.0.1, running on MacOS.
Say I have a note with the following text:
## Multi list bug
- I have a list
- with items in it
## Yet another list
- Weird
- Strange
- Bug
## Another list
- Blah
- Blah
- Blah
## Then a sub list
- With one item
- And another item
- Foobar item
- And yet another item
Then, if I click in any list, in any bullet item, except for the last one: my cursor is moved where I clicked, exactly as I expect.
But if I do the same in the last list, then depending on my initial position, and the target position of the click, my cursor sometimes ends up in the correct location OR at the end of the last list.
This is pretty annoying, because then I can’t easily update a bullet item in the middle of the last list.
I don’t know why, but it seems a few things seem to affect this bug:
- the more lists I create before the last one, the more bullet items are affected by the bug in the final list
- if I add empty lines after the final list, it seems to help a bit, and sometimes allow me to click in the last list’s bullet items. Of course this is not a nice workaround
Are others experiencing this? I’ll create a github issue too, just in case…