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

Embed Youtube video player not loading as expected after accepting cookies #207 #308

Merged
merged 21 commits into from
Dec 18, 2023

Conversation

cogniSyb
Copy link
Collaborator

Fix #207

Test URLs:

In below screenshot you see the initial OneTrust groups set on an iPhone with US internet connection. After accepting the cookies, you get a different order of those groups. My code change makes sure that we don’t sort the groups before comparing them. Only if there’s a difference in the comparison, the page will reload. The code change has a downside; we can have situations where we have unnecessary reloads. Though this code will not be executed that much :)
Screenshot 2023-12-05 at 09 50 52

OneTrust can be interacted with on production, so we can test this on production only. I’ve created my own setup with a real iPhone, connected to a VPN and overriding the JS source from Safari on a connected MacBook.

synox and others added 21 commits December 5, 2023 01:36
* fix Firefox issue with sorting
* fix naming issues
* refactor focus state
* refactor button styles
* fix disable functionality for previous/next buttons
* fix colour of gradient
* add border radius to button for focus state
* Add modal top bar
* Add opening the links with modal link
* Refactor the modal background color
* Improve modal accessibility

---------

Authored-by: Tomasz Dziezyk <[email protected]>
* Pardot form block - callback response
* Updated with placeholders Thank you & Error messages
* Include honeypot pardot extra field
* add countdown timer in hero block
* refactor gaps, UI improvements for all variants
* fix button padding for tablet
* better text wrapping
* fix hero container takes at least the height of the viewport, and in case of overflow content, the height expands
* update hero gradient
* add variant to right align background in hero
* refactor better class names for positioning
* fix hero background
* add play icon

---------

Co-authored-by: Syb Wartna <[email protected]>
* add variant for expanding animation
* refactor alignment of content
* refactor typography
* refactor overlay: removed when text not present
* Event notifications block #68 

* Calendar invite #72
* refactor alignment and typography
* refactor icon usage
* fix overlay, color
* refactor icon usage
* remove redundant close button
* fix video size
…n Chrome with version below 119 #279 (#281)

* #279 - Add :invalid when :user-invalid is not supported
Copy link
Contributor

aem-code-sync bot commented Dec 14, 2023

Hello, I'm the AEM Code Sync 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

@cogniSyb cogniSyb merged commit 0c64019 into develop Dec 18, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants