Skip to content

Sub nodes do not open upon click #2

@rneeft

Description

@rneeft

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to index.html page in the src folder
  2. Click on Inbox

Expected behavior
I expect the inbox node to be open but it stays close. The chevron is changed, however.

Desktop (please complete the following information):

  • OS: Windows
  • Browser Edge
  • Version: 99

Additional context
The toggle functionality does not seem to work when the HTML is generated. jQuery could help you out here by adding the following code to the if statement on line 75 of the bstreeview.js file:

$($(this).attr("data-bs-target")).collapse('toggle');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions