| Summary: | Problem inserting custom donations with AZERTY/DVORAK keyboard | ||
|---|---|---|---|
| Product: | Community | Reporter: | Eric Poirier <eric.poirier> |
| Component: | Website | Assignee: | Eric Poirier <eric.poirier> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | CC: | chris.guindon, victor |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Eric Poirier
We are currently validating the donation amount each time the user types something in the amount field. I propose we validate the amount when the user submit the donation form instead. We should be use the bootstrapvalidator plugin since it's included with solstice to do this. I did some testing and this is not an issue anymore. A patch has been merged a while ago to update how the donation field validates the characters entered. We used to have a JS script to validate that the characters entered were numbers but now we only rely on the number field type (Example: <input type="number">). So far we haven't had any issues with the donation form since this patch. I'm closing this bug, but please reopen if the issue is still happening for AZERTY/DVORAK keyboard. Thanks. > I did some testing and this is not an issue anymore.
Confirmed, thanks!
|