[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:10:51 -0000
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | </p/htmlunit/bugs/1969/3b7ed5279d8b76b72298b54fe38ce00a450a5cce.bugs@htmlunit.p.sourceforge.net> |
Yes, correct; another stupid bug related to the selection delegate. Same issue for other input elements.
This is fixed now in SVN, have a look at [Twitter](https://twitter.com/HtmlUnit) to get informed about the next snapshot (and release).
---
** [bugs:#1969] HTMLTelInput & HTMLUnitDriver - Cannot clear field and enter a new value**
**Status:** open
**Group:** 2.31
**Labels:** HtmlUnitDriver HtmlUnit
**Created:** Tue Jun 19, 2018 12:59 AM UTC by Tomer Kimia
**Last Updated:** Tue Jun 19, 2018 12:59 AM UTC
**Owner:** nobody
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