Fixed non-responsive service node clicks on architecture.html interactive diagram. Root cause: SVG loaded via <object> tag had contentDocument timing issues - event listeners attached before SVG fully accessible. Solution: - Added retry mechanism for contentDocument access (100ms intervals) - Implemented multiple loading strategies (immediate, load event, timeout) - Enabled event capturing phase (addEventListener 3rd param: true) - Enhanced logging for debugging click event flow - Auto-display overview panel on initialization - CSP-compliant cursor styling via JavaScript Deployed to production: https://agenticgovernance.digital/architecture.html 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| activity-timeline.js | ||
| code-copy-button.js | ||
| coming-soon-overlay.js | ||
| currency-selector.js | ||
| document-cards.js | ||
| document-viewer.js | ||
| footer.js | ||
| interactive-diagram.js | ||
| language-selector.js | ||
| navbar-admin.js | ||
| navbar.js | ||
| pressure-chart.js | ||
| toc.js | ||