Commit Graph

6974 Commits

Author SHA1 Message Date
Felix Nagel
f2c9c9a8ab Calendar tests: Use globalize-runtime with compiled locales 2015-12-02 17:15:23 +01:00
Felix Nagel
f646ba97a9 Date tests: Fix first day of week calculation for non latin locales 2015-12-02 17:15:22 +01:00
Felix Nagel
9fdefeecb9 Calendar: Remove unused data-modules attribute from localization demo 2015-11-25 22:40:29 +01:00
Felix Nagel
d53f549c37 Datepicker: Fix outdated Globalize format option in date-format demo 2015-11-25 22:40:29 +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
c43149d8a4 Calendar: Use globalize-runtime with compiled locales 2015-11-18 19:56:19 +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
7e8b7234b2 Merge branch 'master' into datepicker 2015-10-08 00:40:37 +02:00
Felix Nagel
66828b1a83 Calendar: Remove _refresh method 2015-10-08 00:18:48 +02:00
Felix Nagel
3e14e0fe33 Calendar tests: Add comment to number of month test 2015-10-08 00:18:48 +02:00
Felix Nagel
d650fa9a7e Calendar: Fix some jshint issues 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
Jörn Zaefferer
ab0bb87634 Release: Publish to npm
Fixes #11101
2015-09-30 18:23:57 +02:00
Jörn Zaefferer
b698f809de Tests: Use demo bootstrap for visual tests
Adds a data-composite option and fixes paths for effects. Otherwise
just applies the same conversion as already applied to demos, sometimes
moving a <style> element to the right place.
2015-09-30 17:55:20 +02:00
Jörn Zaefferer
c02f59981f Tooltip: Turn of collision detection on forms demo for mobile rendering
Slighly improves the result by avoiding the tooltip ending up on top of
the input.
2015-09-30 17:07:39 +02:00
Jörn Zaefferer
5cbb419f24 Demos: Add device-width viewport meta to all demos
Ref 343c265172
2015-09-30 17:07:38 +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
Felix Nagel
af7d2009ce Calendar: Remove some obsolete todo comments 2015-09-27 18:11:35 +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
Jörn Zaefferer
ef8ac2a9f2 Tooltip: Don't apply disabled style changes on create
Ref #9151
Ref gh-1599
2015-09-25 13:47:17 -04:00
Jörn Zaefferer
1397ce4df6 Spinner: Remove redundant handling of disabled option on create
Ref #9151
Ref gh-1599
2015-09-25 13:47:14 -04:00
Jörn Zaefferer
897dc718c6 Slider: Remove redundant handling of disabled option on create
Ref #9151
Ref gh-1599
2015-09-25 13:47:11 -04:00
Jörn Zaefferer
d2f62041f9 Selectmenu: Remove redundant handling of disabled option on create
Ref #9151
Ref gh-1599
2015-09-25 13:47:09 -04:00
Jörn Zaefferer
7ceaa61842 Progressbar: Handle disabled option on create, using _setOptionDisabled
Ref #9151
Ref gh-1599
2015-09-25 13:47:07 -04:00
Jörn Zaefferer
8d031215c6 Menu: Remove redundant handling of disabled option on create
Ref #9151
Ref gh-1599
2015-09-25 13:47:04 -04:00
Jörn Zaefferer
83725a8fab Draggable: Remove redundant handling of disabled class on create
_setOptionDisabled in $.Widget is now handling that.

Ref #9151
Ref gh-1599
2015-09-25 13:47:02 -04:00
Jörn Zaefferer
11bd6d28b7 Dialog: Override disabled option on create, force always-enabled state
Without this, _on will still respect the disabled option and ends up
preventing closing the dialog.

Ref #9151
Ref gh-1599
2015-09-25 13:46:53 -04:00
Jörn Zaefferer
874b4a0316 Accordion: Handle disabled option on create, through _setOptionDisabled
Ref #9151
Ref gh-1599
2015-09-25 13:46:41 -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
Jörn Zaefferer
6308a261fd Build: Add main entry for webpack support; actual value doesn't matter
Fixes #14375
Closes gh-1600
2015-09-24 10:50:20 +02:00
Scott González
2d4b4ef360 Datepicker: Fix date format for ko locale
Fixes #14595
Closes gh-1595
2015-09-23 11:30:55 -04:00
Jörn Zaefferer
29d288b8f2 Demos: Remove use of disableSelection() in widget demo, no need
Ref 4916487440
2015-09-21 13:14:20 +02:00
Jörn Zaefferer
cfe91fd9e2 Demos: Add missing disable-selection dependency in sortable-ish demos
Ref 4916487440
Ref #9647
2015-09-21 13:13:42 +02:00
Scott González
ce50178430 Autocomplete: Use a div instead of a span for the live region
Fixes #14587
2015-09-18 11:19:59 -04:00
Scott González
0ff7a16534 Resizable: Don't round dimensions 2015-09-17 09:51:44 -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
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