From 600be458cda0e44d510f9981a05f459f2cac73c6 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 12 Feb 2009 02:52:15 -0800 Subject: [PATCH] Fixed two cursor focusing bugs by removing -moz-user-select and -webkit-user-select. --- NEWS | 4 ++++ static/css/style.css | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5696568..b99511c 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ 1.6.4: February ??, 2009 * Now ignoring certain unneeded HTML tags that end up in your notes when you copy and paste text from an MS Word document. + * Fixed a bug in which clicking on the title field within a link pulldown did + not position the text cursor there. + * Fixed a bug in which clicking on an unfocused note didn't position the text + cursor in the correct location. 1.6.3: February 11, 2009 * Introduced cache-busting code to make pages update more reliably after a diff --git a/static/css/style.css b/static/css/style.css index b00ac8b..4d361f1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3,8 +3,6 @@ html, body { background-color: #fafafa; text-align: center; font-family: sans-serif; - -moz-user-select: none; - -webkit-user-select: none; } a {