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

collapsible does not work if summary is not on new line #6414

Open
come-nc opened this issue Sep 17, 2024 · 0 comments
Open

collapsible does not work if summary is not on new line #6414

come-nc opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@come-nc
Copy link
Contributor

come-nc commented Sep 17, 2024

Describe the bug

This is not supported:

<details><summary>title</summary>

content

</details>

But this is:

<details>
<summary>title</summary>

content

</details>

This is especially visible because we use the former for our support reports.

Server details:

  • Nextcloud version: master
  • PHP Version: [e.g. 8.2]
  • Database: [e.g. MariaDB 10.6]

Client details:

  • OS: [e.g. Windows/macOS/Ubuntu]
  • Browser: [e.g. Firefox, Chrome]
  • Browser version: [e.g. 22]
  • Device: [e.g. iPhone6, desktop]
@come-nc come-nc added the bug Something isn't working label Sep 17, 2024
@juliushaertl juliushaertl assigned mejo- and unassigned juliushaertl Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants