]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
8 years agoWidget: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 04:05:45 +0000 (00:05 -0400)]
Widget: Fix line length issues

Ref gh-1690

8 years agoAccordion: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 03:43:59 +0000 (23:43 -0400)]
Accordion: Fix line length issues

Ref gh-1690

8 years agoCheckboxradio: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 03:42:53 +0000 (23:42 -0400)]
Checkboxradio: Fix line length issues

Ref gh-1690

8 years agoControlgroup: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 03:42:01 +0000 (23:42 -0400)]
Controlgroup: Fix line length issues

Ref gh-1690

8 years agoDialog: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 03:41:14 +0000 (23:41 -0400)]
Dialog: Fix line length issues

Ref gh-1690

8 years agoDraggable: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 03:40:17 +0000 (23:40 -0400)]
Draggable: Fix line length issues

Ref gh-1690

8 years agoDroppable: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 03:15:29 +0000 (23:15 -0400)]
Droppable: Fix line length issues

Ref gh-1690

8 years agoMenu: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 03:02:12 +0000 (23:02 -0400)]
Menu: Fix line length issues

Ref gh-1690

8 years agoMouse: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 02:54:03 +0000 (22:54 -0400)]
Mouse: Fix line length issues

Ref gh-1690

8 years agoProgressbar: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 02:52:49 +0000 (22:52 -0400)]
Progressbar: Fix line length issues

Ref gh-1690

8 years agoResizable: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 02:33:08 +0000 (22:33 -0400)]
Resizable: Fix line length issues

Ref gh-1690

8 years agoSelectable: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 02:31:17 +0000 (22:31 -0400)]
Selectable: Fix line length issues

Ref gh-1690

8 years agoSlider: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 02:18:36 +0000 (22:18 -0400)]
Slider: Fix line length issues

Ref gh-1690

8 years agoSortable: Fix line length issues
Alexander Schmitz [Thu, 31 Mar 2016 02:11:22 +0000 (22:11 -0400)]
Sortable: Fix line length issues

Ref gh-1690

8 years agoSpinner: Fix line length violations
Alexander Schmitz [Wed, 30 Mar 2016 23:00:14 +0000 (19:00 -0400)]
Spinner: Fix line length violations

Ref gh-1690

8 years agoTabs: Fix line length violations
Alexander Schmitz [Wed, 30 Mar 2016 22:59:18 +0000 (18:59 -0400)]
Tabs: Fix line length violations

Ref gh-1690

8 years agoDatepicker: Fix day names for ar-DZ locale
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

8 years agoMenu: Don't reset active element until after triggering `blur` event
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

8 years agoSortable: Fix incorrect top containment for document
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

8 years agoBuild: Adjust author info for Dan Strohl
Scott González [Wed, 6 Apr 2016 17:06:40 +0000 (13:06 -0400)]
Build: Adjust author info for Dan Strohl

8 years agoBuild: Update authors list
Scott González [Mon, 4 Apr 2016 13:16:49 +0000 (09:16 -0400)]
Build: Update authors list

8 years agoBuild: Update .mailmap
Siebrand Mazeland [Sat, 2 Apr 2016 15:11:02 +0000 (18:11 +0300)]
Build: Update .mailmap

Closes gh-1693

8 years agoSortable: Update _contactContainers to use page clientX/Y values
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

8 years agoMenu: Check that there is an active item in `_activate()`
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

8 years agoResizable: Implement `setOption` for handles
Konstantin Dinev [Thu, 21 Jan 2016 14:40:23 +0000 (16:40 +0200)]
Resizable: Implement `setOption` for handles

Fixes #3423
Closes gh-1666

8 years agoSlider: Fixed max value miscalculation
Mukul Hase [Thu, 11 Feb 2016 19:29:54 +0000 (00:59 +0530)]
Slider: Fixed max value miscalculation

Fixes #12852
Closes gh-1664

8 years agoSelectmenu: Prepend icon and move overflow to text span
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

8 years agoDatepicker: Fixed keyboard navigation
Piotr Baran [Fri, 19 Feb 2016 21:23:11 +0000 (22:23 +0100)]
Datepicker: Fixed keyboard navigation

Fixes #7956
Closes gh-1677

8 years agoCheckboxradio: Check that there is an icon before toggeling class
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

8 years agoResizable: Fix top jump with rotated element
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

8 years agoSelectmenu: Added missing semicolon
Anne-Gaelle Colom [Tue, 29 Mar 2016 12:59:32 +0000 (13:59 +0100)]
Selectmenu: Added missing semicolon

Closes gh-1689

8 years agoMenu: Style cleanup
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

8 years agoAuthors: Update with latest 1.12 contributors
Jörn Zaefferer [Thu, 17 Mar 2016 09:25:21 +0000 (10:25 +0100)]
Authors: Update with latest 1.12 contributors

8 years agoMenu: Remove active class from top-level item when menu is blurred 1683/head
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

8 years agoDialog: Remove use of `$.now()` in performance test
Scott González [Thu, 3 Mar 2016 18:38:57 +0000 (13:38 -0500)]
Dialog: Remove use of `$.now()` in performance test

8 years agoBuild: Upgrade to grunt-html 6.0.0
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

8 years agoSelectmenu: Fixed selectmenu icon float right
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

8 years agoDatepicker: Use `getFullYear()` instead of deprecated `getYear()`
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

8 years agoAutocomplete: Work around `isContentEditable` bug in Chrome
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

8 years agoControlgroup: Fix quote style in demo
Scott González [Tue, 16 Feb 2016 15:22:30 +0000 (10:22 -0500)]
Controlgroup: Fix quote style in demo

8 years agoAccordion: Correct height calculated when closed
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

8 years agoRevert "Build: Upgrade grunt-html to 6.0.0"
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.

8 years agoBuild: Upgrade commitplease to 2.3.0
Scott González [Tue, 9 Feb 2016 19:12:30 +0000 (14:12 -0500)]
Build: Upgrade commitplease to 2.3.0

Closes gh-1670

8 years agoBuild: Upgrade rimraf to 2.5.1
Scott González [Tue, 9 Feb 2016 19:11:53 +0000 (14:11 -0500)]
Build: Upgrade rimraf to 2.5.1

Ref gh-1670

8 years agoBuild: Upgrade load-grunt-tasks to 3.4.0
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

8 years agoBuild: Upgrade grunt-html to 6.0.0
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

8 years agoBuild: Upgrade grunt-git-authors to 3.1.0
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

8 years agoBuild: Remove grunt-esformatter
Scott González [Tue, 9 Feb 2016 19:03:11 +0000 (14:03 -0500)]
Build: Remove grunt-esformatter

Ref gh-1670

8 years agoBuild: Upgrade grunt-contrib-uglify to 0.11.1
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

8 years agoBuild: Upgrade grunt-contrib-qunit to 1.0.1
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

8 years agoBuild: Upgrade grunt-contrib-jshint to 0.12.0
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

8 years agoBuild: Upgrade grunt-csslint to 0.5.0
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

8 years agoBuild: Upgrade grunt-bowercopy to 1.2.4
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

8 years agoBuild: Upgrade grunt to 0.4.5
Scott González [Tue, 9 Feb 2016 18:52:21 +0000 (13:52 -0500)]
Build: Upgrade grunt to 0.4.5

Ref gh-1670

8 years agoDraggable: Improve detection for when to blur the active element
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

8 years agoDatepicker: Fix flaky test
Scott González [Tue, 9 Feb 2016 16:28:31 +0000 (11:28 -0500)]
Datepicker: Fix flaky test

8 years agoTooltip: Remove use of `$.parseJSON()`
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

8 years agoSelectors: Fix metadata
Scott González [Fri, 15 Jan 2016 02:07:53 +0000 (21:07 -0500)]
Selectors: Fix metadata

Closes gh-1663

8 years agoBuild: Update bugs URL
Scott González [Tue, 8 Dec 2015 14:33:52 +0000 (09:33 -0500)]
Build: Update bugs URL

8 years agoRelease: Update for 1.12 release, add test script 1642/head
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

8 years agoAuthors: Update with latest 1.12 contributors
Jörn Zaefferer [Thu, 26 Nov 2015 18:03:32 +0000 (19:03 +0100)]
Authors: Update with latest 1.12 contributors

8 years agoEffects: Refactor transfer back compat to avoid bad nested return 1657/head
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.

8 years agoBuild: Use jquery-git in place of jquery-compat-git
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

8 years agoDatepicker: Refactor `_updateAlternate()` method
Benjamin Albert [Fri, 13 Nov 2015 13:12:40 +0000 (15:12 +0200)]
Datepicker: Refactor `_updateAlternate()` method

Closes gh-1647

8 years agoDraggable: Change element ids in demo
Scott González [Mon, 9 Nov 2015 14:51:21 +0000 (09:51 -0500)]
Draggable: Change element ids in demo

8 years agoResizable: Fix data reference for `ui-resizable-alsoresize`
Scott González [Mon, 9 Nov 2015 14:16:13 +0000 (09:16 -0500)]
Resizable: Fix data reference for `ui-resizable-alsoresize`

Fixes #14788

8 years agoResizable: Don't use CSS shorthand properties with `.css()`
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

8 years agoDemos: Link widget demo to learn site
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

8 years agoTheme: Fix position of some icons
Scott González [Wed, 28 Oct 2015 19:40:33 +0000 (15:40 -0400)]
Theme: Fix position of some icons

Closes gh-1636

8 years agoCheckboxradio: Properly find radio groups from the associated form
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

8 years agoAuthors: Update with 1.12 contributors 1640/head
Jörn Zaefferer [Thu, 29 Oct 2015 14:27:16 +0000 (15:27 +0100)]
Authors: Update with 1.12 contributors

8 years agoRelease: Use latest download builder
Jörn Zaefferer [Thu, 29 Oct 2015 14:24:26 +0000 (15:24 +0100)]
Release: Use latest download builder

8 years agoButton: Add tests for button with html markup 1634/head
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

8 years agoDialog: Escape closeText option before passing it to button 1635/head
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

8 years agoControlgroup: Simplify CSS overrides for spinner
Scott González [Wed, 28 Oct 2015 16:58:01 +0000 (12:58 -0400)]
Controlgroup: Simplify CSS overrides for spinner

Closes gh-1633

8 years agoCheckboxradio: Fix error tests with jQuery 1.7.0
Scott González [Wed, 28 Oct 2015 13:23:28 +0000 (09:23 -0400)]
Checkboxradio: Fix error tests with jQuery 1.7.0

8 years agoControlgroup: Add compound test suite for all jQuery versions
Scott González [Wed, 28 Oct 2015 13:16:31 +0000 (09:16 -0400)]
Controlgroup: Add compound test suite for all jQuery versions

8 years agoCheckboxradio: 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

8 years agoControlgroup: Test cleanup
Scott González [Tue, 27 Oct 2015 20:32:30 +0000 (16:32 -0400)]
Controlgroup: Test cleanup

8 years agoCheckboxradio: Test cleanup
Scott González [Tue, 27 Oct 2015 20:05:52 +0000 (16:05 -0400)]
Checkboxradio: Test cleanup

8 years agoMouse: Ignore `mousemove` events triggered by key presses in Safari
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

8 years agoTests: Fix improper async sortable test
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

8 years agoDraggable: Skip window bubbling test in IE 8
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

8 years agoTabs: Handle overly-precise values in tests in IE
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

8 years agoSelectmenu: Handle form resets 1626/head
Jörn Zaefferer [Mon, 26 Oct 2015 17:13:42 +0000 (13:13 -0400)]
Selectmenu: Handle form resets

Fixes #12236
Ref gh-1550

8 years agoSpinner: Adjust styles for new button CSS
Scott González [Tue, 27 Oct 2015 13:29:02 +0000 (09:29 -0400)]
Spinner: Adjust styles for new button CSS

Closes gh-1629

8 years agoButton: Fix call to `._toggleClass()`
Scott González [Mon, 26 Oct 2015 20:58:46 +0000 (16:58 -0400)]
Button: Fix call to `._toggleClass()`

8 years agoFormResetMixin: Add copyright header and manifest comments 1625/head
Jörn Zaefferer [Mon, 26 Oct 2015 16:52:42 +0000 (12:52 -0400)]
FormResetMixin: Add copyright header and manifest comments

8 years agoControlgroup: Fix create and destroy for controlgroupLabel 1624/head
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.

8 years agoTheme: Fix ThemeRoller variable for ui-icon-background, again
Jörn Zaefferer [Sun, 25 Oct 2015 21:34:34 +0000 (17:34 -0400)]
Theme: Fix ThemeRoller variable for ui-icon-background, again

8 years agoTheme: Fix ThemeRoller variable for ui-icon-background
Jörn Zaefferer [Sun, 25 Oct 2015 21:30:34 +0000 (17:30 -0400)]
Theme: Fix ThemeRoller variable for ui-icon-background

8 years agoTests: Fix button space assertions on IE8 1619/head
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.

8 years agoDraggable: Fix options tests 1618/head
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.

8 years agoCore: Remove header and manifest 1623/head
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.

8 years agoAll: Fix manifest issues for categories and CSS dependencies
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.

9 years agoMouse: Don't stop propagation of mouseup 1621/head
Hannah Methvin [Sun, 18 Oct 2015 16:36:43 +0000 (12:36 -0400)]
Mouse: Don't stop propagation of mouseup

Fixes #10818

9 years agoTheme: Fix file permissions on images
Scott González [Sun, 18 Oct 2015 09:56:01 +0000 (05:56 -0400)]
Theme: Fix file permissions on images

9 years agoBuild: Add `grunt jenkins` task
Scott González [Sun, 18 Oct 2015 01:14:34 +0000 (21:14 -0400)]
Build: Add `grunt jenkins` task

9 years agoBuild: Fix requirejs task and add CSS concat task back in
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

9 years agoTooltip: Use show.delay update only when track option is active
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