Bug With Firefox - Disabled Attribute of Input Not Resetting When Refreshing

后端 未结 4 1856
一向
一向 2020-11-28 20:58

I\'ve found what I believe to be a bug with Firefox and I\'m wondering if this actually is a bug, as well as any workarounds for this.

If you create a basic webpage

4条回答
  •  粉色の甜心
    2020-11-28 21:11

    As mentioned before you need to add autocomplete="off" to your buttons.

    Here is a sh+perl snippet to automate this in the case of

  • Valid HTML (e.g. there are no funny characters between < and >) and no unescaped greater than (>) inside the opening tag.

提交回复
热议问题