1
0
Fork 0
forked from 0x2620/oxjs
Commit graph

15 commits

Author SHA1 Message Date
rlx
8d7c5dd4d3 fix issue where selecting an annotation with another empty annotation in editing state would delete the newly selected annotation 2018-11-06 17:07:37 +01:00
rolux
6eb3b0bb6f allow for annotation highlight if same value 2018-10-12 14:46:38 +02:00
rolux
d3d7427bfe don't show tooltip while editing an arrayeditable 2018-10-09 18:56:30 +02:00
rolux
a5f7dd720a allow for grouped highlights in video annotations 2018-10-09 18:29:47 +02:00
rolux
6618809eb5 fix keyboard navigation for string annotation bins with newline separator 2018-09-12 19:49:37 +02:00
j
f043242640 add some touch support
- fire touch(start|move|end) events after adding clinetX/Y
- use touch events in video and timeline widgets
- use touchstart to select item in ArrayEditable
2016-07-27 21:55:34 +02:00
adbf2dad81 ArrayEditable: replace self.$items
When shrinking the number of items, this allows the old elements to be
GCed sooner.
2016-06-23 17:56:22 +02:00
db343c382e ArrayEditable: one tooltip, not one per element
When changing the visible annotations in the bins in Pandora, creating
(and destroying) all the Ox.Tooltips takes a substantial fraction of the
time. So instead, maintain only one tooltip for each ArrayEditable.
2016-06-23 17:56:22 +02:00
rolux
c3a309585e tentatively add public updateItem method to ArrayEditable 2014-12-17 19:36:13 +00:00
rolux
424bbdd759 pass options through array editable 2014-12-17 15:38:16 +00:00
rolux
a21327ff7e fix #2597 (pandora): 'if an annotation contains a link, tooltip has to change' 2014-12-17 12:37:03 +00:00
rolux
e43881c594 add 'unformat' option to editables 2014-12-16 20:38:41 +00:00
rolux
4538f3801a ArrayEditable: pass format option 2014-12-16 20:23:17 +00:00
rolux
d6a1dae8b8 allow for autocomplete in annotations of type entity (first pass) 2014-12-16 13:02:18 +00:00
rolux
51696562f1 remove unneeded Ox. prefix from path and file names 2014-09-26 15:51:50 +02:00
Renamed from source/Ox.UI/js/Form/ArrayEditable.js (Browse further)