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

nested dropdown callouts dont display properly when initially uncollapsed #1535

Open
Tracked by #1496
tinygwen opened this issue Oct 21, 2024 · 0 comments
Open
Tracked by #1496
Labels
bug Something isn't working

Comments

@tinygwen
Copy link

Describe the bug
parent has to be uncollapsed then recollapsed by end-user to display properly

To Reproduce
create a callout with a title and collapsible body
then a nested callout within it, with a title and collapsible body.
on the deployed page, uncollapse both. The nested callout will not display its body without recollapsing and reuncollapsing the parent.
I've created an example markdown document for this issue which demonstrates the bug.

here is the raw content which can be pasted into an .md as demonstration:

> [!warning]- Parent title
> Parent body
>> [!bug]- Nested Title. (collapse and collapse parent to see body with bugged behavior)
>> nested body hidden due to bug

Expected behavior
the body of the nested text ought to display as it does in obsidian, without the user having to un-collapse and re-collapse the parent callout

Screenshots and Source
Expected behavior, as handled in obsidian:

You can help speed up fixing the problem by either

  1. providing a simple reproduction
  2. linking to your Quartz repository where the problem can be observed
    I've created an example markdown document for this issue which demonstrates the bug.

Desktop (please complete the following information):

  • Quartz Version: 4.4.0
  • node Version:
    vscode: 20.11.1
    deploy.yml: 22
    //note that this issue occurs when hosted on github-pages and localhost
  • npm version: 10.2.4
    //note that this issue occurs when hosted on github-pages and localhost
  • OS: Fedora Linux
  • Browser Brave

Additional context
none

@tinygwen tinygwen added the bug Something isn't working label Oct 21, 2024
Repository owner deleted a comment Oct 28, 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

1 participant