From 2d47daf684226ef87c6ee27c4c1be51133bf550b Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 30 Aug 2010 20:54:25 +0000 Subject: [PATCH] Fix for cursor being reset to beginning while editing notes --- chrome/content/zotero/bindings/styled-textbox.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/chrome/content/zotero/bindings/styled-textbox.xml b/chrome/content/zotero/bindings/styled-textbox.xml index cdee934aa..c549e5d94 100644 --- a/chrome/content/zotero/bindings/styled-textbox.xml +++ b/chrome/content/zotero/bindings/styled-textbox.xml @@ -251,6 +251,11 @@ return ; } + if (this.value == val) { + Zotero.debug("Textbox value hasn't changed"); + return; + } + var html = val; if(this._format == "RTF") { var bodyStyle = "";