在页面加载期间,Firefox 何时自动填充/自动完成表单?

发布于 2024-09-10 08:20:52 字数 202 浏览 4 评论 0原文

我正在对一个网络应用程序原型的一个奇怪的错误进行故障排除,并且确切地知道 Firefox 自动填充/自动完成表单字段何时会很有用。我有一小部分专门受众,只需要定位 Firefox 3.6+。对于这个问题,除了初始页面加载之外没有服务器交互。

这个问题只是关于页面加载和加载期间的操作顺序。重新加载,因为 1. 这是非常有用的信息,2. 协调搜索没有找到任何答案(甚至提示)。

I'm troubleshooting a weird bug with a web app prototype and knowing when, precisely, Firefox autofills / autocompletes form fields would be useful. I have a small specialized audience and only need to target Firefox 3.6+. For this question, there is no server interaction beyond initial page load.

This question is just about the order of operations during page load & reload since 1. that's really useful information and 2. concerted searching didn't turn up any answers (or even hints).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

聆听风音 2024-09-17 08:20:52

我认为你不能干预这个过程。
但如果你想防止这种情况发生,你需要将自动完成属性设置为关闭:

<input autocomplete="off"... />

I don't think you can intervene in this process.
But if you want to prevent this you need to set the autocomplete attribute to off:

<input autocomplete="off"... />
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文