Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit 2623bae

Browse files
committed
Show keyboard on older FFOS
For versions of FFOS affected by Bug 811177 (https://bugzilla.mozilla.org/show_bug.cgi?id=811177)
1 parent 78595da commit 2623bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/editor/scripts/contentscript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
// Initialize Designer
2222
if(!readOnly) {
23-
document.designMode = 'on';
23+
document.documentElement.contentEditable = "true";
2424
document.execCommand('enableObjectResizing', false, 'true');
2525
}
2626

0 commit comments

Comments
 (0)