009cdd68c3
update item by id not position
2020-09-22 12:48:08 +02:00
34e479dcfc
could be collection too
2020-01-17 23:33:40 +01:00
874b68c8a6
allow switching from text to password
2019-07-30 13:07:14 +02:00
b8a46dbee4
fix menus and dialogs in fullscreen mode
2019-02-21 16:10:58 +05:30
28cc45485a
update placeholder
2019-01-31 11:01:25 +05:30
278f3fa6ca
support autocomplete via callback in filters
2018-11-13 15:30:30 +00:00
7d178278c5
fix selection after deleting empty-value annotation by selecting another one
2018-11-06 17:15:40 +01:00
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
dcbee18584
Ox.Range: properly disable track
2018-01-21 09:40:05 +01:00
719cfeac13
cosmetic changes
2018-01-21 09:27:33 +01:00
b158450d17
Ox.Range: add 'disabled' option; Ox.Label: support changing 'disabled' option
2018-01-21 09:23:18 +01:00
6cf7083665
FF complains about dead code afte return, comment out
2017-11-06 21:22:03 +02:00
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
84b3c34130
Editable: avoid setTimeout
...
It's easily avoided and clearer without it.
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
3637b70244
Autocomplete: only replace input when a prefix matches ( fixes #2753 )
...
Previously, if the top match for "Smi" was "John Smith", the contents of
the field would be changed to "Smi[n Smith]" (where square brackets
indicate selection). On top of this, if you then type the fourth letter
("n"), the input becomes "Smin", which is not what you typed.
This preserves the "happy path" for replacing the field contents if
there is a prefix match, but without making the field unusable if
there's an infix match.
2016-03-02 17:08:45 +00:00
d9ef18d482
indeterminate checkboxes...
2016-02-10 13:24:57 +05:30
2944379b71
indeterminate checkboxes...
2016-02-10 13:22:38 +05:30
1472927883
indeterminate checkboxes...
2016-02-10 13:19:45 +05:30
6d560fc4f5
indeterminate checkboxes...
2016-02-10 13:17:17 +05:30
ff30b32188
indeterminate checkboxes...
2016-02-10 13:15:15 +05:30
5ea5a5ee2b
indeterminate checkboxes...
2016-02-10 13:10:38 +05:30
56c72ba0b4
'minus' -> 'remove'
2016-02-10 13:08:10 +05:30
4248a3a783
indeterminate checkboxes...
2016-02-10 13:06:15 +05:30
12c466b0d3
indeterminate checkboxes...
2016-02-10 13:04:39 +05:30
0dd921caae
indeterminate checkboxes...
2016-02-10 13:03:36 +05:30
368ae04fe0
Ox.Checkbox: add indeterminate option
2016-02-10 12:56:19 +05:30
0327947864
fix form_elements example
2016-01-30 22:39:45 +05:30
731c2e88fe
Filter: handle formatISBN
2016-01-17 16:44:59 +05:30
3f4fa3b1fe
support for squared select inputs
2016-01-13 14:17:31 +05:30
32252a1dfd
some more support for squared style
2016-01-12 11:11:08 +05:30
53bc6e9e56
checkboxes: allow for squared style
2016-01-12 09:50:00 +05:30
j
7516c940f5
use default value instead of '', fixes #2848
2015-10-12 15:41:11 +01:00
j
97ede3643e
Ox.Range: update size if max/min/step changes
2015-03-14 11:24:47 +05:30
j
46d0dcf2e3
add option to Ox.Input to set readonly attribute
2015-02-27 12:26:47 +05:30
rolux
8e32500063
fix input with arrows
2015-02-21 12:47:11 +05:30
j
862fe8c6bd
fix FormElementGroup.value
2015-02-15 10:18:25 +00:00
rolux
1737b452cf
typo in docs
2015-02-15 10:02:11 +00:00
rolux
ba3416784f
refactor array input
2015-02-14 19:52:13 +00:00
rolux
91d3f438b7
FormElementGroup: support setting value via .value()
2015-02-14 19:51:55 +00:00
rolux
35b0c46eac
ArrayInput: add 'isEmpty' option
2015-02-14 19:09:51 +00:00
j
e97b4ee922
fix adding input with value
2015-02-13 11:05:46 +00:00
rolux
50f41fe0c4
ArrayInput: support FormElementGroups as Inputs; fire 'add' and 'remove' events
2015-02-13 10:48:38 +00:00
rolux
600cbc877b
cosmetic changes
2015-02-13 09:10:17 +00:00
j
547ce17f81
focus disabled input elments, fixes #2660
2015-02-06 11:44:41 +00:00