-
Notifications
You must be signed in to change notification settings - Fork 35
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
MWPW-129281 - CLS Regression #267
Conversation
Hello, I'm Franklin Bot and I will run some test suites that validate the page speed.
|
@@ -92,6 +93,7 @@ export default function init(element) { | |||
break; | |||
case UPLOAD_START: | |||
setCurrentEvent('upload'); | |||
if (reviewBlock[0]) { reviewBlock[0].classList.add('fade'); }; |
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.
you might want to hide it immediately on upload (simultaneously or prior to shifting the content upward) then fade it back in after the upload completes? It might even be possible to do this with only CSS rules
Codecov Report
@@ Coverage Diff @@
## stage #267 +/- ##
==========================================
- Coverage 99.68% 99.42% -0.27%
==========================================
Files 26 26
Lines 2220 2243 +23
==========================================
+ Hits 2213 2230 +17
- Misses 7 13 +6
... and 9 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Resolves : MWPW-129281