Skip to content

Fix: Multiple elements with the same html id - #2876

Merged
vinicius73 merged 2 commits into
masterfrom
fix/2368
Sep 8, 2022
Merged

Fix: Multiple elements with the same html id#2876
vinicius73 merged 2 commits into
masterfrom
fix/2368

Conversation

@susnux

Copy link
Copy Markdown
Contributor

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
Copy Markdown
ContributorAuthor

/compile

@vinicius73vinicius73 left a comment

Copy link
Copy Markdown
Member

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 masterSep 8, 2022
@delete-merged-branch
delete-merged-branchBot deleted the fix/2368 branch September 8, 2022 15:36
@blizzzblizzz mentioned this pull request Sep 9, 2022
Sign up for freeto 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

@susnux@vinicius73@nextcloud-command