Steps to reproduce:
- Click on the search field
- When in focus, click in the empty space in between the bottom of the field and the LocationBarTextView (aka: the text)
Expected behavior:
Nothing. Possibly however the text could be selected at the mouse's x position or the cursor gets placed there. That would either require the bounds of the LocationBarTextView to stretch across the entire search field, or some wacky event listening. The former would also break text centering so idk.
Orion, OS version; hardware type:
MacOS 12.0.1
Image/Video:
Here you can see where exactly to click. Anything that isn't highlighted in blue will trigger the focus animation
PS: In safari, the text of the UnifiedFieldEditor is properly aligned to the vertical center of the search field. Here it is not.