Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Chrome focus input search › Reply To: Chrome focus input search
October 6, 2015 at 7:22 am
#6139
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.