mozilla / tofino

Project Tofino is a browser interaction experiment.
https://mozilla.github.io/tofino
Apache License 2.0
647 stars 68 forks source link

Google search box isn't autofocused #1550

Closed bgrins closed 7 years ago

bgrins commented 7 years ago

STR: Open a new tab Type google.com and press enter

Expected: Page loads, search box is focused

Actual: Page loads, nothing appears to be focused

jsantell commented 7 years ago

I think this would be fixed if we automatically give web content focus after navigating. Reloading a google.com page focuses the search bar as expected

jsantell commented 7 years ago