stable

Clone or download

Read-only

Merge commit 'refs/changes/35/22335/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD

* ssh://gerrit.tuleap.net:29418/tuleap: request #20570 Disable the text field during the Markdown preview loading Change-Id: I0ab1f58f3299cacd1d118a73e92bb72d4a1f761d

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