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

[BUG] Index is empty initially #2514

Closed
nicfv opened this issue Mar 5, 2024 · 3 comments
Closed

[BUG] Index is empty initially #2514

nicfv opened this issue Mar 5, 2024 · 3 comments
Labels
bug Functionality does not match expectation

Comments

@nicfv
Copy link

nicfv commented Mar 5, 2024

Search terms

index, hidden, empty, settings

Expected Behavior

The index should include all of the items on the page.

Actual Behavior

The index is empty - UNTIL I edit something in the settings. See video below.

Steps to reproduce the bug

  1. Set up node project
  2. Install typedoc 0.25.10
  3. Create some typescript classes in src/
  4. Run typedoc src
  5. Serve and explore in browser (I have tried both FireFox and Brave, with the same results)

Environment

  • Typedoc version: 0.25.10
  • TypeScript version: 5.3.3
  • Node.js version: v20.11.1
  • OS: Ubuntu 22.04

Other

No plugins are used.

Here is the website used in the example: https://npm.nicfv.com/smath/

2024-03-05.10-35-18.mp4
@nicfv nicfv added the bug Functionality does not match expectation label Mar 5, 2024
@nicfv
Copy link
Author

nicfv commented Mar 5, 2024

Noticed this under "bug fixes" in 0.25.8:

Fixed an issue where, if the index section was collapsed when loading the page, all content within it would be hidden until expanded, and a member visibility checkbox was changed.

I tried installing that version as well, but unfortunately I still seem to be getting that error.

@willeastcott
Copy link

I can confirm that I've reproduced this bug for the PlayCanvas API reference manual. I had to bump back down to 0.25.9 for now.

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Mar 6, 2024

... and that's a good reason why I don't like hiding the entire page with JS. Not sure how I missed this, thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

3 participants