On a field editing page such as admin/structure/types/manage/article/display, if someone drag-and-drops to change the order of fields for a display, Drupal puts a very clear notice:
* Changes made in this table will not be saved until the form is submitted.
If someone clicks the cog button icon to change the display of an image from the original image to the medium image style, for instance, and then presses a nice button labelled update, the user has every reason to think the change is saved. It isn't.

Compounding this usability bug, the tabledrag notice disappears after you have edited a field display setting. [Potential separate bug: in one case after dragging a row, i was no longer able to get the cog to open the formatter settings, but i was not able to reproduce this.]
Minimal, non-string changing fix: Have the table drag warning appear whenever update is pressed in the settings for a field display.
| Comment | File | Size | Author |
|---|---|---|---|
| configure-image-field-press-update.png | 120.14 KB | mlncn |
Comments
Comment #1
yched commentedTrue - dupe of #857312: Add a "changes not applied until saved" warning when changing widget/formatter settings, though