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 issue with submit button not appearing on Safari 14.1.1 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MihailMiller
Copy link

The submit button is not appearing on Safari 14.1.1 (macOS 11.4). After investigating the problem, I discovered that the button was not appended after the last container inside the article on Safari 14.1.1 because the blocks were not rendered during the append-time ($article.find('.block').length was 0), while it worked on other browsers.

To fix this issue, I have updated the code to append the submit button after the article instead of after the last container inside the article. This quick fix should ensure that the submit button appears on Safari 14.1.1 as expected.

@oliverfoster
Copy link
Member

Which fw version?

@MihailMiller
Copy link
Author

The framework version we currently use is 5.22.6

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.

2 participants