[Autofill] Hidden field detection needs improvement |
|||||
Issue descriptionSometimes, a field is hidden from the user's perspective, but doesn't have a hidden attribute (because of the position or .. ). We need to detect them for better sectioning among other reasons. Example: Home Depot. There are two expiration month/year. The first one is hidden, without any hidden attribute (by z-index = -1). ElementVisibilityObserver from C++/IntersectionObserver API might be useful.
,
Jan 25 2018
The current version of the Intersection API doesn't detect the cases we want. The problem is referred to as "occlusion detection," and will be added to the v2 of the API.
,
Jan 25 2018
Just curious, do they have an ETA?
,
Jan 26 2018
No, they (szager@) said Q3 or Q4 probably.
,
Jan 26 2018
Good to know, thanks!
,
Jan 31 2018
,
May 22 2018
,
Jun 27 2018
,
Jun 27 2018
Should we keep this open? I think it's a worthwhile endeavor :)
,
Jul 4
Unfortunately, I don't have an example for this bug, let's wait and see if there is any form that doesn't work for this reason, and reopen it in that case. |
|||||
►
Sign in to add a comment |
|||||
Comment 1 by parastoog@chromium.org
, Jan 23 2018