mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
fc5cba3ee0
The input event is like onchange, but on text fields, it is fired as soon as the value of the field changes, not when the field is blurred. It is a more appropriate event than 'keydown' or 'keyup', which behave unpredictably with paste events, held-down keys, etc. Support is a little problematic, but it is supported well by Webkit and Firefox, so it seems useful to add here. |
||
---|---|---|
.. | ||
integration | ||
browser_spec.rb | ||
capybara_webkit_builder_spec.rb | ||
cookie_jar_spec.rb | ||
driver_rendering_spec.rb | ||
driver_spec.rb | ||
self_signed_ssl_cert.rb | ||
spec_helper.rb |