-
Notifications
You must be signed in to change notification settings - Fork 94
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
[Bug]: Can't do a tabulation in the markdown editor (.md) #4389
Comments
Dear @azalty, thanks for your report. Entering tab characters is unsupported intentionally, to allow tab navigation on the website. But about your second point: in lists, the Tab key should indeed indent the list item if appropriate. If this this doesn't work, it's clearly a bug. Unfortunately, I cannot reproduce this myself. For me, indenting list items with the Tab key works as intented. In order to further track down the bug, we'd need some additional information:
|
So only occurs when editing a .md file in the File Editor app. I opened the developer tools console on the browser and the following resource was not loaded caused by a CSRF check failed error message showing when I navigated to the resource: ocs/v2.php/apps/text/workspace?path=%2FQueer+Stream%2FProduction%2FShows at at xhr.js:251 and for index.php/apps/text/session/push at xhr.js:251 I receive a HTTP 405 error and keep getting this message index.php/apps/text/session/push 403 error xhr.js:251 Other messages Steps to reproduce:
Hope it helps... always happy to help out Example URL |
Bug description
Pressing tab makes the editor focus on the 3 dots icon instead of entering a tabulation when in the markdown editor (when editing a .md file)
This prevents me from making indented unordered lists like this:
Steps to reproduce
Expected behavior
Obvious enough, a tab should be entered, or it should at least be able to indent a list item
Installation method
None
Nextcloud Server version
27
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
The text was updated successfully, but these errors were encountered: