You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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="email")
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: