diff --git a/dojo/templates/dojo/ad_hoc_findings.html b/dojo/templates/dojo/ad_hoc_findings.html
index 1a4bc78d4e8..c43a60b3d91 100644
--- a/dojo/templates/dojo/ad_hoc_findings.html
+++ b/dojo/templates/dojo/ad_hoc_findings.html
@@ -76,6 +76,7 @@
Github
if (elem.name != 'endpoints_to_add' && elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/add_findings.html b/dojo/templates/dojo/add_findings.html
index 76fb340250e..465e547be26 100644
--- a/dojo/templates/dojo/add_findings.html
+++ b/dojo/templates/dojo/add_findings.html
@@ -123,6 +123,7 @@ JIRA
if (elem.name != 'endpoints_to_add' && elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/add_group.html b/dojo/templates/dojo/add_group.html
index b52a1740be5..716cb99b617 100644
--- a/dojo/templates/dojo/add_group.html
+++ b/dojo/templates/dojo/add_group.html
@@ -49,6 +49,7 @@
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/add_risk_acceptance.html b/dojo/templates/dojo/add_risk_acceptance.html
index e3d2de0a2ca..6366868a53b 100644
--- a/dojo/templates/dojo/add_risk_acceptance.html
+++ b/dojo/templates/dojo/add_risk_acceptance.html
@@ -51,6 +51,7 @@ Risk acceptance
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/add_template.html b/dojo/templates/dojo/add_template.html
index 09926f8dcfa..541d2999f10 100644
--- a/dojo/templates/dojo/add_template.html
+++ b/dojo/templates/dojo/add_template.html
@@ -77,6 +77,7 @@ {{ name }} {{ template }}
if (elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/apply_finding_template.html b/dojo/templates/dojo/apply_finding_template.html
index 9c059dba9d7..ac1893cd770 100755
--- a/dojo/templates/dojo/apply_finding_template.html
+++ b/dojo/templates/dojo/apply_finding_template.html
@@ -53,6 +53,7 @@ Apply template to a Finding
if (elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/edit_finding.html b/dojo/templates/dojo/edit_finding.html
index 60e29494b11..17e8c5e9170 100644
--- a/dojo/templates/dojo/edit_finding.html
+++ b/dojo/templates/dojo/edit_finding.html
@@ -183,6 +183,7 @@ GitHub
if (elem.name != 'endpoints_to_add' && elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/edit_presets.html b/dojo/templates/dojo/edit_presets.html
index 9301811e52b..a323a94dc62 100644
--- a/dojo/templates/dojo/edit_presets.html
+++ b/dojo/templates/dojo/edit_presets.html
@@ -39,6 +39,7 @@
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/edit_product.html b/dojo/templates/dojo/edit_product.html
index 63a816dabcb..569e47b2b7c 100644
--- a/dojo/templates/dojo/edit_product.html
+++ b/dojo/templates/dojo/edit_product.html
@@ -53,6 +53,7 @@ Github
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/edit_product_type.html b/dojo/templates/dojo/edit_product_type.html
index 803d5229186..fc0385dac19 100644
--- a/dojo/templates/dojo/edit_product_type.html
+++ b/dojo/templates/dojo/edit_product_type.html
@@ -41,6 +41,7 @@ {% blocktrans with name=pt.name %}Edit Product Type {{ name }}{% endblocktra
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/new_eng.html b/dojo/templates/dojo/new_eng.html
index b9770178d5b..16c0dc934c3 100644
--- a/dojo/templates/dojo/new_eng.html
+++ b/dojo/templates/dojo/new_eng.html
@@ -73,6 +73,7 @@ JIRA Epic
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/new_params.html b/dojo/templates/dojo/new_params.html
index acc95a671ff..0d4ec524efe 100644
--- a/dojo/templates/dojo/new_params.html
+++ b/dojo/templates/dojo/new_params.html
@@ -39,6 +39,7 @@
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/new_product.html b/dojo/templates/dojo/new_product.html
index e8c058ccbe1..6eba8e661e8 100644
--- a/dojo/templates/dojo/new_product.html
+++ b/dojo/templates/dojo/new_product.html
@@ -50,6 +50,7 @@ Github
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/new_product_type.html b/dojo/templates/dojo/new_product_type.html
index e534f0aa777..0a68bb710d2 100644
--- a/dojo/templates/dojo/new_product_type.html
+++ b/dojo/templates/dojo/new_product_type.html
@@ -40,6 +40,7 @@ {% trans "Register a new Product Type" %}
if(!$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/promote_to_finding.html b/dojo/templates/dojo/promote_to_finding.html
index 0a1b5da838c..7c8205481da 100644
--- a/dojo/templates/dojo/promote_to_finding.html
+++ b/dojo/templates/dojo/promote_to_finding.html
@@ -57,6 +57,7 @@ JIRA
if (elem.name != 'endpoints_to_add' && elem.name != 'vulnerability_ids' && !$(elem).hasClass('select2-search__field')) {
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,
diff --git a/dojo/templates/dojo/view_risk_acceptance.html b/dojo/templates/dojo/view_risk_acceptance.html
index c1d67362aea..5086fc2d6c3 100644
--- a/dojo/templates/dojo/view_risk_acceptance.html
+++ b/dojo/templates/dojo/view_risk_acceptance.html
@@ -367,6 +367,7 @@ Notes
var mde = new EasyMDE({
spellChecker: false,
+ inputStyle: "contenteditable",
element: elem,
autofocus: false,
forceSync: true,