Scott González
e19d462f16
All: Delegate to base _getCreateOptions()
.
...
Ensures that any extensions to the base widget will be handled properly by
individual widgets.
Closes gh-1598
2015-09-17 08:47:28 -04:00
Jörn Zaefferer
afbcdbe47e
Datepicker: Fix tests on TestSwarm by requiring $.ui.ie in the test
...
The check that checks for IE wouldn't match since $.ui.ie was extracted
to its own file.
2015-09-17 14:21:23 +02:00
Scott González
d31e342e1d
Widget: Style updates
...
Closes gh-1597
2015-09-16 12:45:54 -04:00
Scott González
2c064b4d50
README: Remove section on building jQuery UI
2015-09-16 11:48:25 -04:00
Alexander Schmitz
ffcb27c0c7
Build: update grunt file for .jscsrc
...
Closes gh-1589
2015-09-11 09:32:27 -04:00
Alexander Schmitz
5053f4ad3d
Datepicker: Style updates to KO locale for jscs
2015-09-11 08:42:24 -04:00
Alexander Schmitz
5b5cb6153c
Mouse: Style fixes for jscs
2015-09-11 08:42:02 -04:00
Alexander Schmitz
e0acfda162
Build: bump jscs version
2015-09-11 08:36:41 -04:00
Alexander Schmitz
3cf1df12c6
Build: Remove requireCamelCaseOrUpperCaseIdentifiers: null from jscs
2015-09-11 08:36:41 -04:00
Alexander Schmitz
806c2a4606
Widget: Update to use camelCase identifiers
2015-09-11 08:36:41 -04:00
Alexander Schmitz
013a411a48
Spinner: Update to use camelcase identifiers
2015-09-11 08:36:41 -04:00
Alexander Schmitz
3d43f0d7a4
Build: Style updates
...
Ref #14246
2015-09-11 08:36:41 -04:00
Alexander Schmitz
eefe81bbee
FormRestMixin: Style updates
...
Ref #14246
2015-09-11 08:36:41 -04:00
Alexander Schmitz
4b39e131b5
Position: Style updates
...
Ref #14246
2015-09-11 08:36:41 -04:00
Alexander Schmitz
f520f9ef42
Effects: Style updates
...
Ref #14246
2015-09-11 08:36:41 -04:00
Alexander Schmitz
e021e4d6e2
Widget: Style updates
...
Ref #14246
2015-09-11 08:36:41 -04:00
Alexander Schmitz
14b3b607e5
Autocomplete: Style updates
...
Ref #14246
2015-09-11 08:36:40 -04:00
Alexander Schmitz
b2bf10e0ec
Button: Style updates
...
Ref #14246
2015-09-11 08:36:40 -04:00
Alexander Schmitz
a380d2d09e
Datepicker: Style updates
...
Ref #14246
2015-09-11 08:36:40 -04:00
Alexander Schmitz
f8c2bbb0c8
Dialog: Style updates
...
Ref #14246
2015-09-11 08:29:09 -04:00
Alexander Schmitz
8336ba7b69
Draggable: Style updates
...
Ref #14246
2015-09-11 08:29:09 -04:00
Alexander Schmitz
0cab9f0a2f
Droppable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
85ff520560
Menu: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
a3a847f23a
Mouse: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
12be35562a
Progressbar: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
5850a5c755
Resizable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
9a015df3a3
Selectable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
e583a512d7
Slider: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
62c8217185
Sortable: Style updates
...
Ref #14246
2015-09-11 08:29:08 -04:00
Alexander Schmitz
23d0884e66
Spinner: Style updates
...
Ref #14246
2015-09-11 08:29:07 -04:00
Alexander Schmitz
6c0bb24918
Tabs: Style updates
...
Ref #14246
2015-09-11 08:29:07 -04:00
Alexander Schmitz
a0892eca70
Tooltip: Style updates
...
Ref #14246
2015-09-11 08:29:07 -04:00
Alexander Schmitz
cfd48ed037
Selectmenu: Style updates
...
Ref #14246
2015-09-11 08:29:07 -04:00
Felix Nagel
521604eea5
Calendar tests: Test for using right arrow button with numberOfMonth
2015-09-10 23:21:54 +02:00
Felix Nagel
558c31ce47
Calendar tests: Add header buttons test when using date below min option
2015-09-10 23:21:53 +02:00
Felix Nagel
e6fe401329
Datepicker: Use button instead of a link in icon trigger demo
2015-09-10 23:21:53 +02:00
Felix Nagel
430715b206
Calendar: Use day of the month instead day of the week in setMonth
...
Fixes $.ui.calendarDate tests.
2015-09-10 23:21:24 +02:00
Felix Nagel
9c88ac943b
Calendar tests: Fix min / max range header button state tests
2015-09-10 23:21:24 +02:00
Felix Nagel
3135e5bb37
Calendar: Use day of the month instead day of the week for range
...
There is no sense in use the day of the week as a base for min/max range.
2015-09-10 23:21:24 +02:00
Felix Nagel
31908a1465
Calendar: Make header prev / next buttons min / max option aware
...
* Disable / enable header buttons according to min / max
* Add tests for header button states
* Improve header button rendering and refreshing
* Improve header button label escaping on create
* Create button pane for multiple pickers (bugfix)
2015-09-10 23:21:24 +02:00
Felix Nagel
9bc5fd2387
Calendar: Some code style and CGL fixes
2015-09-10 23:21:24 +02:00
Felix Nagel
462f92f727
Calendar tests: Fix wrong data-widget attribute
2015-09-10 23:21:24 +02:00
Felix Nagel
483aecb7cd
Calendar tests: Fix and clean-up $.ui.calendarDate unit tests
2015-09-10 23:21:23 +02:00
Felix Nagel
c5b2d8552c
Calendar: Make use of escapeSelector method
2015-09-10 23:21:23 +02:00
Felix Nagel
09be7b328e
Calendar: Fix view when moving between multiple months with keyboard
...
Make sure numberOfMonths is taken into account while navigating with keyboard
when rendering multiple calendar grids (numberOfMonths > 1).
2015-09-10 23:21:23 +02:00
Felix Nagel
38101a478b
Datepicker: Fix icon trigger demo
...
Support keyboard control. Fix close on second click.
Add removal notice.
2015-09-10 23:21:23 +02:00
Liran Sharir
9b82001a70
Mouse: Fix delay timeout clearing upon mouseup
...
Fixes #14458
Closes gh-1579
2015-08-31 16:01:38 -04:00
Scott González
9bb9a8bac0
Tests: Load ui/jquery-1-7.js when testing against jQuery 1.7.x
2015-08-31 15:33:02 -04:00
Myeongjin Lee
e5c3004c8e
Datepicker: Translate weekHeader
in ko locale
...
Closes gh-1582
2015-08-31 15:10:51 -04:00
Scott González
eec0cfd7fe
Datepicker: Remove stray line
...
Fixes #14416
2015-08-28 10:20:45 -04:00