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

fix: recover drawing area (minimum version) #18084

Merged
merged 1 commit into from Jun 5, 2023

Conversation

hiroshisuga
Copy link
Contributor

@hiroshisuga hiroshisuga commented Jun 3, 2023

What does this PR do?

Removes a clippath that is making a problem on the recently updated Chromium-based browsers.

Closes Issue(s)

Closes #18066
Related discussion: https://groups.google.com/g/bigbluebutton-dev/c/r35CE7Z1zfU

Motivation

I need a quick fix because my class is starting from next week!

More

To me this clippath seems not necessary at all. I will post another PR (#18085) that removes all.
This PR itself might not be necessary if the bug (which I suppose so) is fixed on the Chromium side. But even so, removing this clippath does not harm anything as far as I checked.

@sonarcloud
Copy link

sonarcloud bot commented Jun 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@hiroshisuga hiroshisuga changed the title [Fix 2.5] eliminate clippath for Chromium-based browsers (minimum version) [Fix 2.5] recover drawing area (minimum version) Jun 4, 2023
@antobinary antobinary changed the title [Fix 2.5] recover drawing area (minimum version) fix: recover drawing area (minimum version) Jun 5, 2023
@antobinary antobinary merged commit 6631ab9 into bigbluebutton:v2.5.x-release Jun 5, 2023
5 checks passed
@hiroshisuga hiroshisuga deleted the patch-75 branch June 6, 2023 01:05
@lonesomewalker
Copy link
Contributor

Consider to rework this for Edge... :-(
But thanks @hiroshisuga for this fast fix!

@hiroshisuga
Copy link
Contributor Author

Quick fix (not tested but should work):


->
const { isChrome, isEdge } = browserInfo;


->
clipPath={ isChrome || isEdge ? "" : "url(#viewBox)" }

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.

None yet

4 participants