--- annozilla/www/ToDo.html 2008/07/09 20:29:14 1.14
+++ annozilla/www/ToDo.html 2008/07/12 13:57:53 1.15
@@ -1,8 +1,6 @@
Annozilla 'to do' list
Short term
-- No animation when deleting annotation. Update: fixed for delete, but the sidebar
-ends up saying "Annotations loaded OK".
- Don't write to window.status?
- Preference wizard for easy first-time setup. (Now pretty much working I think, except, if Annozilla sidebar is open, the server settings don't seem to be used until after a restart - seems a bit of an edge case).
- iconClick->openEditorWindow->doesn't get fragment to add temporary icon
@@ -28,9 +26,6 @@ due to asynchronous body load: see loadB
- After creating a reply - or presumably after all other post/updates -
all open windows get their status updated to say "SUCCESS". Partial fix.
- nsIAnnotationMetadata doesn't deal with multiple values, eg multiple types
-
- When loading up an editor window, the buttons shouldn't be enabled until
-the document has finished loading. Pretty much works I think. But if you post a
-new annotation, then "Save" should effectively be an update, not a new Post
- Annozilla fails with "error loading annotations" during loading of
annotations if there is an annotation that has no context property.
(This property is not a requirement for annotations, I think.)
@@ -39,11 +34,12 @@ annotations if one annotation is "malfor
- When creating an annotation, an icon is supposed to be inserted into the
document, but this fails.
- Invoke "load annotation" twice - get annotations appearing twice in sidebar
-
"When listing the replies in the sidebar, the annotated region is determined
based on the wrong document (the main browser page instead of the annotation).
Update: you basically can't tell this now that we show the annotation title instead
-
+- Since setting up my own server I get an authentication prompt from Firefox - why?
+Should Annozilla just use FF authentication anyway?
+
- No reason for there to be (internally) two buttons for Save on the editor window.
Medium term
@@ -116,3 +112,10 @@ of an operation. Is it supposed to? Upda
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. fixed in CVS
+No animation when deleting annotation. Update: fixed for delete, but the sidebar
+ends up saying "Annotations loaded OK".
+When loading up an editor window, the buttons shouldn't be enabled until
+the document has finished loading. Pretty much works I think. But if you post a
+new annotation, then "Save" should effectively be an update, not a new Post
+After saving an annotation, "delete" should be available. (But after "delete",
+you shouldn't be able to save).