stable
Clone or download
Read-only
request #20570 Disable the text field during the Markdown preview loading
Tip : You should throttling your browser to increase the preview loading duration. Note: This contribution concern: - Text field in artifact view + Mass change - Artifact Modal - Step Defintion field in artifact view How to test: - Click on the preview button of the text field. => During the preview loading, the text field is disabled => When the loading is done, the CommonMark should be displayed in HTML Change-Id: I6e29fe1d142b86fea31c5803046c5820fa9a26e1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/testmanagement/scripts/step-definition-field/StepDefinitionEditableStep.vue | +2 | −0 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/followups/FollowupEditor.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/text-field/TextField.test.js | +20 | −0 | Go to diff View file |
M | plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/text-field/TextField.vue | +1 | −1 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaRenderer.test.ts | +0 | −18 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/EditorAreaRenderer.ts | +13 | −10 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/PreviewArea.test.ts | +1 | −1 | Go to diff View file |
A | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/TextArea.test.ts | +58 | −0 | Go to diff View file |
A | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/components/TextArea.ts | +47 | −0 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/lit-html-adapter.test.ts | +2 | −11 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/src/format-selector/editor-area/lit-html-adapter.ts | +0 | −5 | Go to diff View file |
M | plugins/tracker/scripts/lib/rich-text-editor/tsconfig.json | +1 | −1 | Go to diff View file |