Open aik099 opened 4 years ago
For any of the following actions the change event is fired 2 times instead of 1 time:
change
browser.check(...)
browser.uncheck(...)
browser.choose(...)
browser.selectOption(...)
browser.select(...)
It works correctly for <input type="text"/> and <textarea> elements.
<input type="text"/>
<textarea>
Using Zombie 6.1.4.
It works fine on Zombie 5.0.8 release, but with Zombie 6.1.4 release the click processing also is triggering change event, which isn't needed at all.
click
For any of the following actions the
change
event is fired 2 times instead of 1 time:browser.check(...)
method)browser.uncheck(...)
method)browser.choose(...)
method)browser.selectOption(...)
andbrowser.select(...)
methods)It works correctly for
<input type="text"/>
and<textarea>
elements.Using Zombie 6.1.4.