capybara-webkit/spec
David Reese fc5cba3ee0 Add support for HTML input event (aka oninput) on text fields.
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.
2012-03-16 12:23:24 -04:00
..
integration Follow the expected gem name/require path 2011-09-26 11:33:25 -03:00
browser_spec.rb Support compiling on windows. 2012-03-16 11:59:50 -04:00
capybara_webkit_builder_spec.rb Allow ENV to change make, qmake, and spec options. 2012-02-17 11:27:00 -05:00
cookie_jar_spec.rb restructure specs for CookieJar. Adds specs for #find method 2011-10-14 21:23:00 +02:00
driver_rendering_spec.rb Fuzzier width checking for the PNG rendering, to handle inconsistencies between CI and local. 2011-07-05 11:33:30 -04:00
driver_spec.rb Add support for HTML input event (aka oninput) on text fields. 2012-03-16 12:23:24 -04:00
self_signed_ssl_cert.rb Remove some unused global variables. 2011-10-14 17:18:33 -04:00
spec_helper.rb Support compiling on windows. 2012-03-16 11:59:50 -04:00