stable

Clone or download

Read-only

Reduce TLP modal z-index to allow CKEditor notifications to show up

Part of story #13453: finish drag'n drop images in tracker text areas How to test: - The artifact modal now shows CKEditor notifications. - No other functional change intended. Non-regression: - Check an artifact modal with Open-list field (select2), text field (CKEditor), date field (date picker). They should still appear on top of the modal (not behind). - Please check also the Document app's embedded file update modal. It contains a CKEditor. - Please check dashboards (e.g. label widget configuration) This ridiculously high z-index has caused problems whenever we have tried to use external libs. Let's try and reduce it. The new value means that CKEditor notifications will show up and we can stop ignoring them in the artifact modal and have the same UX as Artifact view. Change-Id: Iaf713fd1fbdadaf7b3fbdf6abe491c8ae87d4f95

Modified Files

Name
M plugins/tracker/www/scripts/angular-artifact-modal/src/common/RichTextEditor.spec.js +5 −57 Go to diff View file
M plugins/tracker/www/scripts/angular-artifact-modal/src/common/RichTextEditor.vue +7 −25 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_header.scss +2 −2 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_sidebar.scss +2 −2 Go to diff View file
M src/www/themes/common/tlp/src/scss/_vendor.scss +1 −2 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_dropdowns.scss +5 −4 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_forms.scss +2 −2 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_modal.scss +4 −4 Go to diff View file
D src/www/themes/common/tlp/src/scss/overrides/_ckeditor-override.scss +0 −28 Go to diff View file