Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove autocomplete from buttons and radio/checkbox inputs #28649

Closed
wants to merge 2 commits into from

Conversation

patrickhlauke
Copy link
Member

@patrickhlauke patrickhlauke commented Apr 13, 2019

While the bug in Firefox is still present, apparently (see https://bugzilla.mozilla.org/show_bug.cgi?id=654072) we should remove this (as otherwise we'd need explanations everywhere on why this Firefox-specific workaround has been added everywhere).

Fixes #28623

/cc @miketaylr

@patrickhlauke patrickhlauke requested a review from a team as a code owner April 13, 2019 13:10
@patrickhlauke
Copy link
Member Author

However, note #28623 (comment) ... I've not tested, but is there potential for the autocomplete behaviour to get our styles/behaviours out of sync? If that's the case, I'd tend to say we should keep autocomplete until the bug has been fixed/addressed, as otherwise it'll lead to weird and difficult to debug issues for Firefox users... /cc @mdo

While the bug in Firefox is still present, apparently (see https://bugzilla.mozilla.org/show_bug.cgi?id=654072) we should remove this (as otherwise we'd need explanations everywhere on why this
Firefox-specific workaround has been added everywhere).
@XhmikosR XhmikosR force-pushed the patrickhlauke-autocomplete-removal branch from 3c8e870 to 513e7e7 Compare June 19, 2019 10:46
@XhmikosR
Copy link
Member

Rebased. @mdo ping for your opinion.

@patrickhlauke
Copy link
Member Author

Closing this, as I'm actually going to tackle the root cause of this (visual presentation of buttons/toggles not matching their real value on page load)

@patrickhlauke
Copy link
Member Author

Successor (which fundamentally tackles the problem) #28952

@patrickhlauke patrickhlauke deleted the patrickhlauke-autocomplete-removal branch June 24, 2019 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

put back autocomplete="off" warning and add it on all checkboxes and radio?
2 participants