-
Notifications
You must be signed in to change notification settings - Fork 901
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
Temporary fix for a bug with Chrome 129 when handling mask-image #8274
Conversation
Signed-off-by: Miki <[email protected]>
❌ Changelog Entry Missing HyphenChangelog entries must begin with a hyphen (-). |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8274 +/- ##
=======================================
Coverage 64.11% 64.12%
=======================================
Files 3744 3744
Lines 88862 88862
Branches 13852 13852
=======================================
+ Hits 56975 56979 +4
+ Misses 31273 31269 -4
Partials 614 614
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
interesting problem..
* Temporary fix for a bug with Chrome 129 when handling mask-image Signed-off-by: Miki <[email protected]> * Changeset file for PR #8274 created/updated --------- Signed-off-by: Miki <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit cd6a909) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Temporary fix for a bug with Chrome 129 when handling mask-image Signed-off-by: Miki <[email protected]> * Changeset file for PR #8274 created/updated --------- Signed-off-by: Miki <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> (cherry picked from commit cd6a909) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…nsearch-project#8274) * Temporary fix for a bug with Chrome 129 when handling mask-image Signed-off-by: Miki <[email protected]> * Changeset file for PR opensearch-project#8274 created/updated --------- Signed-off-by: Miki <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…) (#8278) * Temporary fix for a bug with Chrome 129 when handling mask-image * Changeset file for PR #8274 created/updated --------- (cherry picked from commit cd6a909) Signed-off-by: Miki <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…nsearch-project#8274) * Temporary fix for a bug with Chrome 129 when handling mask-image Signed-off-by: Miki <[email protected]> * Changeset file for PR opensearch-project#8274 created/updated --------- Signed-off-by: Miki <[email protected]> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…nsearch-project#8274) (opensearch-project#8278) * Temporary fix for a bug with Chrome 129 when handling mask-image * Changeset file for PR opensearch-project#8274 created/updated --------- (cherry picked from commit cd6a909) Signed-off-by: Miki <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com>
…) (#8277) * Temporary fix for a bug with Chrome 129 when handling mask-image * Changeset file for PR #8274 created/updated --------- (cherry picked from commit cd6a909) Signed-off-by: Miki <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> Co-authored-by: Ashwin P Chandran <[email protected]>
Description
Temporary fix for Chrome's problem with rendering mask images.
OUI provides the mask-image which Chrome 129 fails to render correctly.
It is not known if or when Chrome will fix this. Since almost all of these classes
are applied to elements with scrollbars where their content contained, containing the
paint is a safe solution.
Pulled from opensearch-project/oui#1414
Issues Resolved
Fixes #8250
Testing the changes
Follow steps on #8250
Changelog
Check List
yarn test:jest
yarn test:jest_integration