This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Chrome focus input search

#6139
Ernest MarcinkoErnest Marcinko
Keymaster

Later today I’m going to test from another PC as well, to make sure it’s not mine.

What I also tried is to run chrome fully without extensions. You can do that by creating a .bat file and putting this as content:

[code]
taskkill /F /IM chrome.exe
taskkill /F /IM iexplore.exe
taskkill /F /IM googleupdate.exe
taskkill /F /IM outwit-hub.exe

start chrome –disable-extensions
[/code]

This will make sure it’s not an extension causing the bug. I’ve looked through the internet, but I haven’t found any focus related issues with input fields on chrome. The same code is used for every browser.