Commit Graph

16 Commits

Author SHA1 Message Date
Felix Nagel
a68048ff54 Calendar: Fix ARIA ids for multiple months 2015-12-10 12:07:50 +01:00
Felix Nagel
501c67ef24 Calendar: Fix focus issues
* Change next / prev button structure for better tabindex
* Improve focus and active handling
2015-12-10 12:07:49 +01:00
Felix Nagel
e0bbcb854d Calendar: Add css-dependency-comments based on jQuery Mobile
Related 45744efd26
2015-12-02 18:53:26 +01:00
Felix Nagel
8c10fce536 Calendar: Fix header data 2015-12-02 18:50:13 +01:00
Felix Nagel
5d3bdde5f1 Calendar: Update Button widget implementation to latest changes 2015-12-02 18:44:20 +01:00
Felix Nagel
9a879d0fdc Calendar: Fix first day of week calculation for non latin locales 2015-11-25 22:40:28 +01:00
Felix Nagel
1566cf1b39 Calendar: Remove Globalize.cldr.supplemental.weekData dependency 2015-11-16 22:54:44 +01:00
Felix Nagel
2fe43bbbe2 Calendar: Fix jscs errors after merging master 2015-10-08 15:06:55 +02:00
Felix Nagel
66828b1a83 Calendar: Remove _refresh method 2015-10-08 00:18:48 +02:00
Felix Nagel
dcef453594 Calendar: Move custom date object to ui namespace 2015-09-27 18:45:53 +02:00
Felix Nagel
af7d2009ce Calendar: Remove some obsolete todo comments 2015-09-27 18:11:35 +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
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
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
Scott González
31d9184aa3 Merge branch 'master' into datepicker 2015-08-20 09:48:11 -04:00