question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

🌸 Cherry-pick request for #36719 into #36411, #36637

See original GitHub issue

Issue (P0 Bug)

#36711

Pull Request(s)

#36719

Release Tracker(s)

#36411, #36637

Channels

Beta / Experimental, Stable

Formats

Stories

Justification

The bug introduced breaks severely the layouts on stories on major browsers (Chrome, Safari, etc) on mobile. Happens for stories made with multiple editors (confirmed for NWS, MakeStories).

Verification Steps

Check the second page of https://stories.nws.ai/1288496525/new-omnichannel-customer-experiences/ for the text to not overlap. On the PR I took screenshots of the page before reverting the code (the PR linked) and after

Summary

CSS viewport units don’t match JS calculated units, so some stories’ layouts broke on those browsers where vh != %.

Impact

Stories created with multiple tools (or manually) that rely on --story-page-vh or --story-page-vmax have the layouts broken due to those CSS vars changing values.

Action Items

No response

Notifications

/cc @ampproject/release-on-duty @ampproject/wg-approvers @ampproject/cherry-pick-approvers

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
estherkimcommented, Nov 2, 2021

CP complete on stable 2110152252003 and beta 2110212130002. Will proceed to promote beta to stable tomorrow.

1reaction
estherkimcommented, Nov 2, 2021

No, good question, I am CPing the current stable 2110152252002 as well as beta and this week’s beta candidate

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git Cherry Pick | Atlassian Git Tutorial
git cherry-pick is a powerful command that enables arbitrary Git commits to be picked by reference and appended to the current working HEAD....
Read more >
Cherry-pick changes - GitLab Docs
Cherry-pick all changes from a merge request · On the top bar, select Main menu > Projects and find your project. · On...
Read more >
Cherry-picking a commit - GitHub Docs
You can cherry-pick a commit on one branch to create a copy of the commit with the same changes on another branch. If...
Read more >
Copy changes with cherry-pick - Azure Repos - Microsoft Learn
Learn how to cherry-pick to copy the changes from one or more source branch commits to a target branch within a Git repository....
Read more >
Cherry pick changes · Merge requests · Project · User · Help
In Git, cherry-picking is taking a single commit from one branch and adding it as the latest commit on another branch. The rest...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found