anno.js
anno.js copied to clipboard
position isn't always correct
Evaluate using jQuery UI position... http://api.jqueryui.com/position/
Made an attempt: f05e120dc1bcd71f2a880d6850355e91930b816f
- Is reasonably close on the bootstrap modal left and right (a decent programmer would still specify exact position).
- Might perform better than my old implementation on some odd, unknown cases.
- Allows more positioning options ('left top', 'right top')
- 6KB more weight minified
I'd really like some more positions, eg: left-top, right-top etc. left-top would align the box to the left but above the target element and point down to it; right-top would align to the right but above etc.