Skip to content

Updates to fix zoomcontrol Issue #1124#1200

Open
sei-vsarvepalli wants to merge 2 commits into
mainfrom
bug/Issue_1124
Open

Updates to fix zoomcontrol Issue #1124#1200
sei-vsarvepalli wants to merge 2 commits into
mainfrom
bug/Issue_1124

Conversation

@sei-vsarvepalli

Copy link
Copy Markdown
Contributor

Resolution to #1124 for the publish website to get the right update.

Copilot AI review requested due to automatic review settings July 9, 2026 20:07
@sei-vsarvepalli sei-vsarvepalli marked this pull request as draft July 9, 2026 20:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses Issue #1124 in the SSVC calculator UI by adjusting the stacking order of the zoom/scale slider so it can be interacted with (not covered by the graph layer) when using the Coordinator Triage model.

Changes:

  • Added a higher z-index to the #zoomcontrol container to ensure the vertical range input remains clickable/draggable above the rendered graph.
Comments suppressed due to low confidence (1)

docs/ssvc-calc/findex.html:152

  • alt is not a valid/accessibility-relevant attribute for <input type="range">. Use an accessible name (e.g., aria-label) so screen readers can announce the control consistently.
	     style="z-index:100">
	  <div class="d-none">&#128269;</div>
	  <input type="range" orient="vertical" alt="Zoom Graph"
		 max="100" min="0" value="100" title="Zoom Graph"
		 onchange="svgzoom(this)">

@sei-vsarvepalli

Copy link
Copy Markdown
Contributor Author

Also resolves the issue in #1198 - where there is a collision between div names if the strings are similar like "Supplier Cardinality" vs "Supplier Engagement"

@sei-vsarvepalli sei-vsarvepalli marked this pull request as ready for review July 9, 2026 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants