renato
(Renato Atilio)
30 يونيو 2021، 7:35م
1
مرتبطة بـ New post/reply sometimes tries to autocomplete my address on Chrome .
أستخدم Chrome 91.0.4472.120 على نظام Android 11، وهو يقترح بعض الاقتراحات في بعض الحقول مما يُشوش واجهة المستخدم. العنوان هو الأكثر شيوعًا، لكن هذه المشكلة تحدث أيضًا في حقول تصفية التصنيف والوسوم:
كمستخدم، يمكنني الضغط مطولًا لإزالة الاقتراح، لكن معظم المستخدمين في مجتمعي ليسوا ملمين بالتكنولوجيا، وأود تجنب هذا السلوك المُربك. هل لديكم أي اقتراحات؟
شكرًا لكم.
sam
(Sam Saffron)
1 يوليو 2021، 1:51ص
2
يا إلهي… أرى autocomplete="discourse" هنا.
يمكنك رؤية السجل هنا: https://review.discourse.org/t/fix-use-autocomplete-discourse-to-disable-chrome-address-autofill/1789?u=samsaffron
وفقًا لموقع Stack Overflow، ربما حدث تغيير ما في Chrome مؤخرًا.
html, google-chrome
https://bugs.chromium.org/p/chromium/issues/detail?id=914451
آخر تعليق في هذا الموضوع لا يبعث على الكثير من التفاؤل.
@Falco ، هل من الممكن أن تختبر على أحدث إصدار من Chrome / Android لترَ ما إذا كان =off يُحترم الآن أكثر من =discourse؟
نعم، ظهر هذا مرة أخرى مؤخرًا، والحل الوحيد هو…
وأرى تقارير متعددة على Stack Overflow تقارير تفيد بأن تركيبة type="search" autocomplete="off" تعمل.
Falco
(Falco)
25 فبراير 2022، 7:16م
5
تم إصلاح هذا بواسطة @pmusaraj
main ← fix-autocomplete-off-composer-title
opened 08:48AM - 01 Feb 22 UTC
We've historically used `autocomplete="discourse"` (and other variations) to cir… cumvent a stubborn Chrome issue where `autocomplete="off"` wasn't respected. But the circumvention does not work anymore either, and there are reports that for most cases, the standard has better support in Chrome. See for example https://stackoverflow.com/questions/57367813/2019-chrome-76-approach-to-autocomplete-off/57810447#57810447
We are slowly trying things in a few places, and if it works, we will be using `autocomplete="off"` across the board.