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

API documentation--member selection doesn't remain active #318

Open
2 tasks done
PipKat opened this issue Nov 6, 2023 · 2 comments
Open
2 tasks done

API documentation--member selection doesn't remain active #318

PipKat opened this issue Nov 6, 2023 · 2 comments
Assignees
Labels
bug Defects or glitches reported by users or developers

Comments

@PipKat
Copy link
Member

PipKat commented Nov 6, 2023

🔍 Before submitting the issue

  • I have searched among the existing issues
  • I am using a Python virtual environment

🐞 Description of the bug

In the "API reference" section, when you click a link in the left navigation bar, clicking the back arrow doesn't keep your placce. This is frustrating if you have expanded a long list of API members and want to continue looking at members in this same area.

📝 Steps to reproduce

I noticed this when doing the overall doc review for the ansys/pyansys-tools-variableinterop: ansys/pyansys-tools-variableinterop#132

💻 Which operating system are you using?

Windows

📀 Which ANSYS version are you using?

N/A

🐍 Which Python version are you using?

3.11

📦 Installed packages

N/A
@PipKat PipKat added the bug Defects or glitches reported by users or developers label Nov 6, 2023
@Revathyvenugopal162
Copy link
Contributor

I have reformatted the AutoAPI documentation and breadcrumbs to address the issue. @PipKat , could you kindly confirm if the problem still persists? If everything is resolved, would it be alright to close the issue? Thank you!

@jorgepiloto
Copy link
Member

Hi @PipKat, I have reproduced this issue. Right now, the behavior depends on the pages you have visited.

For example:

module-A -> object-A -> link-to-object-B

module-B -> object-B

If you click in the link-to-object-B, you land in module-B -> object-B. If you click the back arrow button of your browser, it brings you back to module-A -> object-A because this is where you were one page before.

This is the expected behavior of the browser. Is this the situation you are facing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Defects or glitches reported by users or developers
Projects
None yet
Development

No branches or pull requests

3 participants