Merge pull request #5460 from kjac/v8-fix-rte-load-indicator
V8: Use umb-load-indicator when loading the RTE
This commit is contained in:
@@ -5,10 +5,6 @@
|
||||
position: relative;
|
||||
|
||||
.umb-property-editor--limit-width();
|
||||
|
||||
.-loading {
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
|
||||
.umb-rte .mce-tinymce {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div ng-controller="Umbraco.PropertyEditors.RTEController" class="umb-property-editor umb-rte">
|
||||
<div class="-loading" ng-if="isLoading"><localize key="general_loading">Loading</localize>...</div>
|
||||
<umb-load-indicator ng-if="isLoading"></umb-load-indicator>
|
||||
|
||||
<div ng-style="{ visibility : isLoading ? 'hidden' : 'visible'}"
|
||||
id="{{textAreaHtmlId}}" class="umb-rte-editor"></div>
|
||||
|
||||
Reference in New Issue
Block a user