Issue 914451: Autofill does not respect autocomplete="off"
31–40 of 383 posts
Re: Issue 914451: Autofill does not respect autocomplete="off"
#32A few years ago, I left a $1000 tip at the restaurant up the street because Chrome filled out the tip field with my zip code (which thankfully merely defaulted to max $1000 instead). The tip field was off-screen, and the ordering software didn't have a confirmation screen, just a "we just charged your card $X amount" screen, which made my eyes boggle. EDIT: Looking at the original March 17th, 2015 bug, it would have…
(How) did you resolve this?
Re: Issue 914451: Autofill does not respect autocomplete="off"
#33Explanation from the 'rogue Chromium dev' is linked to in comment 19 of this bug: https://bugs.chromium.org/p/chromium/issues/detail?id=914451... https://bugs.chromium.org/p/chromium/issues/detail?id=468153...
...which really makes it worse: 1. Our programming language has an attribute called "autocomplete" with two possible values: "on" and "off" 2. We will now (without consultation or announcement) simply start ignoring one of those values when you specify it. (and certainly not document the new behaviour!) 3. Here, I made you a convoluted (and undocumented!) workaround for getting the original behaviour of the attribute…
Re: Issue 914451: Autofill does not respect autocomplete="off"
#34Re: Issue 914451: Autofill does not respect autocomplete="off"
#35But OTOH that Chromium interprets form field names heuristically to enable auto-autocomplete is worrying, and reflects poorly on the whole "standardization" process by WHATWG.
Re: Issue 914451: Autofill does not respect autocomplete="off"
#36Re: Issue 914451: Autofill does not respect autocomplete="off"
#37On the other hand, I, too, have been bit by this at least once, in the past. I think it was easier to just disable it at that time, but IIRC, the solution we landed on was to not use form controls at all but switch said text controls over to use content-editable elements. In our case it made sense, since it was not a form at all. My memory could be a bit hazy here, though.
(I do not work on Chrome or use Chrome at home, but as disclosure I do currently work at Google.)
Re: Issue 914451: Autofill does not respect autocomplete="off"
#38Is it “extreme” now for a computer to do what the user wants and not what a random Google employee wants? How does this differ from malware?
Re: Issue 914451: Autofill does not respect autocomplete="off"
#39Earlier quoted context omitted.
They acted predictably by never updating IE and letting it stagnate. Hard to see how that is better in any meaningful way.
You still had a choice, nowadays being a Web Developer is almost a synonym for Chrome Developer and it was the IE hatting crowd that made it happen.
Re: Issue 914451: Autofill does not respect autocomplete="off"
#40
We will see stuff like this:
Where developers use some type of abstraction that generates a random id for each field and then assigns it to the original value server side or in javascript.Just like they already randomise asset filenames to avoid caching.