From 6a2f44c07eab14c5b78545efc075c1e18959df5d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Fri, 20 Oct 2006 20:42:36 +0000 Subject: [PATCH] Fixes #353, enable spellcheck in notes XUL spellcheck code is on Bugzilla but doesn't look like it'll make 2.0, so we'll copy-and-paste. (And even when it is checked in it might not work with our timed-textarea (which itself is a slightly modified version of Mozilla's timed-textarea) anyway.) Seems to work, though Firefox did crash once while I was testing it... --- .../content/zotero/bindings/timedtextarea.xml | 219 +++++++++++++++++- 1 file changed, 213 insertions(+), 6 deletions(-) diff --git a/chrome/content/zotero/bindings/timedtextarea.xml b/chrome/content/zotero/bindings/timedtextarea.xml index 50a4f00b9..1152ba71b 100644 --- a/chrome/content/zotero/bindings/timedtextarea.xml +++ b/chrome/content/zotero/bindings/timedtextarea.xml @@ -1,17 +1,41 @@ + + + %textcontextDTD; +]> + - + + null + + + + null + + + + false + + + + + + + + + + + + + + + + + + + + + + + + 1); + + this._doPopupItemEnabling(popupNode); + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file