--- annozilla/www/ToDo.html 2006/12/17 09:39:18 1.8 +++ annozilla/www/ToDo.html 2007/03/04 09:35:42 1.9 @@ -6,13 +6,13 @@
  • Rename "Post"/"Update" to "Save" (fixed in CVS)
  • Make all sidebar options available via menu (not just context menu)
  • Fix memory leaks (3 objects leaked per window) fixed in CVS -
  • Are we slowing down new window/tab creation by loading so much code into the context menu? (use nsISubscriptLoader or whatever it's called?) +
  • Are we slowing down new window/tab creation by loading so much code into the context menu? (use mozIJSSubScriptLoader?)
  • Get "Stylesheet annotations.css not found: using chrome://annozilla/content/annotations.css" in error console. Update: this is intended behaviour, however I have removed the logging to the console.
  • Autoloading for tabbed browsing? Implemented by CGH.
  • From an empty sidebar (showing "No annotations loaded"), create an annotation without first loading the annotations for the page. The new annotation is added for the list but "No annotations loaded" is still present.
  • Remove extra nodes from DOM when a highlight is deleted. (At the moment we just remove the highlighting.)
  • Open annotation window by double-clicking on icon opens window at unreasonably small size. Or sometimes get "Sorry, couldn't download the annotation body." - fixed by allowing multiple annotation windows -
  • Integrate Firefox 2 built-in spelling checker. +
  • Integrate Firefox 2 built-in spelling checker. fixed in CVS
  • Preference wizard for easy first-time setup. (In progress).
  • Annotation passed to postAnnotationOnSuccess from remote server doesn't have proper annotation type; need to reload to get it @@ -33,13 +33,14 @@ Error: [Exception... "'openEditorWindow
  • IconManager trouble getting body from server? due to asynchronous body load: see loadBodyOnSuccess - +
  • Don't want to load annotation bodies during annotation loading (in general case - OK for local server) +
  • Remove server as default post server if that server is deleted from the list

    Medium term