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: Multiple elements with the same html id #2876

Merged
merged 2 commits into from
Sep 8, 2022
Merged

Fix: Multiple elements with the same html id #2876

merged 2 commits into from
Sep 8, 2022

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Sep 8, 2022

Summary

Remove IDs on elements which might be present multiple times in the DOM. This might happen because they are used in the rich workspace but also in the editor viewer.
Replaced the ID usage with the class name.

Remove IDs on elements which might be present multiple times in the DOM.
This might happen because they are used in the rich workspace but also
in the editor viewer.
Replaced the ID usage with the class name.

Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
@susnux
Copy link
Contributor Author

susnux commented Sep 8, 2022

/compile

Copy link
Member

@vinicius73 vinicius73 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking care of this.

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@vinicius73 vinicius73 merged commit 6ba3218 into master Sep 8, 2022
@delete-merged-branch delete-merged-branch bot deleted the fix/2368 branch September 8, 2022 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple elements with the same html id
3 participants