[HtmlUnit] [htmlunit:bugs] #1969 HTMLTelInput & HTMLUnitDriver - Cannot clear field and enter a new value
RBRi via HtmlUnit-develop <[email protected]> Sat, 21 Jul 2018 12:11:07 -0000
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | </p/htmlunit/bugs/1969/dde49fab290463fa8086148411386457b3239429.bugs@htmlunit.p.sourceforge.net> |
- **status**: open --> closed
- **assigned_to**: RBRi
---
** [bugs:#1969] HTMLTelInput & HTMLUnitDriver - Cannot clear field and enter a new value**
**Status:** closed
**Group:** 2.31
**Labels:** HtmlUnitDriver HtmlUnit
**Created:** Tue Jun 19, 2018 12:59 AM UTC by Tomer Kimia
**Last Updated:** Sat Jul 21, 2018 12:10 PM UTC
**Owner:** RBRi
I'm encountering an easily reproducible error using `HTMLTelInput`:
```
//assume telInputField is a valid field
HtmlInput telInputField = form.getInputByName("zipCode");
telInputField.type("91210");
telInputField.reset();
telInputField.type("90210");
```
I originally encountered this using the `HTMLUnitDriver` through selenium.
---
Sent from sourceforge.net because [email protected] is subscribed to https://sourceforge.net/p/htmlunit/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/htmlunit/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
HtmlUnit-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/htmlunit-develop