Files
workinf_Blender_Wasm/docs/status/M14-04D.md
mes123456 10640aeb3c
Some checks failed
M6 deployable RC / quick (push) Has been cancelled
M6 deployable RC / chromium (push) Has been cancelled
M6 deployable RC / release (push) Has been cancelled
Govern task context and advance execution pointer
2026-08-20 06:02:43 -04:00

1.0 KiB

M14-04D Status

status: done task: Chromium IME composition guard for incomplete operators updated: 2026-08-19 America/New_York enablingTask: false parityStateChange: false

Scope

Added an explicit IME composition state machine and connected it to the App global shortcut gate. Composition start/update records pending text and blocks operator shortcuts; composition end clears the block without dispatching an incomplete operator. A real Chromium page dispatched composition events and G; UI revision remained unchanged during composition. Firefox/WebKit are excluded.

Evidence

  • npm --prefix web run build passed.
  • npm --prefix web run test:chromium-ime-guard passed: 2 protocol tests and real Chromium compositionstart/update/keydown/compositionend events.
  • Checker output: chromium-ime-ok composing=BLOCKED_OPERATOR shortcut=G revision=0 execution=DISABLED next=M14-04E.
  • npm --prefix web run typecheck and git diff --check passed.

Next Task

M14-04E: Chromium US/non-US/dead-key/modifier keymap fixture.