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
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
..
css Updated the pricing page with more info about each feature. 2008-05-14 22:51:37 +00:00
html Updated download & faq pages with mention of new Mercurial source repository. 2008-05-16 16:02:07 -07:00
images New "insert" button that looks kind of like a table. 2008-05-16 09:19:29 +00:00
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
jsunit Beginning stubs for client-side javascript "unit" tests. (Probably more like 2007-09-06 10:25:06 +00:00