Merge branch 'master' into 3198-writable-fuse
[arvados.git] / apps / workbench / app / assets / javascripts / application.js
index 3183fb72b370ab1f70d6e45182c8d7a9059c07f0..65e856df3a90143a5955def3698acc89784ff438 100644 (file)
@@ -147,6 +147,9 @@ jQuery(function($){
             $('.modal').attr('tabindex', '-1')
         }).
         on('ready', function() {
+            // Need this to trigger input validation/synchronization callbacks because some browsers
+            // auto-fill form fields (e.g., when navigating "back" to a page where some text
+            // had been entered in a search box) without triggering a change or input event.
             $('input').trigger('input');
         });