-
Bug
-
Resolution: Fixed
-
Minor
-
4.3 regressions, 4.3.6
I noticed this when fixing MDL-82811
The inplace editable component prior to 4.3 displayed a loading spinner while updating:
Since SVG files were added in MDL-67271 (4.3), they took precedence over gif icons, which means the following is shown instead of the loading spinner:
The static SVG has been recently updated in MDL-82497 but the problem remains
The inplace editable module itself shouldn't be trying to implement this loading icon anyway, as we already have a module to do just that ('core/loadingicon') so we should just use it