witten
/
luminotes
Archived
1
0
Fork 0
Commit Graph

239 Commits

Author SHA1 Message Date
Dan Helfman 5fd918898d Added a dynamic preview of your current color selections to the color picker. Made the color picker stay open after a color is selected. 2009-05-20 17:46:24 -07:00
Dan Helfman c442f59894 Fixed a bug in which right clicking on a note did not always open the web browser's context menu. Also, can now middle click on a note link to open it in a new window or tab. 2009-05-19 13:06:58 -07:00
Dan Helfman 21ec93610e Removing debugging print. 2009-05-18 16:19:22 -07:00
Dan Helfman 0a6a933a08 Fixed a bug in WebKit in which the current background color was sometimes not detected correctly. 2009-05-18 15:54:44 -07:00
Dan Helfman ec3486f05d Color pulldown is now cached for speed reasons. Also, fixed a bug in which a <font> tag could have both a CSS style attribute and a color attribute. 2009-05-18 13:57:17 -07:00
Dan Helfman 714230a796 Fixed a WebKit bug in which cleanup_html() removed text with color. 2009-05-15 23:38:52 -07:00
Dan Helfman 26985d326f Only collapsing cursor if it's not already collapsed (for the benefit of WebKit). 2009-05-15 23:32:38 -07:00
Dan Helfman c7d7d6f58c Several IE color fixes. 2009-05-15 16:03:51 -07:00
Dan Helfman 4e21547da6 Added a toolbar color button for setting text and background colors. Still needs more testing/fixing in IE and WebKit. 2009-05-14 16:20:43 -07:00
Dan Helfman d0c5491400 Fixed a Firefox bug in which copying and pasting text between notes inserted line breaks in the pasted text. 2009-04-27 19:01:26 -07:00
Dan Helfman ada0ce8319 Fixed a Firefox bug in which removing some bold text and then typing new text would make the new text bold. 2009-04-26 16:45:18 -07:00
Dan Helfman 42c5c91e5d Add whitespace pre-wrap CSS to note frames, which improves copying and pasting newlines. 2009-03-18 22:19:42 -07:00
Dan Helfman 205adeb904 Added a remove formatting feature to the tools menu. 2009-03-16 16:35:04 -07:00
Dan Helfman e9414117ce Renamed "options" tab to "tools" tab. 2009-03-02 19:39:02 -08:00
Dan Helfman 27c26ec5c2 Now, if you copy a link from another web page and paste it into a note, Luminotes properly recognizes it as an external link. 2009-02-16 16:54:17 -08:00
Dan Helfman 8beb9a393d Fixed a bug in which clicking "compare versions" during a conflict didn't actually display the changes between the two versions. 2009-02-16 16:30:48 -08:00
Dan Helfman 78cac16bde Removing the byline whenever a note is saved so it doesn't accidentally get written to the database. 2009-02-16 13:41:11 -08:00
Dan Helfman a072564573 Fixed a bug in which a drag-and-dropped note occasionally didn't resize back to its original size. 2009-02-12 14:11:54 -08:00
Dan Helfman 38479d455a Fixed a bug in Internet Explorer in which opening a note by following a link didn't display the opened note correctly. (Missing table <tbody>.) 2009-02-12 14:03:54 -08:00
Dan Helfman 38ddffd556 Fixed bugs related to the display and hiding of previous note revisions: Incorrect widths and no (invisible) note grabber. 2009-02-12 03:15:39 -08:00
Dan Helfman 0644b7e868 Mostly fixed note drag-and-drop in IE. 2009-02-11 01:05:00 -08:00
Dan Helfman 68e31f38be Got note drag-and-drop working in WebKit. 2009-02-11 00:46:37 -08:00
Dan Helfman a8af8b3fb3 Fixed several edge cases with re-ranking notes during a reorder. Now updating several notes' ranks on every reorder instead of making successively more precise fractional ranks. 2009-02-10 17:05:03 -08:00
Dan Helfman 5446eeec5d No longer showing a grabber on a new note created within a forum. 2009-02-10 13:53:36 -08:00
Dan Helfman 3b335cca89 Don't display a note movement grabber when in a non-read-write notebook. 2009-02-10 02:00:15 -08:00
Dan Helfman 4f3267b0f4 Now note reordering is saved to the server. Still to do: New unit tests for reordering. Re-rank all notes in notebook when necessary. 2009-02-10 01:32:08 -08:00
Dan Helfman 81a96915c4 Now also highlighting/focusing the editor even if the drag is canceled. 2009-02-09 17:18:18 -08:00
Dan Helfman ec377a644a Now highlighting the hovered drop target and highlighting/focusing the dropped editor. 2009-02-09 17:09:37 -08:00
Dan Helfman a35f62b51f Reordering notes works! Still needs to persist reordering to the server. 2009-02-09 17:03:13 -08:00
Dan Helfman e31775e6de Only testing drag target hovering periodically, since it can be slow to do it constantly. 2009-02-09 16:24:45 -08:00
Dan Helfman 11b4af7568 Changed drop targets from boxes to just lines so as not to screw up drag positioning. Also added drop target before first note. 2009-02-09 15:01:44 -08:00
Dan Helfman 1cb6b87047 Now showing dashed-border drop targets between each note during a drag. 2009-02-09 14:35:52 -08:00
Dan Helfman de8daa4892 Change dragging editor from "position: absolute" to "position fixed" and got drag-scrolling to work. 2009-02-06 23:56:36 -08:00
Dan Helfman 53b4aa571d Changed Editor.drop() not to disconnectAll( window ), since there are other non-drag-related signals connected to window. 2009-02-06 14:56:29 -08:00
Dan Helfman c8a9b98599 The drop part of drag and drop works. Now I just need to add additional drop targets for actually moving the note. 2009-02-06 14:54:02 -08:00
Dan Helfman e3e3fa93d5 Got note dragging working. Now I just need to imlement drop! 2009-02-06 14:01:44 -08:00
Dan Helfman e358b0c2b6 Fixing blindUp in Editor.shutdown() to work with new holder table. 2009-02-04 23:45:19 -08:00
Dan Helfman 1f8694b1fe Moved grabber creation to existing note controls creation function and added "....." placeholder text to make IE display it. 2009-02-04 23:43:54 -08:00
Dan Helfman 3e8ae2dc23 Added grippy-surface area to the right of focused note for drag-and-drop of notes for reordering. Drag-and-drop still unimplemented. 2009-02-04 17:09:54 -08:00
Dan Helfman 99e1a22f8b Fix typo. 2009-01-27 15:34:17 -08:00
Dan Helfman fdebb1061b New keyboard shortcuts for switching to next open note and previous open note: Page down and page up.
Also fixed visual bug that caused switching notes to flash when focusing.
The fix involved calling Editor.reposition() at the top of resize() instead of at the end.
2009-01-27 11:53:50 -08:00
Dan Helfman 941feb1dbf A non-ideal solution, but now repositioning iframe periodically after a resize in case the div its tracking has moved. 2009-01-27 01:32:21 -08:00
Dan Helfman 345022ac5a Fixed iframe cursor positioning in WebKit! 2009-01-26 22:03:59 -08:00
Dan Helfman 72b6a0f90c Fix for iframe cursor positioning not working in certain cases when clicking on a blank area of a static div. 2009-01-26 13:58:00 -08:00
Dan Helfman 683152fdaf Breaking out of loop earlier. 2009-01-26 13:30:26 -08:00
Dan Helfman c1249fd0dc Fix forum bylines not showing up. 2009-01-26 12:34:33 -08:00
Dan Helfman fb64838d48 Fixed ever-growing iframe editor width in IE6. 2009-01-26 12:15:27 -08:00
Dan Helfman b0fcf355c9 Properly handle clicks on links within static divs. 2009-01-26 12:12:51 -08:00
Dan Helfman 5eb8311ab7 Fix for an edge case where the mouse is hovering over a link that's in an editor in the process of being coverted from an iframe to a div (in which hovering is ignored). 2009-01-24 23:59:23 -08:00
Dan Helfman f841c17eeb Apparently 'node.tagName == "FOO"' will throw if tagName is undefined. 2009-01-24 23:56:28 -08:00