test(studio): TML-878 cover TML-813 camera input interleavings - #19
Open
SeasonsChange422 wants to merge 4 commits into
Open
test(studio): TML-878 cover TML-813 camera input interleavings#19SeasonsChange422 wants to merge 4 commits into
SeasonsChange422 wants to merge 4 commits into
Conversation
Co-authored-by: multica-agent <github@multica.ai>
Multica-Task: TML-813 Multica-Run: 4aed1ede-0dbb-45aa-993a-3d5e6839462c Co-authored-by: multica-agent <github@multica.ai>
PR 规范检查结果状态:通过 通过:
下一步:无需操作,本 PR 满足全部已启用规范。本评论仅为规范检查反馈,不阻止合并;最终合并资格由原生 |
SeasonsChange422
marked this pull request as ready for review
September 4, 2026 20:05
Co-authored-by: multica-agent <github@multica.ai>
Multica-Task: TML-878 Multica-Run: 7122b134-db40-4ed3-8fbb-3b4cb7387c44 Co-authored-by: multica-agent <github@multica.ai>
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.
目标
为 TML-813 键鼠机位操控补齐交错输入回归覆盖,确保任何一次垂直反转切换都不会继承切换前的指针手势,且不中断已按住的键盘移动。
变更范围
false -> true -> false切换增加待处理 look、quaternion 不变、旧 pointer 失效、pointer capture 释放及新手势恢复旋转断言。repeat: truekeydown,以切换前后的实际位移证明持键连续。验收标准
pointerdown加移动可重新建立旋转。测试结果
releasePointerCapture(41)断言失败;恢复 revision 判断后通过。npx vitest run --config vitest.config.ts test/camera-drive-routing.test.tsx --testNamePattern="inversion toggle":2/2 passed。npx playwright test e2e/timeline.spec.ts --grep "mouse vertical inversion reverses only pitch":Chromium/Firefox/WebKit 3/3 passed。npm test:passed;保留仓库既有 React/Three 测试警告。npm run typecheck:passed。npm run lint:0 errors,4 条既有 Fast Refresh warnings。npm run build:passed;保留既有 large-chunk warning。git diff --check:passed。风险和回滚
本次只增强测试,无生产行为风险。回滚可撤销 TML-878 测试提交,不涉及数据迁移或持久化格式变更。
本 PR 继续承载 TML-813 功能与复审返工,本次补齐 TML-878 指定的交错输入覆盖。