Commit Graph

7332 Commits

Author SHA1 Message Date
Francesc Baeta
89fe04af3d Resizable: Fix top jump with rotated element
Fix top jump when resizing a rotated element (90°) using north handle
and exceeding the minmal height (default 10px).

Bug was found using a resizable-rotation-patch:
https://github.com/unlocomqx/jQuery-ui-resizable-rotation-patch

Closes gh-1687
2016-03-30 09:24:03 -04:00
Anne-Gaelle Colom
cde7a79b8f Selectmenu: Added missing semicolon
Closes gh-1689
2016-03-30 09:20:40 -04:00
Matt Brundage
c41b880966 Menu: Style cleanup
Space savings and consistency with other rules in how we specify no
outline (namely, .ui-helper-reset and .ui-dialog ).

Closes gh-1684
2016-03-23 12:26:12 -04:00
Jörn Zaefferer
7a0eff4a80 Authors: Update with latest 1.12 contributors 2016-03-17 10:25:21 +01:00
Jörn Zaefferer
4866e14922 Menu: Remove active class from top-level item when menu is blurred
This issue was introduced by 0bbd156918,
which reduced the use of ui-state-focus and ui-state-active to using
only ui-state-focus. This introduced the issue addressed here.

The fix is more of a workaround. With test test in place, we can
investigate a better solution in the future.

Fixes #14919
2016-03-11 18:27:58 +01:00
Scott González
54cd4510ef Dialog: Remove use of $.now() in performance test 2016-03-03 13:38:57 -05:00
Scott González
ff3769272b Build: Upgrade to grunt-html 6.0.0
Closes gh-1680
2016-02-24 13:03:01 -05:00
Alexander Schmitz
20466d5027 Selectmenu: Fixed selectmenu icon float right
Also removes the icon space as its not needed with a floated icon

Fixes #14914
Closes gh-1671
2016-02-24 11:29:44 -05:00
Fahad Ahmad
8564641fb8 Datepicker: Use getFullYear() instead of deprecated getYear()
Fixes #14920
Closes gh-1678
2016-02-21 12:38:23 -05:00
Scott González
cbceca7091 Autocomplete: Work around isContentEditable bug in Chrome
Fixes #14917
Closes gh-1673
2016-02-16 12:22:10 -05:00
Scott González
58d8b17fe3 Controlgroup: Fix quote style in demo 2016-02-16 10:22:30 -05:00
Alyosha Pushak
c87653bc24 Accordion: Correct height calculated when closed
Fixes #11938
Closes gh-1536
Closes gh-1616
2016-02-09 14:40:29 -05:00
Scott González
2bc84615ae Revert "Build: Upgrade grunt-html to 6.0.0"
This reverts commit f9e07a374c.

Travis doesn't support Java v1.8 yet.
2016-02-09 14:29:56 -05:00
Scott González
40351deaf7 Build: Upgrade commitplease to 2.3.0
Closes gh-1670
2016-02-09 14:18:46 -05:00
Scott González
bdd4a27957 Build: Upgrade rimraf to 2.5.1
Ref gh-1670
2016-02-09 14:18:44 -05:00
Scott González
34b93bb7a8 Build: Upgrade load-grunt-tasks to 3.4.0
Ref gh-1670
2016-02-09 14:18:41 -05:00
Scott González
f9e07a374c Build: Upgrade grunt-html to 6.0.0
Ref gh-1670
2016-02-09 14:18:39 -05:00
Scott González
6c6ec87516 Build: Upgrade grunt-git-authors to 3.1.0
Ref gh-1670
2016-02-09 14:18:37 -05:00
Scott González
e20cec37cf Build: Remove grunt-esformatter
Ref gh-1670
2016-02-09 14:18:34 -05:00
Scott González
e210c1ce6d Build: Upgrade grunt-contrib-uglify to 0.11.1
Ref gh-1670
2016-02-09 14:18:32 -05:00
Scott González
61766aed92 Build: Upgrade grunt-contrib-qunit to 1.0.1
Ref gh-1670
2016-02-09 14:18:30 -05:00
Scott González
6fc090df6a Build: Upgrade grunt-contrib-jshint to 0.12.0
Ref gh-1670
2016-02-09 14:18:28 -05:00
Scott González
811080693d Build: Upgrade grunt-csslint to 0.5.0
Ref gh-1670
2016-02-09 14:18:25 -05:00
Scott González
b80c2fa8e3 Build: Upgrade grunt-bowercopy to 1.2.4
Ref gh-1670
2016-02-09 14:18:23 -05:00
Scott González
d8f09b0da1 Build: Upgrade grunt to 0.4.5
Ref gh-1670
2016-02-09 14:18:12 -05:00
Scott González
63c103dd54 Draggable: Improve detection for when to blur the active element
Fixes #12472
Fixes #14905
Closes gh-1548
2016-02-09 13:37:26 -05:00
Scott González
8fc3ba22ba Datepicker: Fix flaky test 2016-02-09 11:28:31 -05:00
Scott González
2775253b51 Tooltip: Remove use of $.parseJSON()
Also fixes the module loading for the tooltip animations visual test.

Fixes #14903
Closes gh-1665
2016-01-18 13:10:56 -05:00
Scott González
6d0adb27e8 Selectors: Fix metadata
Closes gh-1663
2016-01-15 10:26:50 -05:00
Scott González
ffcfb85c98 Build: Update bugs URL 2015-12-08 09:33:52 -05: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
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
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