stable

Clone or download

Read-only

Close Artifact modal "Help" popover on Escape

Part of story #18337 markdown replace text How to test: $ (cd src/ && npm run build) $ (cd plugins/agiledashboard && npm run build) Edit or create a new artifact with a text field. Switch to "Markdown" format. Click on the "Help" button. Press "Escape" key on your keyboard => The "Help" popover should close. When you switch format to HTML or close the modal, the event listener should be removed from document. Change-Id: I8888d5c8583ecc333181b3341bcf3524e0974355

Modified Files

Name
M plugins/tracker/scripts/angular-artifact-modal/po/fr_FR.po +0 −3 Go to diff View file
A plugins/tracker/scripts/angular-artifact-modal/src/common/CommonmarkSyntaxHelper.test.js +69 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/common/CommonmarkSyntaxHelper.vue +24 −5 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/gettext-catalog.js +0 −2 Go to diff View file
M src/themes/tlp/src/js/popovers.test.ts +11 −0 Go to diff View file
M src/themes/tlp/src/js/popovers.ts +9 −7 Go to diff View file
M src/www/tlp-doc/resources/flyover/popovers/doc.html +10 −4 Go to diff View file