witten
/
luminotes
Archived
1
0
Fork 0

Fixed two cursor focusing bugs by removing -moz-user-select and -webkit-user-select.

This commit is contained in:
Dan Helfman 2009-02-12 02:52:15 -08:00
parent d30caf610a
commit 600be458cd
2 changed files with 4 additions and 2 deletions

4
NEWS
View File

@ -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

View File

@ -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 {