#FeedbackAssistant #macOSTahoe

Filed FB20661489 "Reveal folder" does open Finder window with correct path, but doesn't make it frontmost

This is quite confusing. You click "Reveal in Finder" somewhere, a window opens, you start typing, but… you can't.

It's possible this isn't a Tahoe bug and something else is going on, but I've noticed it for a few weeks now. It wasn't clear to me at first what was happening until I found a clear way of reproducing it:

```applescript
tell application "Finder"
reveal POSIX file "/"
activate
end tell
```