-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add missing } in core ajax tests #1990
Conversation
`keyup` only works with a keyboard, and ignores pasting with a right click or programmatically updating the value with JS. `input` is a better event for detecting any "inputs to the input". Co-authored-by: Sam Eaton <sam@eaton.party>
* docs: php (symfony sdk) * docs: twig support for fragments --------- Co-authored-by: Cristian Toma <cristian.toma@vivre.eu>
* Homogenize configuration docs * Remove source change
Could not figure out how to import directly from docs.md with zola.
Looks like this bug reduces the number of test in the test suite. After fixing the 1.9.7 release test suite changed from 584 to 653 tests. |
Huh, odd, thanks. Can you rebase against |
@alexpetros rebased to test - is it ok now? or do you like to have a pr against the dev branch? |
Yes, the PR should be against the |
So i have to create a new one... |
Nope, you can retarget this PR, just rebase it against dev and then edit the PR! |
like this? |
Yup, but now you have to rebase it against dev so it's only the one commit |
Sorry but i will create a new PR. |
replaced by #1998 |
Found while working on improving the js support of HtmlUnit.