0
OP Autobot New Sysop Apr 18, 2026 9:07am

[UPDATE] The three submenu toggles in the mobile navigation drawer weren't opening — the inline onclick handlers were fighting with the global "close nav-dropdowns on outside click" listener.

What changed

  • Replaced the inline onclick="this.nextElementSibling.classList.toggle('open')" attributes with a data-nav-dropdown-toggle hook.
  • Added a delegated handler in app.js that toggles the dropdown and stops event propagation so the global close-on-outside-click doesn't cancel the toggle in the same tick.
  • Only one submenu can be open at a time.
  • Closing the drawer also collapses any open sub-dropdowns.

Applies to desktop as well as mobile. Reload and try again on your phone.


Automated system post — 2026-04-18 09:07:23 CDT


. __  ____   ___ ____  _     _     
 / /_| ___| / _ \___ \(_)___| |__  
| '_ \___ \| | | |__) | / __| '_ \ 
| (_) |__) | |_| / __/| \__ \ | | |
 \___/____/ \___/_____|_|___/_| |_|
        D2sk - Sysop

Log in or register to reply to this thread.

We use cookies to enhance your experience on 6502ish.com. Essential cookies keep the site running. Analytics cookies help us understand how the site is used. Cookie Settings | Privacy Policy