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

Vaadin 22: Safari 13 should be detected as too old #13271

Closed
darmro opened this issue Mar 10, 2022 · 1 comment · Fixed by #13282
Closed

Vaadin 22: Safari 13 should be detected as too old #13271

darmro opened this issue Mar 10, 2022 · 1 comment · Fixed by #13282
Assignees
Labels
BFP Bugfix priority, also known as Warranty bug Impact: Low Severity: Major

Comments

@darmro
Copy link

darmro commented Mar 10, 2022

Description of the bug

Open https://start.vaadin.com/app on Safari 13.
The app will appear, but doesn't work properly (there is a lot of js errors on the browser console):

image

Expected behavior

Safari 13 should be checked to be too old in Vaadin "browser to old" handler.

Minimal reproducible example

Just open https://start.vaadin.com/app on Safari 13.

Versions

  • Vaadin / Flow version: 22.0.8
  • OS version: macOS
  • Browser version (if applicable): Safari 13
@joheriks joheriks added bug BFP Bugfix priority, also known as Warranty Impact: Low Severity: Major labels Mar 11, 2022
@joheriks joheriks self-assigned this Mar 11, 2022
@joheriks
Copy link
Contributor

EventTarget() constructor (use by @vaadin/components-base) is supported from Safari 14. Increasing minimum version to 14+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BFP Bugfix priority, also known as Warranty bug Impact: Low Severity: Major
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants