Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 08182390fd9f61d6abb3e38450b4bbea87dca3b8 https://github.com/WebKit/WebKit/commit/08182390fd9f61d6abb3e38450b4bbea87dca3b8 Author: Rahim Abdi <abdi.abdira...@gmail.com> Date: 2025-08-22 (Fri, 22 Aug 2025)
Changed paths: M Source/WebCore/html/RadioInputType.cpp Log Message: ----------- AX: Scroll <input type=radio> into viewport when keyboard-focused and off-screen https://bugs.webkit.org/show_bug.cgi?id=201552 rdar://problem/55121458 Reviewed by Tyler Wilcock. If a radio button is focused/selected via arrow key navigation (e.g., Down arrow key), it should always be visible to the user. This PR ensures that focused, off-screen radio buttons get scrolled into view. * Source/WebCore/html/RadioInputType.cpp: (WebCore::RadioInputType::handleKeydownEvent): Canonical link: https://commits.webkit.org/299075@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes