Files
servo/components/script
Martin Robinson b3db9cf9d3 script: Do not assume that every textual <input> is a focusable area (#42078)
An input text might not be a focusable area if it is disabled. In this
case return `None` from `find_focusable_shadow_host_if_necessary` which
causes no focus to occur.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>

Testing: This change includes a test.
Fixes: #42074.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2026-01-22 19:21:11 +00:00
..
2025-10-02 07:51:19 +00:00