You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2020/10/30 21:47:35 UTC

[allura] 05/10: - the browser's own spell checker will work now

This is an automated email from the ASF dual-hosted git repository.

brondsem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 67838e089eae5aa12b617d49b31038cd623e3249
Author: domark <do...@s-kapi.com>
AuthorDate: Fri Oct 30 11:15:30 2020 +0100

    - the browser's own spell checker will work now
---
 Allura/allura/lib/widgets/resources/js/sf_markitup.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Allura/allura/lib/widgets/resources/js/sf_markitup.js b/Allura/allura/lib/widgets/resources/js/sf_markitup.js
index c85abd4..e233e3d 100644
--- a/Allura/allura/lib/widgets/resources/js/sf_markitup.js
+++ b/Allura/allura/lib/widgets/resources/js/sf_markitup.js
@@ -58,6 +58,7 @@ $(window).load(function() {
               autofocus: false,
               spellChecker: false, // https://forge-allura.apache.org/p/allura/tickets/7954/
               indentWithTabs: false,
+              inputStyle: 'contenteditable',
               tabSize: 4,
               toolbar: toolbar,
               previewRender: previewRender,