Hi,
i am using input fields with drupal core autocomplete feature via module "Autocomplete Widgets for Text and Number Fields" (http://drupal.org/project/autocomplete_widgets). I attached a simple textual content (cck) field with autocomplete feature to a form.
If you load the form and immediately after this load the connection to server gets capped (in times of mobile data connections no rare event), a HTML error 0 appears in firefox + IE after every character input into this field.
This error seems to be caused by autocomplete core-implementation according to the module maintainer (see #667226-3: When using CCK field with Content Profile, autocomplete field displays http 0 error ).
The same issue appears for the autocomplete user-name input field of the masquerade module (masquerade block).
For me this is a usibility issue for a website, so i want to report it as a bug. A normal user has no idea, what to do in these situations.
| Comment | File | Size | Author |
|---|
Comments
Comment #1
rfayThis is a duplicate of #1232416: Drupal alerts "An AJAX HTTP request terminated abnormally" during normal site operation, confusing site visitors/editors (for 8.x). It would have to be committed to 8.x, then 7.x, then 6.x. The chances aren't great. But the answer there is probably appropriate.
Reopen if you see fit.
Comment #2
effulgentsia commentedI don't think this is a duplicate. The other issue is an "error" being alerted when there's absolutely no error of any kind. This issue is an "error" being alerted due to a network timeout / disconnection, which is in fact an error. We may want to fix both issues, and their solutions might be related, but I think it makes sense to keep both open.
This behavior exists in D8 too, so setting version accordingly. A good solution, if there is one, might be backportable to 7 and 6.
Comment #3
nod_Same as the other issue, need #1419652: JavaScript logging and error reporting to do anything about this.
Comment #12
kristen polAlthough this one is marked postponed, we are triaging it as part of a Bug Smash triage session. I'll try to test this on 8.9 and 9.1 to see if it's still an issue.
Comment #13
kristen polI tested on 9.1 as follows:
I didn't not see the
HTML Error 0error as a popup or in the console log.Comment #14
kristen polForgot to add the screenshots.
Throbber not showing up but browser cache shows name
Throbber showing up and browser cache shows name
Unable to connect error page
After using browser back button, throbber not showing up and browser cache does not show name
Nothing in the console log
Comment #15
kristen polTesting 8.9 showed the same behavior as 9.1. I didn't not see the HTML Error 0 error as a popup or in the console log.
I'm going to consult with the bugsmash team to see if I can close this or it needs to perhaps stay open for Drupal 7.
Comment #16
kristen polSince this is not reproducible in 8.9 or 9.1, @jibran said this can be moved back to 7 so switching it.
Comment #17
kristen polFor completeness, I tested this on 7.8 in a similar way as follows:
Error when typing in a letter that I hadn't used before the server was shut down
Error when entering valid username and clicking Go button (expected)
After using browser's back button, error when typing in a letter that I hadn't used before the server was shut down
Error shown in console
After running through tests again and using browser's back button, no cached page and showed error (this is okay)