ladybird/UI/AppKit
SvDp 5b7c9af340 UI/AppKit: Auto-focus location bar when opening new tabs on macOS
When a new tab is created, the location bar should automatically
receive keyboard focus so users can immediately start typing a URL.
However, the onURLChange callback was stealing focus back to the
web view when loading the new tab page.

This fix:
1. Calls focusLocationToolbarItem when activating a new tab
2. Prevents onURLChange from stealing focus when loading the new
   tab page URL

Fixes #1512
2025-11-26 10:47:37 +01:00
..
Application UI/AppKit: Auto-focus location bar when opening new tabs on macOS 2025-11-26 10:47:37 +01:00
Interface UI/AppKit: Auto-focus location bar when opening new tabs on macOS 2025-11-26 10:47:37 +01:00
Utilities LibWeb+LibWebView+WebContent+UI: Port the document title to UTF-16 2025-08-02 10:10:14 -07:00
CMakeLists.txt LibWebView+UI: Add structures to hold context menu and action data 2025-09-11 14:23:45 -04:00
main.mm Everywhere: Rename serenity_main to ladybird_main 2025-07-08 09:17:16 -04:00
module.modulemap Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00