Conversation
Pointer parked off the map and the term found by keyboard, so no hover replaces the selection's highlight mid-clip. 860x532, 12 fps, 7.7 s, 93 frames, 5.98 MB.
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Re-records
docs/media/atlas-explorer.giffrom the live site, deployed from main 2200a0d (the deploy run's head SHA matches origin/main).Why the old GIF lost the links (app behaviour, not a capture artefact)
The old recording had no dropped frames in that stretch: frames were steady at about 58 fps from 7.4 s to 10.6 s, while the links were gone. There was only one 0.21 s stall, at the moment of selection.
The cause is hover. In
app/src/lib/explorer-3d.ts,focusOf()andfaded()checkhoverbeforeview.selected. So while any term is hovered, the selection's lit links and the dimming of the rest are replaced by the hovered term's neighbourhood.three-render-objectsre-raycasts the last pointer position every frame. So a pointer that is resting on the map picks up hovers as auto-rotate or the camera fly-in carries terms under it.spinningonly hides the hover card. It does not stop the hover from taking over the highlight.In the old capture, the pointer was left where the Find field had been. When the field collapsed after Enter, the map was under the pointer. A term in the Governance cluster then drifted under it, and Phishing's links switched off until it drifted away.
I reproduced this on current main by moving the pointer over terms while Phishing was selected:
Docs and media only; no code changes. The hover behaviour is left for the owner to decide on.
Checks
mise run fix && mise run gate- exit 0.