fix(engine): preserve real input targets across framework updates - #97
Merged
Merged
Conversation
This was referenced Sep 12, 2026
pathscale
force-pushed
the
fix/qa-slider-input
branch
from
September 12, 2026 04:27
2f213d4 to
9d131c2
Compare
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.
Native ps-qa could report false slider failures or false passes after scrolling. Revealing a named text node crashed in
final_layout, a Solid delegated handler could be collected while its DOM node was still connected, and node-addressed activation bypassed the renderer's normal pointer sequence.This release keeps connected DOM wrappers alive for their browser lifetime, routes semantic activation through the real UI event driver, and centers revealed controls in their scrollport and viewport so fixed chrome cannot cover the generated pointer point.
ps-blitzis prepared as 0.4.9.Local release evidence:
cargo fmt --all -- --checkcargo test -p ps-blitz-dom: 96/96cargo test -p ps-blitz-script, including Solid delegated events, pointer capture drags, framework remounts, and detached-node reclamationThe protocol and ps-qa side is in pathscale/ps-observability#20. The owner reviews this PR before any merge or release.