Felix Nagel
7e8b7234b2
Merge branch 'master' into datepicker
2015-10-08 00:40:37 +02:00
Felix Nagel
3e14e0fe33
Calendar tests: Add comment to number of month test
2015-10-08 00:18:48 +02:00
Jörn Zaefferer
7f3bb4dc4f
Tests: Fix jshint includes for datepicker and effects
2015-10-01 12:13:35 +02:00
Scott González
d3025968f3
Focusable: Fix handling of visibility: inherit
...
Ref #14596
Ref gh-1583
Closes gh-1605
2015-09-29 12:48:11 -04:00
Felix Nagel
8a169db7f4
Calendar: Remove all unused methods from custom date object
2015-09-27 19:12:00 +02:00
Felix Nagel
dcef453594
Calendar: Move custom date object to ui namespace
2015-09-27 18:45:53 +02:00
Jörn Zaefferer
0bfbd21d4f
Tabs: Adjust handling of disabled option, using _setOptionDisabled
...
Tabs support multiple values to disable individual tabs. Only add the
ui-tabs-disabled class when all tabs are disabled.
Ref #9151
Closes gh-1599
2015-09-25 13:47:27 -04:00
Scott González
7dde5c9d75
Widget: Call ._setOptionDisabled()
on init if the widget is disabled
...
Fixes #9151
Ref gh-1599
2015-09-25 13:46:25 -04:00
Weston Ruter
0db243a736
Core: Remove ancestor visibility requirement from :focusable
selector
...
* Check computed visibility in addition to :visible
* Add tests for nested visibility override
Fixes #14596
Closes gh-1583
2015-09-24 08:13:59 -04:00
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
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
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
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
9c88ac943b
Calendar tests: Fix min / max range header button state tests
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
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
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
a307992375
Calendar: Fix weekday name jumping when using numberOfMonths option
...
Fixes weekday name jumping when clicking the last day of the last
grid. Includes some basic tests for multiple month demo and this
specific issue.
2015-08-25 17:47:13 +02:00
Alexander Schmitz
3188e1c40c
Tests: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
fe5534b347
Core: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
1f7164660e
Button: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
de242d8ca9
Effects: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
009850abbf
Accordion: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:24 -04:00
Alexander Schmitz
8029cc94e1
Autocomplete: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
a6499c0dee
Datepicker: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
9ef84a6bf0
Dialog: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
f75c8761cb
Draggable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
f43311da93
Droppable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
3b99bf4cc8
Menu: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00
Alexander Schmitz
f378e34789
Resizable: Style updates
...
Ref #14246
Ref gh-1588
2015-08-21 08:06:23 -04:00