assaf / zombie

Insanely fast, full-stack, headless browser testing using node.js
http://zombie.js.org/
MIT License
5.65k stars 520 forks source link

The "change" event is fired 2 times for a single change #1204

Open aik099 opened 4 years ago

aik099 commented 4 years ago

For any of the following actions the change event is fired 2 times instead of 1 time:

It works correctly for <input type="text"/> and <textarea> elements.

Using Zombie 6.1.4.

aik099 commented 4 years ago

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.