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

Add value verification and retries when filling forms #57

Open
mVermaat opened this issue Feb 27, 2020 · 0 comments
Open

Add value verification and retries when filling forms #57

mVermaat opened this issue Feb 27, 2020 · 0 comments
Assignees
Labels
EasyReproEnhancement New feature or request that must be implemented in EasyRepro
Milestone

Comments

@mVermaat
Copy link
Owner

In some edge cases it can happen that a value isn't set properly. This usually happens if fields are being set fast. In example

Property Value
Product TestProduct
Price 100

Using the follow table as values for a record and there is client side functionality that defaults the price of the product. What sometimes happens now is that while the software tries to write 100, the default price 50 is set. This causes the end result of 50100.

@mVermaat mVermaat added this to the 3.0 milestone Feb 27, 2020
@mVermaat mVermaat self-assigned this Feb 27, 2020
@mVermaat mVermaat added the EasyReproEnhancement New feature or request that must be implemented in EasyRepro label Apr 16, 2020
@mVermaat mVermaat modified the milestones: 3.0, 3.1 Apr 20, 2020
@mVermaat mVermaat modified the milestones: 3.1, 4.0 Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EasyReproEnhancement New feature or request that must be implemented in EasyRepro
Projects
None yet
Development

No branches or pull requests

1 participant