ladybird/UI
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
..
Android LibCore: Remove unused NotifierActivationEvent fd() and type() methods 2025-11-22 09:47:25 +01:00
AppKit UI/AppKit: Auto-focus location bar when opening new tabs on macOS 2025-11-26 10:47:37 +01:00
cmake LibWebView+UI: Remove some now-superfluous debug menu items 2025-11-12 09:06:21 -05:00
Icons Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
Qt LibWebView+UI: Pass RequestServerOptions to Application implementations 2025-11-20 09:33:49 +01:00
.gitignore Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00
CMakeLists.txt CMake: Output helper process binaries to bin instead of libexec 2025-10-29 21:07:52 -06:00
Info.plist Everywhere: Move the Ladybird folder to UI 2024-11-10 12:50:45 +01:00