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

listjs - correctly patch list.min.js to support special character #10725

Merged
merged 2 commits into from
Sep 6, 2024

Conversation

cderv
Copy link
Collaborator

@cderv cderv commented Sep 5, 2024

This is a follow up on a2e298e which patches list.min.js to fix #8435. The fix suggested in javve/list.js#699 only remove the regex handling. Our initial patch was also removing the lowercase processing which broke search.

This fixes #10720

This wrong patching was done in 1.5.4 initially and introduced a regression. @cscheid I think we can backport in 1.5. I'll add to changelog accordingly.

  • Add playwright test

This is a follow up on a2e298e which patches list.min.js to fix #8435. The fix suggested in javve/list.js#699 only remove the regex handling. Our initial patch was also removing the lowercase processing which broke search.

This fixes #10720
@cscheid
Copy link
Collaborator

cscheid commented Sep 5, 2024

The fix looks good, but I really think we need a playwright test here to avoid further regressions in the future.

this update playwright deps too, to get latest testing
@cderv
Copy link
Collaborator Author

cderv commented Sep 6, 2024

And new playwright test is passing ! Yeah !!

@cderv
Copy link
Collaborator Author

cderv commented Sep 6, 2024

I backported the change in list.ming.js in 1.5 : e353f59

@cderv cderv merged commit 3cfdf01 into main Sep 6, 2024
47 checks passed
@cderv cderv deleted the fix/list-js-patch branch September 6, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants