commit 2d47daf684226ef87c6ee27c4c1be51133bf550b parent 43a6d5190b25b5c0ec18086f3d31bce037590314 Author: Dan Stillman <dstillman@zotero.org> Date: Mon, 30 Aug 2010 20:54:25 +0000 Fix for cursor being reset to beginning while editing notes Diffstat:
| M | chrome/content/zotero/bindings/styled-textbox.xml | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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 = "";