- Issue created by @apaderno
- Merge request !42Issue #3466921: The search field in the search block does not always use autocomplete="off" ā (Merged) created by apaderno
- Status changed to Needs review
8 months ago 3:37pm 8 August 2024 - Status changed to RTBC
8 months ago 4:08pm 8 August 2024 - šŖšøSpain fjgarlin
I could reproduce this with Firefox as well, also via curl and with Chrome with Javascript disabled.
I applied the fix locally and it works:
ā LOCAL PROJECT: curl https://apidrupalorg.ddev.site/api/drupal/10.1.x | grep autocomplete= % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 41451 0 41451 0 0 65568 0 --:--:-- --:--:-- --:--:-- 65587 <input class="api-search-keywords form-autocomplete form-text required" autocomplete="off" data-drupal-selector="edit-search" aria-describedby="edit-search--description" data-autocomplete-path="/api/search/autocomplete/10" type="text" id="edit-search" name="search" value="" size="60" maxlength="128" required="required" aria-required="true" /> ā REMOVE LIVE PROJECT curl https://api.drupal.org/api/drupal/11.x | grep autocomplete= % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 22435 0 22435 0 0 25444 0 --:--:-- --:--:-- --:--:-- 25436
We can see results in the first but not the second, proving that the fix works. I'll merge it to the contrib project, but won't deploy until next week as we are undergoing some important changes today and I don't want to add any load to the infra team just in case.
Thanks so much for the fix!!
-
fjgarlin ā
committed a25adace on 2.x authored by
avpaderno ā
Issue #3466921 by avpaderno, fjgarlin: The search field in the search...
-
fjgarlin ā
committed a25adace on 2.x authored by
avpaderno ā
- Status changed to Fixed
8 months ago 4:12pm 8 August 2024 Automatically closed - issue fixed for 2 weeks with no activity.