ember-inline-edit
ember-inline-edit copied to clipboard
Unsuccessful save after loss of focus during editing
The following action sequence produces a state in which the control will not save properly:
- Click on the control.
- Change the selected option.
- Click anywhere outside the control so that the control closes. Notice that the original value is shown.
- Click on the control. Notice that the shown value is the modified value.
- Press the save button. Notice that the control still shows the original value, i.e. the save button didn't work.