-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Update micromodal, include click-through fix #36837
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
|
Size Change: +48 B (0%) Total Size: 1.11 MB
ℹ️ View Unchanged
|
a325297 to
60e574c
Compare
|
Adding this to the 5.9 must-haves because it would be good to get this fix in. |
| @@ -22019,16 +22019,6 @@ | |||
| "yauzl": "^2.7.0" | |||
| }, | |||
| "dependencies": { | |||
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.
See the failing CI job: https://github.com/WordPress/gutenberg/runs/4336043229?check_suite_focus=true.
| "dependencies": { | |
| "dependencies": { | |
| "are-we-there-yet": { | |
| "version": "2.0.0", | |
| "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", | |
| "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", | |
| "dev": true, | |
| "requires": { | |
| "delegates": "^1.0.0", | |
| "readable-stream": "^3.6.0" | |
| } | |
| }, |
gziolo
left a comment
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.
The package lock file needs a small tweak. There is some strange issue with npm happening. I see this package are-we-there-yet getting removed and added back too many times 😞
If you |
|
Unit and e2e test failures seen here are present in trunk, and the test failure related to |
0d8e253 to
f2665b6
Compare
Related or not, I can't merge this with those tests failing; I'd appreciate your help with that @gziolo :) |
f2665b6 to
b2841f8
Compare
b2841f8 to
35899ff
Compare
|
I rebased this to (hopefully) fix failing tests. |
|
@gziolo @noisysocks thanks! |
Description
Fixes #31957
A
touchstartevent bug on MicroModal was causing the close button to click the avatar button on the admin bar.Tested on Firefox and Safari, and it seems to work correctly now.
How has this been tested?
Screenshots