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 54744dd3a9 Fixed a rare bug in which Luminotes sometimes indicated that the current note was saved even when it wasn't.
Fortunately, this was just a visual bug, and the current note was always saved correctly.

The reproduction steps were:

 1. Open two notes, A and B.
 2. Modify note A, and then switch to note B. This causes note A to save.
 3. The save happens to take a long time (which you can force with a sleep).
 4. While the save is executing, quickly modifiy note B.
 5. When the original save completes, the "save" button changes to "saved",
    even though note B has been modified and is not saved.

The solution was simply to check whether the focused note is dirty before changing to a "saved" button.
2008-11-21 12:56:06 -08:00
..
css Fix for IE 7. 2008-11-18 16:29:20 -08:00
fonts Adding Qlassik font, used for various text on the web site. 2008-06-27 22:36:10 -07:00
html Converted the Luminotes blog to work like a forum, so now you can post comments on Luminotes blog posts. 2008-11-17 15:23:22 -08:00
images Rearranged many of the navigation links and expanded the product page footer. 2008-11-15 13:15:51 -08:00
js Fixed a rare bug in which Luminotes sometimes indicated that the current note was saved even when it wasn't. 2008-11-21 12:56:06 -08:00
jsunit Beginning stubs for client-side javascript "unit" tests. (Probably more like 2007-09-06 10:25:06 +00:00