Chrome focus input search

This topic contains 9 replies, has 2 voices, and was last updated by flaviohcardoso flaviohcardoso 7 years, 11 months ago.

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #6120
    flaviohcardoso
    flaviohcardoso
    Participant

    Only in chrome focus of the search field is removed when the ajax request.
    you already know this bug?

    #6121
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Can you be please more descriptive? I tried typing, waited for the ajax request and the focus stayed in the input field. Is that the problem, or something else?

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #6128
    flaviohcardoso
    flaviohcardoso
    Participant

    That’s the problem, but this only happens in chrome. Have you tested in chrome broswer?

    #6130
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Yes I did, it behaves the same for both Chrome and firefox to me.

    Video test, chrome: https://vid.me/mUEg

    Video test, firefox: https://vid.me/F7O6

    In neither of the videos did I had to click on the input field, it stayed focused.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #6134
    flaviohcardoso
    flaviohcardoso
    Participant

    Ernest,

    What OS you’re testing?

    I tested it on Windows 8 and 10 / Chrome 45.0.2454.101 m (64-bit) and many desktops.
    The next test I will do is on Mac, but i just have this macbook in my house.

    Another problem that only happens in chrome is the auto suggestion, which makes a shading in own field.

    I’ll make a video to show the problem.

    #6135
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    I’ve tested windows 8 and 10, 64bit, I don’t have a mac unfortunately.

    Browser: Chrome Version 45.0.2454.101 m

    Maybe some browser extensions?

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #6136
    flaviohcardoso
    flaviohcardoso
    Participant

    Firefox: Work correctly and autocomplete
    https://vid.me/8z1q

    Chrome: Doesn’t work an autocomplete not show.
    https://vid.me/DECt

    #6137
    flaviohcardoso
    flaviohcardoso
    Participant

    If you want, you can make a remote access on my machine and you test everything.

    #6139
    Ernest Marcinko
    Ernest 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:

    
    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
    

    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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #6145
    flaviohcardoso
    flaviohcardoso
    Participant

    You will not believe what the problem is.
    On all machines I tested were touchscreen. That’s the problem.
    The chrome has some difference when the function touch is enabled.

    See video bellow:
    https://vid.me/yRPO

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.