-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Autocomplete on Chrome #184
Comments
Having said I didn't find anything in Google searches I may have found it here: |
Turning off Chrome "Pre-Fetch" makes everything work well. I've seen some more complicated suggestions online in Stack Overflow. I'll keep this open in case one of the contributors has a good idea for this. |
Addressed in build 20230803 1943 |
While working on #183 I've found a problem with Chrome Autocomplete. The scenario:
a) I use REST command /72 to start the Code Uploader.
b) I upload new firmware and start using it.
c) I then start to type REST command /72 to upload new firmware, but as soon as I type /7 it autocompletes to /72 AND it sends the command to the Network Module, causing the Code Uploader to start running.
This is very undesirable behavior. What if I was trying to enter some other /7x command? I would never get the chance to do that because the Code Uploader would install itself preventing the other /7x from working.
At first I thought this was a Network Module firmware problem, but it DOES NOT happen with Firefox. And the Network Module should be unaware of what the user is typing on the URL bar until Enter is pressed. So how is the URL bar getting transmitted to the Network Module before Enter is pressed? (Again, only in Chrome).
I've been Google searching this and haven't found this specific problem described. I see a lot of complaints about how Chrome autofill / autocomplete settings don't work well, but nothing about autofill / autocomplete sending the URL before Enter is pressed. I will keep looking.
The text was updated successfully, but these errors were encountered: