Autofill drop-down on crbug |
|||||||||
Issue descriptionChrome Version: 69.0.3497.32 (Official Build) beta (64-bit) OS: Linux Here is what I see on crbug when focusing the owner field. The Chrome drop-down hides the useful one. If I click outside then both are dismissed. ESC works. However, if I keep typing then the autofill drop-down reappears again.
,
Aug 13
After hitting SEND, I noticed we are getting server type "NAME_FULL". rogerm@: did anything here and our override is being ignored?
,
Aug 14
title="overall type: NAME_FULL server type: NAME_FULL heuristic type: UNKNOWN_TYPE label: Owner: parseable name: owner section: comment_1-default field signature: 1257707520 form signature: 15555012141081766624"
,
Aug 14
I removed the owner in order to reproduce the bug.
,
Aug 14
Note that the form signature is not the same. The structure of the form has changed (an added, removed or renamed field? or more). The old form was: 5787377393832212605
,
Aug 14
A fix has been sent: cl/208647764 However, it may take a few days until it gets into effect due to caching. I will leave this open for the moment.
,
Aug 21
Annotations from the server: overall type: UNKNOWN_TYPE server type: UNKNOWN_TYPE heuristic type: UNKNOWN_TYPE label: Owner: parseable name: owner section: comment_1-default field signature: 1257707520 form signature: 15555012141081766624
,
Aug 21
Issue 832570 has been merged into this issue.
,
Aug 28
This is what I see from the server now: overall type: NAME_FULL server type: NAME_FULL heuristic type: UNKNOWN_TYPE label: Owner: parseable name: owner section: template_name_1-default field signature: 1257707520 form signature: 5787377393832212605
,
Aug 28
Interesting... You are seeing the old form signature (5787377393832212605), you should be seeing (15555012141081766624). rogerm@: can this be due to caching?
,
Oct 2
My bit is that there are two (or more) versions of the form (create bug vs modify bug, for example) and you're not both talking about the same one. In editing this bug, for example, I see: overall type: NAME_FULL server type: NAME_FULL heuristic type: UNKNOWN_TYPE label: Owner: parseable name: owner section: comment_1-default field signature: 1257707520 form signature: 10934873998177691571 If i create a new issue (which is a different form) I see: overall type: NAME_FULL server type: NAME_FULL heuristic type: UNKNOWN_TYPE label: Owner: parseable name: owner section: template_name_1-default field signature: 1257707520 form signature: 5787377393832212605 If I edit a launch bug (which has additional fields) then I get: overall type: UNKNOWN_TYPE server type: NO_SERVER_DATA heuristic type: UNKNOWN_TYPE label: Owner: parseable name: owner section: comment_1-default field signature: 1257707520 form signature: 6214670051844339443 Ultimately, we need as many overrides are there are incarnations of this form. :(
,
Oct 2
Maybe we should instead invest in a blacklisting of (crbug.com, 1257707520) instead of ({set of form signatures}, 1257707520)
,
Oct 2
Could we set autocomplete="owner" on that field? I'm not sure about blacklisting the field, as there may be a lot of fields with name/id "owner" that we want to fill? |
|||||||||
►
Sign in to add a comment |
|||||||||
Comment 1 by ftirelo@chromium.org
, Aug 13