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

dashboard does not load on Safari < 14 #4068

Closed
akosyakov opened this issue Apr 26, 2021 · 0 comments · Fixed by #4069
Closed

dashboard does not load on Safari < 14 #4068

akosyakov opened this issue Apr 26, 2021 · 0 comments · Fixed by #4069
Assignees
Labels
component: dashboard type: bug Something isn't working

Comments

@akosyakov
Copy link
Member

akosyakov commented Apr 26, 2021

Bug description

MediaQueryList inherits EventTarget only from Safari 14. Currently all browsers implement addListener and removeListener already. see https://developer.mozilla.org/en-US/docs/Web/API/MediaQueryList We should use it for now.

Steps to reproduce

See above.

Expected behavior

No response

Example repository

No response

Anything else?

No response

@akosyakov akosyakov self-assigned this Apr 26, 2021
@akosyakov akosyakov added component: dashboard type: bug Something isn't working labels Apr 26, 2021
@akosyakov akosyakov added this to the April 2021 milestone Apr 26, 2021
MatthewFagan pushed a commit to trilogy-group/gitpod that referenced this issue Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: dashboard type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant