Skip to content
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

Improper alignment (nesting) of bullets in widget #2517

Open
5 of 6 tasks
gbraad opened this issue Dec 17, 2024 · 0 comments
Open
5 of 6 tasks

Improper alignment (nesting) of bullets in widget #2517

gbraad opened this issue Dec 17, 2024 · 0 comments
Labels

Comments

@gbraad
Copy link

gbraad commented Dec 17, 2024

This issue respects the following points:

Describe the bug

The Notes widget does not use the correct list alignment/nesting.

Something like

## Personal to-dos

* [ ] ...
  * [ ] ...
* [ ] ...
  * [ ] ...

is displayed as

## Personal to-dos

* [ ] ...
* [ ] ...
* [ ] ...
* [ ] ...

instead; it flattens the structure.

Expected behavior

Properly render nested lists

Notes Android version

4.3.1

Notes server version

4.11.0

Nextcloud Android version

3.29.2

Nextcloud version

Hub 9 (3.0.4)

Device

Galaxy Note 9, Tab S6, Motorols XT1650, Anbernic Cube, Waydroid, etc.

Android Version

Android 12, but all devices with from 8+ show this behaviour

App Store

  • Google Play Store
  • F-Droid
  • Huawei App Gallery

Stacktrace

No response

Screenshots

As shown in the web interface of Notes
Image

As shown in the interface of Notes on Android (plain edit)
Image

As shown in the interface of Notes on Android (richedit/preview mode)
Image

As shown as a widget of Notes on Android
Image

@gbraad gbraad added the bug label Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant