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

Validation with model.var.addValueChangeHandler() doesn't work for Chrome with AutoFill [moved] #32

Open
jonnybbb opened this issue Nov 18, 2012 · 0 comments

Comments

@jonnybbb
Copy link
Contributor

This is Issue 32 moved from a Google Code project.
Added by 2010-07-28T07:50:38.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.

Original labels: Type-Defect, Priority-Medium

Original description

<b>What steps will reproduce the problem?</b>
1. Create a GWT-form with Model (FieldModel<String> model.email) and View (TextBox email) and an input field with name attribute (name=&quot;email&quot;)
2. Add ValueChangeHandler (model.email.addValueChangeHandler) which validates the field
3. Activate Chromes AutoFill with Options->Privacy->activate AutoFill
4. Open Form in Chrome
5. click inside the input field, so that AutoFill Text will be shown and select it. tab out of the field (blur)

<b>What is the expected output? What do you see instead?</b>
Other Browsers will validate the field, but not the Chrome Browser

<b>What version of the product are you using? On what operating system?</b>
gwt-pectin 0.7 with Windows, Linux and Mac

<b>Please provide any additional information below.</b>
Summary:
The entered AutoFill value in Chrome won't be validated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant