witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/static/js
Dan Helfman 501ec7b37b Fixes a problem where Editor.dirty() returned true spuriously in Firefox, even when nothing was changed.
The bug arose because Firefox shows br tags as "<br>" even when they are
initially "<br />". This meant that the initial and current html didn't match
up, so dirty() returned true even though nothing had changed.

In IE, there's a similar problem because IE likes to uppercase all tags. That
will be fixed in a subsequent commit.
2008-05-17 16:16:27 -07:00
..
test * model.Invite now has a to_dict() method, like other model classes do. 2007-12-12 00:52:34 +00:00
Editor.js Fixes a problem where Editor.dirty() returned true spuriously in Firefox, even when nothing was changed. 2008-05-17 16:16:27 -07:00
Invoker.js - bug: if you save a note that fails to be saved, e.g. due to being longer than 25k characters in size, then the note still shows up in 2008-05-06 05:47:31 +00:00
MochiKit.js Hack to MochiKit's Visual.ScrollTo() to make it work in IE. 2007-10-31 22:48:15 +00:00
MochiKit_LICENSE Renaming repository to new name: luminotes 2007-07-16 20:22:38 +00:00
Wiki.js Fixed a bug where the toolbar didn't auto-resize if there were no 2008-05-14 08:00:51 +00:00