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 TCK for Mojarra 4.1 #5400

Merged
merged 3 commits into from
Feb 11, 2024
Merged

Fix TCK for Mojarra 4.1 #5400

merged 3 commits into from
Feb 11, 2024

Conversation

BalusC
Copy link
Contributor

@BalusC BalusC commented Feb 11, 2024

Fix failing ajax related TCK tests caused by non-existent numeric input attribute being interpreted as -1 which was disallowed when put back as numeric input attribute which only allowed positive integers. It caused a JS error like so

Failed to set the 'maxLength' propertry on 'HTMLInputElement': The value provided (-1) is not positive or 0.

interpreted as -1 which was disallowed when put back as numeric input
attribute which only allowed positive integers
interpreted as -1 which was disallowed when put back as numeric input
attribute which only allowed positive integers
git@github.com:eclipse-ee4j/mojarra.git into fix_tck_for_mojarra_4.1
@arjantijms arjantijms merged commit efd3b6f into 4.1 Feb 11, 2024
3 checks passed
@arjantijms arjantijms deleted the fix_tck_for_mojarra_4.1 branch February 11, 2024 23:12
BalusC added a commit that referenced this pull request Feb 12, 2024
@arjantijms arjantijms added the 4.1 label Mar 4, 2024
@arjantijms arjantijms added this to the 4.1.0 milestone Mar 4, 2024
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.

None yet

2 participants