Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Tests: Fix missing wrappers in progressbar tests | Jörn Zaefferer | 2015-03-06 | 4 | -0/+16 | |
| | ||||||
* | Slider: Modified to allow value to reach max value with float step | Ablay Keldibek | 2015-03-05 | 1 | -1/+11 | |
| | | | | | Fixes #11286 Closes gh-1465 | |||||
* | Selectmenu: Support `width: false` and default to 14em | Scott González | 2015-03-05 | 2 | -4/+7 | |
| | | | | | | | | | | `width: null` still matches the width of the original element. `width: false` prevents an inline style from being set for the width. This makes it easy to set the width via a stylesheet and allows the use of any unit for setting the width, such as the new default of `14em`. Fixes #11198 Closes gh-1467 | |||||
* | Tests: Reduce timeouts to optimize testsuite runtime | Jörn Zaefferer | 2015-03-04 | 11 | -70/+68 | |
| | ||||||
* | Resizable: alsoResize more than one element of a jQuery selection | Ben Mosher | 2015-03-04 | 1 | -0/+30 | |
| | | | | | | Fixes #4666 Closes gh-1324 Closes gh-1461 | |||||
* | Resizable: Modified to allow jquery objects as handles | Patricia Juarez | 2015-03-03 | 2 | -0/+30 | |
| | | | | | | | Custom handlers did not work as jquery objects (outside the resizable element) Fixes #9658 Closes gh-1445 | |||||
* | Tooltip: Register event handlers before content is loaded | Marco Ziech | 2015-02-25 | 1 | -0/+22 | |
| | | | | | | Fixes #8740 Closes gh-1053 Closes gh-1456 | |||||
* | Sortable: Append a tr with td to the placeholder of tbody elements | Nils Heuermann | 2015-02-24 | 2 | -8/+80 | |
| | | | | | | | | | | When sorting tbody elements of a table the placeholder needs to have a tr with td elements to be visible. The appended elements are created in the same way as for the placeholder of a tr element; the first row of the sorted tbody is used for that. Fixes #10682 Closes gh-1380 | |||||
* | Build: Upgrade to jQuery 1.11.2 | Scott González | 2015-02-23 | 2 | -3/+9 | |
| | | | | Adds jQuery 1.11.0, 1.11.1, 1.11.2, 2.1.0, 2.1.1, 2.1.2, 2.1.3 | |||||
* | Resizable: correct width when grid approaches zero | Mike Sherov | 2015-01-27 | 1 | -2/+2 | |
| | | | | Fixes #10590 | |||||
* | Resizable: Whitespace Cleanup | Mike Sherov | 2015-01-27 | 1 | -2/+2 | |
| | ||||||
* | Tests: Fix style issues with missing or multiple line breaks | Jörn Zaefferer | 2015-01-24 | 21 | -25/+5 | |
| | | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually. | |||||
* | All: Remove 1.6.x leftovers | Michael Orchard | 2015-01-22 | 1 | -1/+0 | |
| | | | | | | | | | Removes 1.6 versions from "All" tests and from the TestSwarm job. Ref #10723 Ref gh-1422 Closes gh-1434 Closes gh-1435 | |||||
* | Menu: Use ui-state-active consistently | Jörn Zaefferer | 2015-01-21 | 4 | -12/+12 | |
| | | | | | | | | So far we were using ui-state-active on active parent items, ui-state-focus on active child items. The theme update highlighted the visual inconsistency. With this change, only ui-state-active is used. Fixes #10692 | |||||
* | All: Drop support for jQuery 1.6.x | Jörn Zaefferer | 2015-01-13 | 4 | -23/+9 | |
| | | | | | | | | | | | Affects core, effects, position and widget. Only position has unit tests that fail with jQuery 1.6 without the workaround. Drops the 1.6.x copies jQuery of jQuery and removes them from the select in the testsuites. Fixes #10723 Closes gh-1422 | |||||
* | Selectmenu: Better handling when there are no options | Scott González | 2015-01-12 | 1 | -0/+14 | |
| | | | | | | Fixes #10662 Closes gh-1370 Closes gh-1423 | |||||
* | Tooltip: Accept HTMLElement and jQuery objects for the content option | Daniel Owens | 2015-01-12 | 1 | -0/+24 | |
| | | | | | | Fixes #9278 Closes #983 Closes #1421 | |||||
* | Slider: Fix max calculation, when step is float | Jyoti Deka | 2015-01-12 | 1 | -1/+13 | |
| | | | | | Fixes #10721 Closes gh-1398 | |||||
* | Tests: Fix jQuery version references to match files in external/ | Jörn Zaefferer | 2015-01-12 | 1 | -1/+1 | |
| | ||||||
* | Tests: Fix jquery reference in unit index file | Jörn Zaefferer | 2015-01-12 | 1 | -1/+1 | |
| | ||||||
* | DatePicker: increase date range so that tests still pass through 2015 | Luke Page | 2015-01-10 | 1 | -2/+2 | |
| | ||||||
* | DatePicker: Fix tests to have unique names | Luke Page | 2015-01-10 | 1 | -4/+4 | |
| | ||||||
* | Position: Add unit tests for bug 8710 | Thomas Meyer | 2015-01-09 | 2 | -0/+40 | |
| | | | | | Ref #8710 Closes gh-1071 | |||||
* | Accordion: Set `aria-expanded` when collapsing | Scott González | 2015-01-05 | 1 | -25/+55 | |
| | | | | | Fixes #10703 Closes gh-1413 | |||||
* | Effects: Rewrite | Mike Sherov | 2014-12-10 | 3 | -43/+112 | |
| | | | | | | | | | | | | | | | | | | 1. Introduces a set of helper methods to easily create and define new effects. 2. Uses clip animations and placeholders instead of wrappers for clip effects. 3. Ensures all animations are detectable as animated Fixes #10599 Fixes #9477 Fixes #9257 Fixes #9066 Fixes #8867 Fixes #8671 Fixes #8505 Fixes #7885 Fixes #7041 Closes gh-1017 | |||||
* | Widget: Fix typos | Scott González | 2014-11-10 | 1 | -4/+4 | |
| | | | | Closes gh-1386 | |||||
* | Draggable: Ensure parent is correct after dragging through sortable | Mike Sherov | 2014-11-08 | 1 | -0/+23 | |
| | | | | Fixes #10669 | |||||
* | Tabs: Suppress automatic activation when navigating with COMMAND | Scott González | 2014-11-04 | 1 | -183/+210 | |
| | | | | | Fixes #9621 Closes gh-1383 | |||||
* | Selectmenu: Copy title attributes | Felix Nagel | 2014-11-04 | 1 | -8/+16 | |
| | | | | | Fixes #10435 Closes gh-1298 | |||||
* | Sortable: Redetermine floating flag when recalculating positions | TJ VanToll | 2014-11-04 | 1 | -0/+35 | |
| | | | | | | | | | This addresses a bug where users initialize empty sortable lists are add items dynamically. In this situation refresh() should recognize the position and orientation of the new items. Fixes #7498 Closes gh-1381 | |||||
* | Selectmenu: Introduce _renderButtonItem() method | Felix Nagel | 2014-11-04 | 1 | -0/+34 | |
| | | | | | Fixes #10142 Closes gh-1299 | |||||
* | Theme: Carat should be named caret | Lisa Seacat DeLuca | 2014-11-03 | 3 | -6/+6 | |
| | | | | | Fixes #10683 Closes gh-1382 | |||||
* | Selectmenu: Re-add wrappers to menu items | TJ VanToll | 2014-10-25 | 1 | -43/+44 | |
| | ||||||
* | Autocomplete: Re-add wrappers to menu items | TJ VanToll | 2014-10-25 | 2 | -2/+3 | |
| | ||||||
* | Menu: Wrap menu items in a <div> | TJ VanToll | 2014-10-25 | 7 | -213/+244 | |
| | | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342 | |||||
* | All: Drop support for IE7 | Scott González | 2014-10-21 | 5 | -18/+8 | |
| | | | | | Fixes #9838 Closes gh-1365 | |||||
* | Core: Remove .zIndex() | Scott González | 2014-10-20 | 3 | -157/+0 | |
| | | | | Fixes #9156 | |||||
* | Core: Removed .focus( delay ) | Scott González | 2014-10-20 | 1 | -28/+0 | |
| | | | | Fixes #9649 | |||||
* | Dialog: Remove leftover backcompat flag in tests | Scott González | 2014-10-20 | 1 | -3/+0 | |
| | ||||||
* | Tooltip: Properly track hiding and closing for delegated tooltips | Scott González | 2014-10-09 | 1 | -0/+48 | |
| | | | | | Fixes #10602 Closes gh-1353 | |||||
* | Slider: Don't allow a slider's value to exceed its max | Jyoti Deka | 2014-10-08 | 1 | -3/+19 | |
| | | | | | Fixes #9376 Closes gh-1016 | |||||
* | Datepicker: Fix test for French locale | Scott González | 2014-10-07 | 1 | -2/+2 | |
| | | | | Ref #10651 | |||||
* | Menu: Typeahead now accounts for leading whitespace | Trisha Crowley | 2014-10-07 | 2 | -2/+4 | |
| | | | | | Fixes #10649 Closes gh-1356 | |||||
* | Menu: Maintain focus on already selected item during typeahead | TJ VanToll | 2014-10-03 | 1 | -0/+22 | |
| | | | | | Fixes #10644 Closes gh-1354 | |||||
* | Menu: Filter out non-items when typing | Simen Bekkhus | 2014-09-29 | 2 | -0/+26 | |
| | | | | | Fixes #10571 Closes gh-1329 | |||||
* | Effects tests: Add clip visual test | Mike Sherov | 2014-09-03 | 4 | -6/+6 | |
| | | | | Closes gh-1338 | |||||
* | Tests: Cleanup | Scott González | 2014-09-03 | 1 | -17/+23 | |
| | ||||||
* | Widget: modify this.window test to support IE8 window equality quirk | Alexander Schmitz | 2014-08-27 | 1 | -1/+4 | |
| | | | | Comparing this.window with strict equality fails in IE8 | |||||
* | Widget: Ensure window and document are defined in _getCreateOptions() | Alexander Schmitz | 2014-08-27 | 1 | -1/+4 | |
| | | | | Closes gh-1320 | |||||
* | Draggable: Add battery of tests to cover connectToSortable | Mike Sherov | 2014-08-26 | 2 | -28/+107 | |
| | | | | | | Refs #9481 Refs #9675 Closes gh-1323 |