Felix Nagel
800307be2a
Datepicker tests: Update to QUnit 2.x, shift to use no globals
2016-12-11 17:53:53 +01:00
Felix Nagel
c0f1bd6526
Calendar tests: Update to QUnit 2.x, shift to use no globals
2016-12-11 17:53:41 +01:00
Felix Nagel
55b01ab1de
Date tests: Update to QUnit 2.x, shift to use no globals
2016-12-11 17:53:17 +01:00
Jörn Zaefferer
042eae9f50
Datepicker: Set defaultElement to input, equivalent to Autocomplete
2016-11-22 18:18:57 +01:00
Felix Nagel
6b8ac7ef1b
Merge branch 'master' into datepicker
2016-11-09 10:13:28 +01:00
Felix Nagel
68028e7262
Calendar tests: use dateEqual assert instead of timestamp compare
...
Fix travis unit test issue due to timezone difference.
2016-11-04 11:26:18 +01:00
Petri Partio
d85c68f6cd
Theme: Optimize images
...
Closes gh-1763
2016-11-02 12:54:57 -04:00
Michał Gołębiowski
017bb979f6
Build: Stop using the jquery-ui-future browser set
...
jQuery UI now doesn't support browsers not suspported by latest jQuery
so separating the browser sets no longer makes sense.
Closes gh-1765
2016-11-02 12:53:30 -04:00
Michał Gołębiowski
4673c8808b
Build: Add jQuery 3.1.1
...
Closes gh-1766
2016-11-02 12:52:22 -04:00
Michał Gołębiowski
622a129a4d
Build: Run Travis tests on Node.js 6, not 0.12
...
Node.js 0.12 loses upstream support at the end of 2016, while Node 6 is in the
Active support phase until 2018-04-18 and will receive security fixes until
2019-04-18.
Closes gh-1767
2016-11-02 12:51:23 -04:00
Kyle Rosenberg
863a49f95b
Spinner: Fix typo
...
Closes gh-1764
2016-11-02 12:48:00 -04:00
Felix Nagel
2c43879a46
Datepicker: Use simple split instead of globalize for parsing attributes
...
This reverts commit ea986f2808
.
2016-10-25 18:27:31 +02:00
Felix Nagel
f010087aca
Calendar: Clear value if an invalid min / max option value was given
2016-10-25 01:34:06 +02:00
Jeremy Mickelson
9c5ce4c3e9
Sortable: Fix z-index
switching from auto
to 0
...
Save `z-index` before saving `opacity`. Setting `opacity` automatically
changes `z-index`.
Fixes #14683
Closes gh-1762
2016-10-19 14:46:47 -04:00
Scott González
f1fa076f62
Tabs: Don't blur focused tab on sort
...
Fixes #14627
Closes gh-1761
2016-10-12 13:14:28 -04:00
Felix Nagel
bd488f97a4
Calendar: Clear value if an invalid input was given
2016-10-12 18:47:22 +02:00
Felix Nagel
f64a7a4812
Calendar: Use name space for timestamp data attribute
2016-10-12 01:31:22 +02:00
Felix Nagel
890510c0a0
Calendar tests: Use assert.expect instead of global expect
2016-10-12 01:23:24 +02:00
Felix Nagel
96b5a760c4
Calendar tests: Simplify timeout steps
2016-10-12 01:09:03 +02:00
Felix Nagel
9fc83a085c
Calendar: Add change event
2016-10-12 01:04:26 +02:00
Felix Nagel
6f9d266339
Datepicker: Fix min / max attribute and add proper option parsing
2016-10-12 01:04:26 +02:00
Felix Nagel
9428256ad3
Datepicker: Add min / max option tests
2016-10-12 01:04:26 +02:00
Felix Nagel
ea986f2808
Datepicker: Add missing Globalize parse format for min / max attribute
2016-10-12 01:04:25 +02:00
Felix Nagel
877937e5c6
Calendar tests: Add basic value option tests
2016-10-12 01:04:25 +02:00
Felix Nagel
18ad526cfd
Calendar tests: Use setup and teardown methods
2016-10-12 01:04:24 +02:00
Felix Nagel
2963622420
Datepicker tests: Use setup and teardown methods, remove helper file
2016-10-11 19:18:15 +02:00
Scott González
0627eb3645
Form: Rename from .form()
to ._form()
since its not for public use
...
Fixes #15074
Closes gh-1760
2016-10-11 10:15:04 -04:00
Felix Nagel
85fe55335c
Calendar tests: Add dateEqual assertion, clean up helper methods
2016-10-05 18:32:11 +02:00
Felix Nagel
967e58179e
Calendar: Make sure keydown original event is available
2016-10-05 18:32:10 +02:00
Kevin Cupp
87eab46a58
Sortable: Setting table row placeholder height to be same as sorted row
...
Fixes #13662
Closes gh-1578
2016-10-04 15:22:14 -04:00
Alexander Schmitz
b9d687deb5
Checkboxradio: Don't add ui-state-hover to icons
...
Fixes #15055
Closes gh-1756
2016-10-04 11:33:17 -04:00
Alexander Schmitz
1b0e947f46
Theme: Removes css for ui-state-checked its not used any more
...
Also updates checkbox icon border color to go with background color
Ref jquery/download.jqueryui.com#335
Fixes #15059
Closes gh-1753
2016-10-04 11:29:17 -04:00
Alexander Schmitz
dde9b83df6
Theme: Replace missing definition for default icons
...
Fixes jquery/download.jqueryui.com#335
2016-10-04 11:29:17 -04:00
Alexander Schmitz
265b8f5e53
Theme: Switch icon background to use bgColorContent
...
It's more semanticly correct then fcActive and looks the same or better
on most themes
Fixes jquery/download.jqueryui.com#335
2016-10-04 11:29:17 -04:00
Simon Asika
1294343847
Datepicker: Correct Traditional Chinese translation
...
Fixes #15060
Closes gh-1754
2016-10-04 11:16:44 -04:00
Robin
1d409528a1
Sortable: Fix parent offset detection
...
Fixes #15021
Closes gh-1749
2016-10-04 11:05:01 -04:00
Evelyn Masso
fd30534b73
Droppable: Use $.ui.intersect()
...
Fixes #14963
2016-10-03 09:16:41 -04:00
milk54
b9ffc34710
Tabs: Remove presentation role
...
Fixes #10122
Closes gh-1748
2016-09-29 10:15:19 -04:00
Felix Nagel
d1152a39e6
Calendar tests: Add select event unit tests
2016-09-29 15:19:05 +02:00
Felix Nagel
ea6c475da4
Datepicker: Make use of Calendar widget icons option
...
Fix missing classes options defaults in tests.
2016-09-29 15:10:47 +02:00
Felix Nagel
d7939faae2
Calendar: Add icons option support
2016-09-29 15:10:46 +02:00
Felix Nagel
6fdf14f99a
Datepicker: Make use of classes option
2016-09-29 15:10:46 +02:00
Felix Nagel
bd7a6f1468
Calendar: Use classes option for non performance critical rendering
2016-09-29 15:10:46 +02:00
Felix Nagel
e02ef66389
Calendar: Add missing day cell and month label ARIA attributes
2016-09-28 18:28:34 +02:00
Felix Nagel
f2bbea2cec
Calendar: Use shift and ctrl key as modifier for page up / down
2016-09-28 18:28:33 +02:00
Felix Nagel
280cda31d0
Datepicker: Always focus calendar grid when opening
...
Remove arrow down key requirement.
2016-09-28 18:28:33 +02:00
Sergei Ratnikov
c481400f22
Resizable: Fix aspectRatio cannot be changed after initialization.
...
Fixes #4186
Closes gh-1750
2016-09-28 11:55:13 -04:00
Scott González
c218bee80d
Build: Fix list of source files
...
Fixes #15052
Closes gh-1751
2016-09-27 08:41:33 -04:00
Scott González
69e66ea655
Autocomplete: Escape HTML tags in callback name to avoid XSS in demo
...
Fixes #15048
2016-09-22 07:53:22 -04:00
Scott González
c571d2f234
Build: Updating the master version to 1.12.2-pre.
2016-09-14 12:34:40 -04:00