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