-
Notifications
You must be signed in to change notification settings - Fork 138
Markdown: New list item makes scrollbar appear until text is put in #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ah, it seems that while you are in this mode of a new line being there, all rows below are shifted by one. If you click on a row below, the cursor will actually be one row further down, looking very strange. Seems like an issue in the library we use maybe? cc @Henni |
This bug is very annoying and makes the app completely unusable if you don't know that the empty list item is the cause. It doesn't break if one creates a new sub-list (indented) item by the way. |
@nextcloud/javascript might be due to the markdown library used? |
Possibly related: When you open a new list item by pressing enter in the middle of a list, the next bullet point is actually above the currently existing one. This becomes apparent when pressing space a few times, leading to two bullet points on a single line: Also, the cursor disappears until some text is added to the new list item. |
The problem occurs on Firefox, Chrome is fine. |
Uh oh!
There was an error while loading. Please reload this page.
When you are in a list and press enter to get a new row with dash in front, a scrollbar is shown on the right until you put in text:

It only disappears when you write. Seems glitchy, happens for me on Firefox. @nextcloud/notes @nextcloud/design any idea?
The text was updated successfully, but these errors were encountered: