]>
source.dussan.org Git - jquery-ui.git/log
Alexander Schmitz [Thu, 31 Mar 2016 03:02:12 +0000 (23:02 -0400)]
Menu: Fix line length issues
Ref gh-1690
Alexander Schmitz [Thu, 31 Mar 2016 02:54:03 +0000 (22:54 -0400)]
Mouse: Fix line length issues
Ref gh-1690
Alexander Schmitz [Thu, 31 Mar 2016 02:52:49 +0000 (22:52 -0400)]
Progressbar: Fix line length issues
Ref gh-1690
Alexander Schmitz [Thu, 31 Mar 2016 02:33:08 +0000 (22:33 -0400)]
Resizable: Fix line length issues
Ref gh-1690
Alexander Schmitz [Thu, 31 Mar 2016 02:31:17 +0000 (22:31 -0400)]
Selectable: Fix line length issues
Ref gh-1690
Alexander Schmitz [Thu, 31 Mar 2016 02:18:36 +0000 (22:18 -0400)]
Slider: Fix line length issues
Ref gh-1690
Alexander Schmitz [Thu, 31 Mar 2016 02:11:22 +0000 (22:11 -0400)]
Sortable: Fix line length issues
Ref gh-1690
Alexander Schmitz [Wed, 30 Mar 2016 23:00:14 +0000 (19:00 -0400)]
Spinner: Fix line length violations
Ref gh-1690
Alexander Schmitz [Wed, 30 Mar 2016 22:59:18 +0000 (18:59 -0400)]
Tabs: Fix line length violations
Ref gh-1690
Amine HADDAD [Thu, 18 Feb 2016 12:28:43 +0000 (13:28 +0100)]
Datepicker: Fix day names for ar-DZ locale
Fixes #14948
Closes gh-1697
Scott González [Tue, 12 Apr 2016 19:10:22 +0000 (15:10 -0400)]
Menu: Don't reset active element until after triggering `blur` event
This ensures that `ui.item` actually exists in the `blur` event.
Fixes #14945
Closes gh-1696
Maksim Ryzhikov [Tue, 12 Apr 2016 19:39:06 +0000 (15:39 -0400)]
Sortable: Fix incorrect top containment for document
Fixes #14927
Closes gh-1695
Scott González [Wed, 6 Apr 2016 17:06:40 +0000 (13:06 -0400)]
Build: Adjust author info for Dan Strohl
Scott González [Mon, 4 Apr 2016 13:16:49 +0000 (09:16 -0400)]
Build: Update authors list
Siebrand Mazeland [Sat, 2 Apr 2016 15:11:02 +0000 (18:11 +0300)]
Build: Update .mailmap
Closes gh-1693
dstrohl [Tue, 16 Dec 2014 16:05:54 +0000 (08:05 -0800)]
Sortable: Update _contactContainers to use page clientX/Y values
The sortable was using the window position compared with page position to
determine where to drop objects. this was only a problem for sortables far
enough down to require scrolling.
Fixes #10727
Fixes #5039
Closes gh-1475
Closes gh-1585
Rand Scullard [Mon, 28 Sep 2015 20:15:46 +0000 (16:15 -0400)]
Menu: Check that there is an active item in `_activate()`
Closes gh-1606
Konstantin Dinev [Thu, 21 Jan 2016 14:40:23 +0000 (16:40 +0200)]
Resizable: Implement `setOption` for handles
Fixes #3423
Closes gh-1666
Mukul Hase [Thu, 11 Feb 2016 19:29:54 +0000 (00:59 +0530)]
Slider: Fixed max value miscalculation
Fixes #12852
Closes gh-1664
Alexander Schmitz [Wed, 30 Mar 2016 15:38:34 +0000 (11:38 -0400)]
Selectmenu: Prepend icon and move overflow to text span
Fixes #14938
Closes gh-1685
Piotr Baran [Fri, 19 Feb 2016 21:23:11 +0000 (22:23 +0100)]
Datepicker: Fixed keyboard navigation
Fixes #7956
Closes gh-1677
Alexander Schmitz [Wed, 23 Mar 2016 12:18:25 +0000 (08:18 -0400)]
Checkboxradio: Check that there is an icon before toggeling class
Fixes #14939
Closes gh-1686
Francesc Baeta [Thu, 24 Mar 2016 15:28:15 +0000 (16:28 +0100)]
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
Anne-Gaelle Colom [Tue, 29 Mar 2016 12:59:32 +0000 (13:59 +0100)]
Selectmenu: Added missing semicolon
Closes gh-1689
Matt Brundage [Fri, 18 Mar 2016 19:41:02 +0000 (15:41 -0400)]
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
Jörn Zaefferer [Thu, 17 Mar 2016 09:25:21 +0000 (10:25 +0100)]
Authors: Update with latest 1.12 contributors
Jörn Zaefferer [Fri, 11 Mar 2016 16:35:25 +0000 (17:35 +0100)]
Menu: Remove active class from top-level item when menu is blurred
This issue was introduced by
0bbd1569182bc03e8dc4f5f8aa203e8edbe15f99 ,
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
Scott González [Thu, 3 Mar 2016 18:38:57 +0000 (13:38 -0500)]
Dialog: Remove use of `$.now()` in performance test
Scott González [Wed, 17 Feb 2016 18:14:31 +0000 (13:14 -0500)]
Build: Upgrade to grunt-html 6.0.0
Closes gh-1680
Alexander Schmitz [Wed, 10 Feb 2016 16:31:03 +0000 (11:31 -0500)]
Selectmenu: Fixed selectmenu icon float right
Also removes the icon space as its not needed with a floated icon
Fixes #14914
Closes gh-1671
Fahad Ahmad [Sun, 21 Feb 2016 07:36:46 +0000 (02:36 -0500)]
Datepicker: Use `getFullYear()` instead of deprecated `getYear()`
Fixes #14920
Closes gh-1678
Scott González [Tue, 16 Feb 2016 15:22:45 +0000 (10:22 -0500)]
Autocomplete: Work around `isContentEditable` bug in Chrome
Fixes #14917
Closes gh-1673
Scott González [Tue, 16 Feb 2016 15:22:30 +0000 (10:22 -0500)]
Controlgroup: Fix quote style in demo
Alyosha Pushak [Mon, 13 Apr 2015 02:17:16 +0000 (19:17 -0700)]
Accordion: Correct height calculated when closed
Fixes #11938
Closes gh-1536
Closes gh-1616
Scott González [Tue, 9 Feb 2016 19:29:56 +0000 (14:29 -0500)]
Revert "Build: Upgrade grunt-html to 6.0.0"
This reverts commit
f9e07a374cc912e85a3d7d97281c1c5438fa1a43 .
Travis doesn't support Java v1.8 yet.
Scott González [Tue, 9 Feb 2016 19:12:30 +0000 (14:12 -0500)]
Build: Upgrade commitplease to 2.3.0
Closes gh-1670
Scott González [Tue, 9 Feb 2016 19:11:53 +0000 (14:11 -0500)]
Build: Upgrade rimraf to 2.5.1
Ref gh-1670
Scott González [Tue, 9 Feb 2016 19:10:59 +0000 (14:10 -0500)]
Build: Upgrade load-grunt-tasks to 3.4.0
Ref gh-1670
Scott González [Tue, 9 Feb 2016 19:07:39 +0000 (14:07 -0500)]
Build: Upgrade grunt-html to 6.0.0
Ref gh-1670
Scott González [Tue, 9 Feb 2016 19:06:34 +0000 (14:06 -0500)]
Build: Upgrade grunt-git-authors to 3.1.0
Ref gh-1670
Scott González [Tue, 9 Feb 2016 19:03:11 +0000 (14:03 -0500)]
Build: Remove grunt-esformatter
Ref gh-1670
Scott González [Tue, 9 Feb 2016 18:59:36 +0000 (13:59 -0500)]
Build: Upgrade grunt-contrib-uglify to 0.11.1
Ref gh-1670
Scott González [Tue, 9 Feb 2016 18:57:41 +0000 (13:57 -0500)]
Build: Upgrade grunt-contrib-qunit to 1.0.1
Ref gh-1670
Scott González [Tue, 9 Feb 2016 18:55:53 +0000 (13:55 -0500)]
Build: Upgrade grunt-contrib-jshint to 0.12.0
Ref gh-1670
Scott González [Tue, 9 Feb 2016 18:54:28 +0000 (13:54 -0500)]
Build: Upgrade grunt-csslint to 0.5.0
Ref gh-1670
Scott González [Tue, 9 Feb 2016 18:53:35 +0000 (13:53 -0500)]
Build: Upgrade grunt-bowercopy to 1.2.4
Ref gh-1670
Scott González [Tue, 9 Feb 2016 18:52:21 +0000 (13:52 -0500)]
Build: Upgrade grunt to 0.4.5
Ref gh-1670
Scott González [Tue, 5 May 2015 13:29:21 +0000 (09:29 -0400)]
Draggable: Improve detection for when to blur the active element
Fixes #12472
Fixes #14905
Closes gh-1548
Scott González [Tue, 9 Feb 2016 16:28:31 +0000 (11:28 -0500)]
Datepicker: Fix flaky test
Scott González [Mon, 18 Jan 2016 17:36:25 +0000 (12:36 -0500)]
Tooltip: Remove use of `$.parseJSON()`
Also fixes the module loading for the tooltip animations visual test.
Fixes #14903
Closes gh-1665
Scott González [Fri, 15 Jan 2016 02:07:53 +0000 (21:07 -0500)]
Selectors: Fix metadata
Closes gh-1663
Scott González [Tue, 8 Dec 2015 14:33:52 +0000 (09:33 -0500)]
Build: Update bugs URL
Jörn Zaefferer [Mon, 2 Nov 2015 15:41:25 +0000 (16:41 +0100)]
Release: Update for 1.12 release, add test script
Fixes jquery/download.jqueryui.com#282
Jörn Zaefferer [Thu, 26 Nov 2015 18:03:32 +0000 (19:03 +0100)]
Authors: Update with latest 1.12 contributors
Jörn Zaefferer [Thu, 26 Nov 2015 17:39:30 +0000 (18:39 +0100)]
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.
Michał Gołębiowski [Thu, 12 Nov 2015 14:30:23 +0000 (15:30 +0100)]
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
Benjamin Albert [Fri, 13 Nov 2015 13:12:40 +0000 (15:12 +0200)]
Datepicker: Refactor `_updateAlternate()` method
Closes gh-1647
Scott González [Mon, 9 Nov 2015 14:51:21 +0000 (09:51 -0500)]
Draggable: Change element ids in demo
Scott González [Mon, 9 Nov 2015 14:16:13 +0000 (09:16 -0500)]
Resizable: Fix data reference for `ui-resizable-alsoresize`
Fixes #14788
Scott González [Thu, 5 Nov 2015 14:19:55 +0000 (09:19 -0500)]
Resizable: Don't use CSS shorthand properties with `.css()`
Fixes #7766
Closes gh-1644
Jörn Zaefferer [Thu, 29 Oct 2015 11:40:30 +0000 (12:40 +0100)]
Demos: Link widget demo to learn site
Ref jquery/jqueryui.com#39
Closes gh-1637
Scott González [Wed, 28 Oct 2015 19:40:33 +0000 (15:40 -0400)]
Theme: Fix position of some icons
Closes gh-1636
Scott González [Tue, 27 Oct 2015 18:35:27 +0000 (14:35 -0400)]
Checkboxradio: Properly find radio groups from the associated form
Fixes #9973
Closes gh-1631
Jörn Zaefferer [Thu, 29 Oct 2015 14:27:16 +0000 (15:27 +0100)]
Authors: Update with 1.12 contributors
Jörn Zaefferer [Thu, 29 Oct 2015 14:24:26 +0000 (15:24 +0100)]
Release: Use latest download builder
Jörn Zaefferer [Wed, 28 Oct 2015 18:04:09 +0000 (19:04 +0100)]
Button: Add tests for button with html markup
Ref gh-1632
Ref jquery/api.jqueryui.com#281
Jörn Zaefferer [Wed, 28 Oct 2015 18:11:07 +0000 (19:11 +0100)]
Dialog: Escape closeText option before passing it to button
Ref gh-1632
Fixes jquery/api.jqueryui.com#281
Scott González [Wed, 28 Oct 2015 16:58:01 +0000 (12:58 -0400)]
Controlgroup: Simplify CSS overrides for spinner
Closes gh-1633
Scott González [Wed, 28 Oct 2015 13:23:28 +0000 (09:23 -0400)]
Checkboxradio: Fix error tests with jQuery 1.7.0
Scott González [Wed, 28 Oct 2015 13:16:31 +0000 (09:16 -0400)]
Controlgroup: Add compound test suite for all jQuery versions
Scott González [Wed, 28 Oct 2015 13:15:11 +0000 (09:15 -0400)]
Checkboxradio: Add compound test suite for all jQuery versions
Scott González [Tue, 27 Oct 2015 20:32:30 +0000 (16:32 -0400)]
Controlgroup: Test cleanup
Scott González [Tue, 27 Oct 2015 20:05:52 +0000 (16:05 -0400)]
Checkboxradio: Test cleanup
Scott González [Sat, 17 Oct 2015 21:53:15 +0000 (17:53 -0400)]
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
Leonardo Balter [Tue, 27 Oct 2015 16:33:44 +0000 (12:33 -0400)]
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
Scott González [Mon, 26 Oct 2015 19:10:43 +0000 (15:10 -0400)]
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
Scott González [Mon, 26 Oct 2015 21:37:41 +0000 (17:37 -0400)]
Tabs: Handle overly-precise values in tests in IE
Closes gh-1628
Jörn Zaefferer [Mon, 26 Oct 2015 17:13:42 +0000 (13:13 -0400)]
Selectmenu: Handle form resets
Fixes #12236
Ref gh-1550
Scott González [Tue, 27 Oct 2015 13:29:02 +0000 (09:29 -0400)]
Spinner: Adjust styles for new button CSS
Closes gh-1629
Scott González [Mon, 26 Oct 2015 20:58:46 +0000 (16:58 -0400)]
Button: Fix call to `._toggleClass()`
Jörn Zaefferer [Mon, 26 Oct 2015 16:52:42 +0000 (12:52 -0400)]
FormResetMixin: Add copyright header and manifest comments
Jörn Zaefferer [Sun, 25 Oct 2015 22:07:34 +0000 (18:07 -0400)]
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.
Jörn Zaefferer [Sun, 25 Oct 2015 21:34:34 +0000 (17:34 -0400)]
Theme: Fix ThemeRoller variable for ui-icon-background, again
Jörn Zaefferer [Sun, 25 Oct 2015 21:30:34 +0000 (17:30 -0400)]
Theme: Fix ThemeRoller variable for ui-icon-background
Jörn Zaefferer [Sat, 17 Oct 2015 19:31:02 +0000 (15:31 -0400)]
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.
Jörn Zaefferer [Sat, 17 Oct 2015 19:12:26 +0000 (15:12 -0400)]
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.
Jörn Zaefferer [Fri, 23 Oct 2015 13:25:15 +0000 (09:25 -0400)]
Core: Remove header and manifest
This file is deprecated and should not be included, by default, in
builds anymore.
Jörn Zaefferer [Wed, 21 Oct 2015 23:08:44 +0000 (19:08 -0400)]
All: Fix manifest issues for categories and CSS dependencies
Collapses "UI Core" and "Core" into just "Core".
Fixes bad paths for CSS dependencies. Regressed when moving widgets
into the widgets subfolder.
Hannah Methvin [Sun, 18 Oct 2015 16:36:43 +0000 (12:36 -0400)]
Mouse: Don't stop propagation of mouseup
Fixes #10818
Scott González [Sun, 18 Oct 2015 09:56:01 +0000 (05:56 -0400)]
Theme: Fix file permissions on images
Scott González [Sun, 18 Oct 2015 01:14:34 +0000 (21:14 -0400)]
Build: Add `grunt jenkins` task
Scott González [Sat, 17 Oct 2015 19:54:12 +0000 (15:54 -0400)]
Build: Fix requirejs task and add CSS concat task back in
Mani Mishra [Wed, 7 Oct 2015 05:12:10 +0000 (10:42 +0530)]
Tooltip: Use show.delay update only when track option is active
Fixes #14682
Closes gh-1613
Jyoti Deka [Mon, 6 Jul 2015 11:18:57 +0000 (07:18 -0400)]
Slider: Add missing unit test cases for values method
Closes gh-1573
Scott González [Fri, 16 Oct 2015 18:14:45 +0000 (14:14 -0400)]
Autocomplete: Whitespace
Scott González [Thu, 15 Oct 2015 14:11:14 +0000 (10:11 -0400)]
Autocomplete: Close the menu on any outside interactions
This ensures that the menu will close if the user interacts with a
draggable, resizable, etc. element since those interactions don't
change focus.
Ref #6642
Closes gh-1614
Scott González [Thu, 15 Oct 2015 14:32:47 +0000 (10:32 -0400)]
Resizable: Remove mysterious helper dimension adjustments
Fixes #11113
Closes gh-1615
Scott González [Thu, 15 Oct 2015 14:55:19 +0000 (10:55 -0400)]
Build: Use the container-based infrastructure on Travis
Switch to node 0.12.
Closes #1617
Jörn Zaefferer [Tue, 6 Oct 2015 15:01:23 +0000 (17:01 +0200)]
Checkboxradio: Add ui-state-highlight class to icon on create
This was already toggled in _toggleClasses, but that isn't called
on create.
Jörn Zaefferer [Tue, 6 Oct 2015 14:07:33 +0000 (16:07 +0200)]
Controlgroup: Fix refresh method tests by adding text content to button
In IE8, the empty elements cause issues. Adding text content makes
sense, since empty elements are useless.