Skip to content
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

Merged
merged 4 commits into from
Jul 23, 2023
Merged

MWPW-129281 - CLS Regression #267

merged 4 commits into from
Jul 23, 2023

Conversation

Blainegunn
Copy link
Collaborator

@Blainegunn Blainegunn commented Jun 20, 2023

Resolves : MWPW-129281

@aem-code-sync
Copy link

aem-code-sync bot commented Jun 20, 2023

Hello, I'm Franklin Bot and I will run some test suites that validate the page speed.
In case there are problems, just click the checkbox below to rerun the respective action.

  • Re-run PSI Checks

@@ -92,6 +93,7 @@ export default function init(element) {
break;
case UPLOAD_START:
setCurrentEvent('upload');
if (reviewBlock[0]) { reviewBlock[0].classList.add('fade'); };
Copy link
Collaborator

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

@Blainegunn Blainegunn changed the title cls fix test #2 MWPW-129281 - CLS Regression Jul 18, 2023
@Blainegunn Blainegunn added this to the 0.2330 milestone Jul 18, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #267 (543f239) into stage (accc8e3) will decrease coverage by 0.27%.
The diff coverage is 100.00%.

@@            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     
Impacted Files Coverage Δ
acrobat/blocks/eventwrapper/eventwrapper.js 97.18% <100.00%> (-2.82%) ⬇️

... and 9 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@Blainegunn Blainegunn merged commit af6c7f2 into stage Jul 23, 2023
4 of 5 checks passed
@Blainegunn Blainegunn deleted the MWPW-129281_v2 branch November 14, 2023 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants