aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into selectmenuKris Borchers2013-08-113-10/+26
|\
| * Dialog: Search the correct document for focus trapping. Fixes #9439 - ↵Scott González2013-08-071-5/+5
| | | | | | | | Dialog: Context is not respected for modals.
| * Menu tests: jshint cleanup of unused argumentTJ VanToll2013-08-031-1/+1
| |
| * Menu: Only set the mouseHandled flag if the event is going to bubble. Fixes ↵TJ VanToll2013-08-031-0/+15
| | | | | | | | | | | | #9469: on( "menuselect" ) not firing every time.
| * Widget Factory: Fix multiple var statements in testAlexander Schmitz2013-07-311-3/+3
| |
| * Widget Factory: Make $.widget return the constructor. Fixes #9467 - Widget ↵Alexander Schmitz2013-07-311-2/+3
| | | | | | | | factory: Return the constructor from $.widget().
* | Selectmenu tests: check item focusFelix Nagel2013-08-031-0/+37
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-07-263-16/+37
|\|
| * Menu tests: Whitespace and general cleanupKris Borchers2013-07-153-21/+21
| |
| * Menu tests: Check default is prevented on any click on disabled menusKris Borchers2013-07-141-0/+21
| |
* | Selectmenu: Updating jQuery to 1.10.2.Felix Nagel2013-07-092-2/+2
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-07-0959-51/+64722
|\|
| * Core tests: Explicitly focus the body during delayed .focus() test to avoid ↵Scott González2013-07-091-0/+6
| | | | | | | | an issue in IE 8.
| * Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-0557-49/+64709
| | | | | | | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
| * Tabs: Prevent default action of clicks even when disabled. Fixes #9413 - ↵Scott González2013-07-031-2/+7
| | | | | | | | Tabs: Disabled tabs are still clickable.
* | Selectmenu Tests: fix lint issuesFelix Nagel2013-07-011-2/+1
| |
* | Selectmenu Tests: add item looping testsFelix Nagel2013-07-011-0/+28
| |
* | Selectmenu Tests: use trigger instead of simulate for click events in order ↵Felix Nagel2013-07-012-9/+9
| | | | | | | | to make tests work in IE/ and IE8
* | Merge branch 'master' into selectmenuFelix Nagel2013-06-246-15/+59
|\|
| * Test: Update effects_core test, since puff-effect and size-effect now have ↵Rafael Xavier de Souza2013-06-222-4/+3
| | | | | | | | its own files
| * Menu tests: Fix lint errorJörn Zaefferer2013-06-201-1/+1
| |
| * Draggable: active element blurs when clicking on a draggable. Fixes #4261 - ↵Steven Luscher2013-06-193-11/+29
| | | | | | | | Draggable: Inputs do not blur when clicking on a draggable
| * Clicking on a draggable anchor without moving it should make it the active ↵Steven Luscher2013-06-191-0/+14
| | | | | | | | element (Fixes #8399).
| * Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing ↵TJ VanToll2013-06-161-0/+13
| | | | | | | | should recheck for menu icons
* | Selectmenu: Fix htmllint warningsJörn Zaefferer2013-06-052-3/+2
| |
* | Merge branch 'master' into selectmenuJörn Zaefferer2013-06-055-17/+20
|\|
| * Slider Tests: Remove pointless doc blocks.Scott González2013-06-044-12/+0
| |
| * Slider: Remove range div when changing range option to false. Fixes #9355 - ↵Scott González2013-06-031-1/+16
| | | | | | | | Slider: Changing range option to false does not remove range div.
| * Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests ↵Jörn Zaefferer2013-05-311-4/+4
| | | | | | | | to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish
* | Selectmenu tests: fix lint issuesFelix Nagel2013-06-042-7/+6
| |
* | Selectmenu Tests: use asyncTest when working with focus eventsFelix Nagel2013-05-302-32/+50
| |
* | Selectmenu tests: combine visual tests to oneFelix Nagel2013-05-302-151/+98
| |
* | Merge branch 'master' into selectmenuFelix Nagel2013-05-302-0/+75
|\|
| * Resizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: ↵Christian Klammer2013-05-291-0/+47
| | | | | | | | Erratic behavior of contained elements within scrollable grandparents
| * Autocomplete: Scope race condition handling to the instance. Fixes #9334 - ↵Scott González2013-05-281-0/+28
| | | | | | | | Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously.
* | Selectmenu tests: test if close event is fired when selectmenu is closed by ↵Felix Nagel2013-05-301-2/+5
| | | | | | | | click on body
* | Selectmenu tests: improve all other focus callback event testsFelix Nagel2013-05-301-12/+16
| |
* | Selectmenu tests: improve focus callback event test, add keydown focus test, ↵Felix Nagel2013-05-301-8/+15
| | | | | | | | add multiple focus events test
* | Merge branch 'master' into selectmenuFelix Nagel2013-05-244-2/+57
|\|
| * Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: ↵Brian Grinstead2013-05-202-1/+17
| | | | | | | | cannot drag element inside iframe
| * Interactions: Fixed an off-by-one error in isOverAxis.David Hansen2013-05-201-1/+30
| |
| * Widget: Properly set widgetEventPrefix when redefining a widget. Fixes #9316 ↵Scott González2013-05-201-0/+10
| | | | | | | | - Widget: widgetEventPrefix is empty when widget is (occasionally) loaded twice.
* | Merge branch 'master' into selectmenuFelix Nagel2013-05-153-20/+34
|\|
| * Autocomplete tests: Cleanup.Scott González2013-04-302-18/+32
| |
| * Whitespace.Scott González2013-04-301-2/+2
| |
* | Selectmenu Tests: improve events tests, check for original option element ↵Felix Nagel2013-05-121-7/+11
| | | | | | | | not only for node type
* | Selectmenu Tests: simplify asyncTestFelix Nagel2013-05-071-1/+1
| |
* | Selectmenu Tests: fixed spacingFelix Nagel2013-05-071-6/+6
| |
* | Selectmenu Tests: use asyncTest when working with focus eventsFelix Nagel2013-05-011-83/+98
| |
* | Selectmenu Tests: add visual test selectmenu in tabs, removed old ↵Felix Nagel2013-05-012-182/+53
| | | | | | | | compatibility test
lue='backport/48682/stable28'>backport/48682/stable28 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/oc-dialogs.js
blob: f4e3ec014479a9fea10f28bc0ac7df884449b45d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615