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

JavaScript Komponenten funktionieren nicht im Safari Browser #945

Closed
bseber opened this issue Nov 15, 2024 · 1 comment · Fixed by #946
Closed

JavaScript Komponenten funktionieren nicht im Safari Browser #945

bseber opened this issue Nov 15, 2024 · 1 comment · Fixed by #946
Labels
status: planned This issue is planned in a milestone and won't be touched by stale bot. type: bug
Milestone

Comments

@bseber
Copy link
Contributor

bseber commented Nov 15, 2024

Im Safari funktionieren die built-in CustomElements nichts mehr (z. B. <img is="z-avatar">)

Der Polyfill wird anders gebaut seit keine Ahnung welcher Version:

Unexpected keyword 'export' in custom-elements-polyfill

Auswirkungen

  • Avatar wird nicht mehr korrekt angezeigt
  • Bei den Berichten funktioniert die Auswahlbox der Personen nicht
  • Datepicker beim Zeiten erfassen öffnet sich nicht
  • vielleicht noch mehrere JavaScript Komponenten...

Keine Ahnung seit wann das der Fall ist 🥺

Seit #857. Enthalten in Release 2.8.0 vom 2. Oktober 2024

@bseber bseber added status: new Initial state for every issue / pullrequest type: bug labels Nov 15, 2024
@bseber bseber added this to the 2.13.1 milestone Nov 15, 2024
@github-actions github-actions bot added status: planned This issue is planned in a milestone and won't be touched by stale bot. and removed status: new Initial state for every issue / pullrequest labels Nov 15, 2024
@bseber bseber changed the title built-in custom-elements broken in safari JavaScript Komponenten funktionieren nicht im Safari Browser Nov 15, 2024
@bseber
Copy link
Contributor Author

bseber commented Nov 17, 2024

  input: {
    "custom-elements-polyfill": `@ungap/custom-elements`,
  },
  output: {
    format: "es",

das wurde "falsch" gebaut und von uns genutzt, weil im html das script ohne type=module integriert ist (bzw )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: planned This issue is planned in a milestone and won't be touched by stale bot. type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant