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: element (form) ID's must be unique on a page #9594

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

Ruud68
Copy link
Contributor

@Ruud68 Ruud68 commented Dec 10, 2023

Pull Request for Potential Issue

Summary of Changes

elements on a page should have a unique ID, currently the quick reply forms all have the same form ID. This can cause errors / conflicts when trying to do CSS / JS functions on these forms

Testing Instructions

install PR, test if everything is still working.
Take special attantion when you have JS or CSS using the form ID "postform" as this ID now has been made unique with the message ID the postform is linked to.

@rich20

This comment was marked as off-topic.

@xillibit xillibit added the 6.2 label Dec 10, 2023
@xillibit xillibit added this to the 6.2 milestone Dec 10, 2023
@Ruud68
Copy link
Contributor Author

Ruud68 commented Dec 10, 2023

Hi, this is not captcha related, that change I still need to do. First need to setup 6.3 Environment

@xillibit xillibit merged commit f6964ea into Kunena:K6.2 Dec 10, 2023
4 checks passed
@rich20
Copy link
Member

rich20 commented Dec 10, 2023

Hi, this is not captcha related, that change I still need to do. First need to setup 6.3 Environment

Thanks, yes I had noticed, that's why I labelled my post "off topic".

@Ruud68 Ruud68 deleted the postform-ids branch February 21, 2024 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants