todo.txt 895 B

123456789101112131415161718192021
  1. 1.3.5
  2. - refactor assigning endpoint styles into a common helper method DONE
  3. - oncontextmenu event bind DONE
  4. 1.3.6
  5. - mix of standard anchors on one end and continuous on the other does not paint (done)
  6. - arrow overlay on flowchart sometimes jumps (done)
  7. - random drag log entries (done)
  8. - importDefaults({ some defaults }) method on jsPlumb (like a bulk import) DONE
  9. - draggable by parent issue from google code DONE
  10. possible future enhancements
  11. - beforeDrag interceptor
  12. - straight connector with continuous anchors disappears when horizontal or vertical
  13. - single SVG element/single VML group/single Canvas per page?
  14. - qunit: add helper methods to simulate mousedown and drag. then write some functional tests.
  15. - image overlay?
  16. - make AnchorManager the source of knowledge about connections (remove connections by scope etc)