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

[Grid, FormSubmit]: Adjustments for Safari #362

Merged
merged 3 commits into from
May 7, 2024

Conversation

videoeero
Copy link
Contributor

@videoeero videoeero commented May 6, 2024

Jira ticket: https://funidata.atlassian.net/browse/OTM-30941

There was a bug report, that "Fieldset" legend looks of with Safari. Reason for that was how Safari handled min-width. So for now removed a CSS line which set all grid-items min-width to 0.

Also FormSubmit didn't trigger at all with Safari. Again it seems Safari handles clicks and document.activeElement differently, so now there is extra logic to make sure FormSubmit Button clicks are registered.

@videoeero videoeero added the bug fix Something isn't working as expected label May 6, 2024
@github-actions github-actions bot temporarily deployed to docs-fix-safari-issues-with-grid-and-form-submit May 7, 2024 09:26 Inactive
@github-actions github-actions bot temporarily deployed to docs-fix-safari-issues-with-grid-and-form-submit May 7, 2024 09:43 Inactive
@RiinaKuu RiinaKuu merged commit 79037ca into main May 7, 2024
12 checks passed
@RiinaKuu RiinaKuu deleted the fix-safari-issues-with-grid-and-form-submit branch May 7, 2024 10:51
@github-actions github-actions bot locked and limited conversation to collaborators May 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug fix Something isn't working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants