Description of problem: An input that is watched for changes on a certain interval (as opposed to fields that react on the change event) sends multiple requests on every single change, if that fields has been focused (entered) more than once. If you just enter it and press a letter, it will send 1 request and will continue to do so for every letter if types slowly enough. However, after leaving this field and entering it again, every letter will send 2 requests, and so forth. Version-Release number of selected component (if applicable): darga, master How reproducible: always Steps to Reproduce: 1. go to Configuration > Settings > Region - click the region line to edit 2. click on the (Description) input 3. click elsewhere 4. click on the input 5. click elsewhere 6. click on the input 7. write a single letter Actual results: This will generate 3 requests. Expected results: Only one request is generated. Additional info: (as a substitue for step 1, any of the 263 inputs which have "data-miq_observe" => {:interval => ...} can be used)
Verified in 5.7.0.11