Forum Discussion
josh_bodner
Sep 14, 2021Former Employee
Dev channel update to 95.0.1011.1 is live
Hello Insiders! Today we’re releasing build 95.0.1011.1 to the Dev channel, and we’ve got a lot to talk about! Last week we had a bunch of resources for extension developers, but for extension user...
Mapantz
Sep 15, 2021Iron Contributor
Third update, and still no answer:
Still have the problem with the cursor always going to the search box on YouTube.
If I refresh the YouTube home page, and perhaps click away to another tab, then come back to it, the cursor is in the search box and the drop down of my searches is in focus.
Still have the problem with the cursor always going to the search box on YouTube.
If I refresh the YouTube home page, and perhaps click away to another tab, then come back to it, the cursor is in the search box and the drop down of my searches is in focus.
josh_bodner
Sep 15, 2021Former Employee
Mapantz typically we don't have any control over what happens in a webpage. If it wants to set focus somewhere, it can set focus anywhere it wants. Any HTML element can take focus just by calling its focus function. In fact, most webpages with search boxes tend to set focus there since searching for content is the number one thing people do on them. Also, is it possible this is being done by an extension you have installed?