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

[7.0] Fix DOM ids and labels of ingredient editors #2534

Merged
merged 5 commits into from
Jul 31, 2023

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Jul 31, 2023

Same as #2526 but for 7.0-stable

tvdeyen and others added 5 commits July 6, 2023 10:15
Before we were removing the intersection observer even
if we are still on the same page.

Now removing it were we need to, in the Turbo page change
event.
[v7.0] Use selenium-webdriver instead of webdrivers gem
The boolean ingredient editor label tag must
not have a `for` attribute since it nests the input
tag. That input does not need an `id` as it is
nested. Solves an issue with non-clickable
label on the checkbox.

The image editor label must not have a `for`
attribute as well, as there is no focusable form
element.
@tvdeyen tvdeyen merged commit 4fcc3fa into AlchemyCMS:main Jul 31, 2023
23 checks passed
@tvdeyen tvdeyen deleted the 7.0-fix-ingredient-dom-ids branch July 31, 2023 14:51
@tvdeyen tvdeyen restored the 7.0-fix-ingredient-dom-ids branch July 31, 2023 17:40
@tvdeyen tvdeyen deleted the 7.0-fix-ingredient-dom-ids branch July 31, 2023 19:29
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