mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
This addresses the focus-stealing behavior on initial load that violates WCAG 3.2.1 and 3.2.2 accessibility criteria. Changes: - ChatTextArea.tsx: autoFocus now respects preventFocusDisruption flag - ChatView.tsx: didBecomeVisible focus call gated by flag - ChatView.tsx: useDebounceEffect focus call gated by flag The fix uses the existing preventFocusDisruption experiment flag which users can enable in Settings > Experimental to prevent focus disruption. Closes #10492 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||