eclipse-ee4j / mojarra

Mojarra, a Jakarta Faces implementation
Other
158 stars 107 forks source link

Fix TCK for Mojarra 4.1 #5400

Closed BalusC closed 4 months ago

BalusC commented 4 months ago

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.