dheeraj12347 commented on issue #1417: URL: https://github.com/apache/cordova-docs/issues/1417#issuecomment-3706833523
Hi, @GitToTheHub, I’m a student and aspiring full‑stack web developer, and I’d like to work on this issue as one of my first contributions to Apache Cordova docs. I reproduced the behavior on the documentation site: when clicking on a sidebar item that has sub‑entries (for example “Data Storage”), the item is highlighted and scrolled into view, but items without sub‑entries (like “Security”) are not highlighted and the menu does not scroll to them. This makes it harder to see which section is currently active while navigating through the docs. My plan is: Locate the JavaScript responsible for handling the docs sidebar navigation, active menu state, and scroll behavior. Update the click/activation logic so that all menu entries—whether or not they have sub‑entries—receive the active class and are scrolled into view when selected. Test the change across different documentation pages and viewport sizes to ensure existing behavior for nested sections still works correctly. From my side, I have built several front‑end projects (portfolio and other themed sites using HTML, CSS, and JavaScript) and I regularly work with Node.js/Express in my own repositories, so I’m comfortable adjusting UI behavior and debugging JavaScript in a production codebase. If this approach looks good, I’d be happy to take this issue and open a PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
