Commit Graph

7082 Commits

Author SHA1 Message Date
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
af97d08c4f Date: Improve header data 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
e63835cb5c Calendar tests: Fix and update button advances unit tests
Related to 3570cc5a2b
2015-12-02 18:46:34 +01:00
Felix Nagel
5d3bdde5f1 Calendar: Update Button widget implementation to latest changes 2015-12-02 18:44:20 +01:00
Felix Nagel
c10ef0a170 Merge branch 'master' into datepicker 2015-12-02 18:30:05 +01:00
Jörn Zaefferer
6c738d961d Release: Update for 1.12 release, add test script
Fixes jquery/download.jqueryui.com#282
2015-12-02 17:30:37 +01:00
Felix Nagel
7ed4554109 Calendar: Fix jshint issues 2015-12-02 17:15:23 +01:00
Felix Nagel
705b674776 Calendar tests: Add missing Gobalize formatter / parser full 2015-12-02 17:15:23 +01:00
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
Jörn Zaefferer
3fb25df920 Authors: Update with latest 1.12 contributors 2015-11-26 19:03:32 +01:00
Jörn Zaefferer
9f6d924515 Effects: Refactor transfer back compat to avoid bad nested return
Download builder replaces return statements while concatenating a
bundle, but fails to deal with this nested return. Since this module
is already deprecated, pulling the return to the top level makes
more sense.
2015-11-26 18:39:30 +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
Michał Gołębiowski
15586ea752 Build: Use jquery-git in place of jquery-compat-git
jQuery Compat is not going to get released after all; jQuery UI should be tested
against jquery-git instead of jquery-compat-git.

Closes gh-1646
2015-11-14 06:12:55 -05:00
Benjamin Albert
cd7f8f02cf Datepicker: Refactor _updateAlternate() method
Closes gh-1647
2015-11-13 10:50:36 -05:00
Scott González
0cc197a421 Draggable: Change element ids in demo 2015-11-09 09:51:21 -05:00
Scott González
7cc88bfe32 Resizable: Fix data reference for ui-resizable-alsoresize
Fixes #14788
2015-11-09 09:16:13 -05:00
Scott González
6a681c2c13 Resizable: Don't use CSS shorthand properties with .css()
Fixes #7766
Closes gh-1644
2015-11-05 11:44:09 -05:00
Jörn Zaefferer
11216554fe Demos: Link widget demo to learn site
Ref jquery/jqueryui.com#39
Closes gh-1637
2015-10-30 11:51:27 -04:00
Scott González
712e9ad744 Theme: Fix position of some icons
Closes gh-1636
2015-10-29 11:27:15 -04:00
Scott González
e77fbe5388 Checkboxradio: Properly find radio groups from the associated form
Fixes #9973
Closes gh-1631
2015-10-29 11:19:13 -04:00
Jörn Zaefferer
5157c2520b Authors: Update with 1.12 contributors 2015-10-29 15:49:38 +01:00
Jörn Zaefferer
102ccb4342 Release: Use latest download builder 2015-10-29 15:49:38 +01:00
Jörn Zaefferer
f1b643ec67 Button: Add tests for button with html markup
Ref gh-1632
Ref jquery/api.jqueryui.com#281
2015-10-29 15:45:26 +01:00
Jörn Zaefferer
9644e7bae9 Dialog: Escape closeText option before passing it to button
Ref gh-1632
Fixes jquery/api.jqueryui.com#281
2015-10-28 19:48:35 +01:00
Scott González
3e9e9d58ec Controlgroup: Simplify CSS overrides for spinner
Closes gh-1633
2015-10-28 13:00:37 -04:00
Scott González
65f4176249 Checkboxradio: Fix error tests with jQuery 1.7.0 2015-10-28 09:23:28 -04:00
Scott González
a640fae24e Controlgroup: Add compound test suite for all jQuery versions 2015-10-28 09:16:31 -04:00
Scott González
926f3c6c3a Checkboxradio: Add compound test suite for all jQuery versions 2015-10-28 09:15:11 -04:00
Scott González
6e0b2a580d Controlgroup: Test cleanup 2015-10-27 16:32:30 -04:00
Scott González
d4b0699578 Checkboxradio: Test cleanup 2015-10-27 16:05:52 -04:00
Scott González
17b5386e8c Mouse: Ignore mousemove events triggered by key presses in Safari
If the user presses control, meta, shift, or alt during a drag operation,
Safari will trigger an event where `event.which` is `0`. We use that scenario
to detect that a `mouseup` occurred in a different document, so we need to
ignore these events when one of the keys are pressed.

Fixes #14461
Closes gh-1620
2015-10-27 14:12:00 -04:00
Leonardo Balter
60fa118955 Tests: Fix improper async sortable test
Caught when testing jQuery UI against the new QUnit version, where start throws
an error if called with a non-numeric error.

Closes gh-1630
2015-10-27 13:55:55 -04:00
Scott González
33398fa4f1 Draggable: Skip window bubbling test in IE 8
IE 8 implements DOM Level 2 Events which only has events propagate
up to the document, not the window.

Ref #10818
Ref gh-1621
Closes gh-1627
2015-10-27 11:12:14 -04:00
Scott González
81a002991e Tabs: Handle overly-precise values in tests in IE
Closes gh-1628
2015-10-27 11:06:48 -04:00
Jörn Zaefferer
39853fda45 Selectmenu: Handle form resets
Fixes #12236
Ref gh-1550
2015-10-27 10:28:04 -04:00
Scott González
4e13860067 Spinner: Adjust styles for new button CSS
Closes gh-1629
2015-10-27 09:52:00 -04:00
Scott González
5d7e8b1824 Button: Fix call to ._toggleClass() 2015-10-26 16:58:49 -04:00
Jörn Zaefferer
1fdc56d1de FormResetMixin: Add copyright header and manifest comments 2015-10-26 13:16:37 -04:00
Jörn Zaefferer
09fde89a24 Controlgroup: Fix create and destroy for controlgroupLabel
Creating the label broke while doing a refactoring, the lack of tests
allowed that to go unnoticed. Shouldn't happen again with the extra
tests, covering both controlgroupLabel and spinner.
2015-10-26 10:09:20 -04:00
Jörn Zaefferer
bb56dd59e8 Theme: Fix ThemeRoller variable for ui-icon-background, again 2015-10-25 17:34:34 -04:00
Jörn Zaefferer
f54d489df3 Theme: Fix ThemeRoller variable for ui-icon-background 2015-10-25 17:30:34 -04:00
Jörn Zaefferer
3570cc5a2b Tests: Fix button space assertions on IE8
IE8 still doesn't keep the space in the text (or HTML) representation.
We don't really care, so adding more trims in these tests as well.
2015-10-25 11:25:00 -04:00
Jörn Zaefferer
56d6ddc2ba Draggable: Fix options tests
These failed when running through tests/unit/all.html, due to the smaller
iframe. Reducing a browser window enough triggered the same issue. Making
the top offset much smaller fixes that.

The rest is fixing bad indent and adds a missing module call.
2015-10-25 11:22:40 -04:00