-
Notifications
You must be signed in to change notification settings - Fork 16.2k
fix: enable autofill popups on mac #16308
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
Conversation
d21bd3a
to
4eabb8d
Compare
56e95b6
to
92f069a
Compare
@brenca can you rebase this PR with the latest from master? That should resolve the failing CI. |
f1145b3
to
f00787b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love those deleted lines :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to me :)
Co-Authored-By: brenca <benecene@gmail.com>
ba02337
to
8685356
Compare
Release Notes Persisted
|
I have automatically backported this PR to "5-0-x", please check out #16880 |
A maintainer has manually backported this PR to "5-0-x", please check out #17888 |
1 similar comment
A maintainer has manually backported this PR to "5-0-x", please check out #17888 |
Description of Change
Pretty much what the label says, it looks like shuffling some code around was enough to enable autofill popups on Mac. This PR also fixes the positioning (the popup appeared below the autofilled element before, now it matches chrome (if there is no space, it appears above the element)).
Resolves #360
Checklist
npm test
passesRelease Notes
Notes: Enabled autofill popups on Mac.