fix(webapp): enforce keyboard interaction safeguards - #4702
Conversation
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
688e5c3 to
f64f330
Compare
f64f330 to
e1f32cb
Compare
e1f32cb to
646fe97
Compare
646fe97 to
33a32a5
Compare
1c37207 to
3d1bb06
Compare
0187d2a to
30d7f93
Compare
4b70f0c to
daa6728
Compare
daa6728 to
f78c4e2
Compare
f78c4e2 to
3c0a9d5
Compare
3c0a9d5 to
708a391
Compare
708a391 to
d57a9bf
Compare
d57a9bf to
00ace8f
Compare
Pull Request is not mergeable
Pull Request is not mergeable
Pull Request is not mergeable
Pull Request is not mergeable
00ace8f to
5f56c7c
Compare
@trigger.dev/build
trigger.dev
@trigger.dev/core
@trigger.dev/python
@trigger.dev/react-hooks
@trigger.dev/redis-worker
@trigger.dev/rsc
@trigger.dev/schema-to-json
@trigger.dev/sdk
commit: |
5f56c7c to
2b3ead2
Compare
2b3ead2 to
7c09b8c
Compare
Summary
Enable keyboard-event and static-element interaction safeguards across the dashboard.
Earlier stack changes move actionable behavior to native controls. This final enforcement keeps narrowly documented exceptions for focus forwarding, scoped Escape handling, CodeMirror focus, and pointer-driven table column resizing.
jsx-a11y/no-autofocusremains disabled.Base: #4701