You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
With 63 (and existing code), targetRect is added to boundingClientRect (notice the top value of 74) because the targetRect is for inside the webview.
With 64, targetRect is using screen coordinates already (instead of being relative to the webview). Therefore, we don't need to add the window chrome size (boundingClientRect) to it
Test plan
about:autofill
Description
Autofill dropdown is not shown below the input area
Steps to Reproduce
about:autofill
Actual result:
0.19.134 vs 0.19.135
Expected result:
Autofill suggestion should be shown below the clicked input area
Reproduces how often:
100%
Brave Version
about:brave info:
Reproducible on current live release:
No
Additional Information
cc: @bsclifton @darkdh
The text was updated successfully, but these errors were encountered: