ladybird/UI/AppKit/Application
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.h LibWeb+WebContent+UI: Port text pasting to UTF-16 2025-09-19 06:38:52 -04:00
Application.mm LibWeb+UI/AppKit: Ignore unknown clipboard MIME types 2025-10-10 15:10:03 -04:00
ApplicationDelegate.h LibWebView+UI: Generate action to enable/disable DevTools 2025-09-18 07:27:24 -04:00
ApplicationDelegate.mm UI/AppKit: Auto-focus location bar when opening new tabs on macOS 2025-11-26 10:47:37 +01:00