Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draggable Tests: Fix inconsistent operator spacing. | Mike Sherov | 2014-08-06 | 1 | -4/+4 |
| | |||||
* | Tooltip: Treat the tooltip as closing until it's fully removed | Scott González | 2014-08-06 | 1 | -0/+20 |
| | | | | | | | This ensures that we don't trigger the close event twice if the tooltip is destroyed during the hide animation. Closes gh-1306 | ||||
* | Resizable: account for padding & border in grids. | Mike Sherov | 2014-08-05 | 1 | -0/+20 |
| | | | | Fixes #10437 | ||||
* | Resizable: Fix containment width with relative parent. | Jyoti Deka | 2014-08-04 | 1 | -10/+48 |
| | | | | Refs #10140 Closes gh-1303 | ||||
* | Resizable: Fix containment calculation with relative parent | Mike Sherov | 2014-08-04 | 1 | -1/+15 |
| | | | | | | | Remove an incorrect fix introduced in 47cd5b6f that causes width calculations to be incorrect once the correct fix was introduced in c03cb807 Fixes #10140 | ||||
* | Tests: Whitespace | Scott González | 2014-08-01 | 1 | -23/+23 |
| | |||||
* | Tests: Fix composite tests | Scott González | 2014-08-01 | 23 | -24/+24 |
| | |||||
* | Core: Ensure forms in tests have some actual content | Scott González | 2014-07-30 | 1 | -2/+7 |
| | | | | | Empty forms have no height, so they're considered hidden in jquery-git as of jquery/jquery@10399ddcf8a239acc27bdec9231b996b178224d3 | ||||
* | Core: Clean up selector tests | Scott González | 2014-07-30 | 1 | -169/+172 |
| | |||||
* | Selectmenu: Remove unused var in test | Scott González | 2014-07-29 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Don't check menu width in width option tests | Scott González | 2014-07-29 | 1 | -13/+1 |
| | |||||
* | Selectmenu: Properly set width for button | Scott González | 2014-07-29 | 1 | -2/+10 |
| | | | | | Fixes #10145 Closes gh-1296 | ||||
* | Autocomplete: ESCAPE should not change content of a MultiLine | Yermo Lamers | 2014-07-24 | 1 | -0/+28 |
| | | | | | Fixes #9790 Closes gh-1190 | ||||
* | Resizable: Fix size/position changes in resize event | Scott González | 2014-07-24 | 1 | -0/+21 |
| | | | | | Fixes #10351 Closes gh-1292 | ||||
* | Draggable: Manage ui-draggable-handle correctly in nested instances | TJ VanToll | 2014-07-15 | 1 | -0/+13 |
| | |||||
* | Draggable: Only apply ui-draggable-handle within the draggable instance | TJ VanToll | 2014-07-15 | 1 | -2/+6 |
| | | | | | Fixes #10212 Closes gh-1284 | ||||
* | Datepicker: reject dates with two year digits when expecting 'yy' | Rodrigo Menezes | 2014-07-14 | 1 | -1/+3 |
| | | | | | Fixes #8353 Closes gh-1248 | ||||
* | Slider: Reset positioning when orientation changes | Scott González | 2014-07-02 | 1 | -1/+3 |
| | | | | | Fixes #10105 Closes gh-1268 | ||||
* | Tests: Use closeEnough() to account for rounding differences | TJ VanToll | 2014-06-25 | 1 | -1/+1 |
| | | | | | | | | | Selectmenu's test suite broke with b0e8380, which changed the padding used by the menu widget. Selectmenu conditionally adds pixels to the menu's width, and using closeEnough() accounts for that and the rounding differences across browsers. Closes gh-1275 | ||||
* | Test: Get all jQuery versions from Bower | Scott González | 2014-06-24 | 22 | -194094/+1 |
| | | | | Ref gh-1266 | ||||
* | Build: Reorganize external directory | Scott González | 2014-06-24 | 75 | -121/+121 |
| | | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266 | ||||
* | Dialog: Honor preventDefault when managing focus | Jörn Zaefferer | 2014-06-10 | 1 | -2/+25 |
| | | | | | | | | If event.isDefaultPrevented() is true, the focus management is completely skipped, assuming the user manages focus manually. Fixes #10103 Closes gh-1265 | ||||
* | Dialog: Fix shift-tab handling, focus the correct element | Jörn Zaefferer | 2014-06-10 | 1 | -7/+9 |
| | | | | | | | | | | | Copy-paste error introduced in df6110c0d424ff3306fdd5576011f2dcf4d242d0 Updates the tabbing test to be more specific about which element should have focus, instead of only checking if focus is within the dialog. Ref #9646 Ref #10103 Closes gh-1264 | ||||
* | Spinner: Don't change value when changing min/max options | David Petersen | 2014-05-26 | 1 | -3/+3 |
| | | | | | Fixes #9703 Closes gh-1252 | ||||
* | Tabs: Move `aria-expanded` from active panel to active tab | David Petersen | 2014-05-19 | 1 | -63/+63 |
| | | | | | Fixes #9622 Closes gh-1251 | ||||
* | Autocomplete: Search if the user retypes the same value | TJ VanToll | 2014-05-12 | 1 | -0/+21 |
| | | | | | Fixes #7434 Closes gh-1238 | ||||
* | Menu: Use item.outerHeight() in _scrollIntoView | Jörn Zaefferer | 2014-05-06 | 1 | -1/+1 |
| | | | | Fixes #9991 | ||||
* | Selectmenu: Work around test bug in IE | Scott González | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Spinner tests: Remove mousewheel plugin | Jörn Zaefferer | 2014-04-23 | 1 | -1/+0 |
| | | | | | | | | The plugin isn't needed nor used in the unit tests, which just trigger the appropriate events. This works around the failure in Firefox 27/28 that we'll try to track down separately. Ref #9988 | ||||
* | Selectmenu: Test cleanup | Scott González | 2014-04-22 | 1 | -19/+33 |
| | |||||
* | Selectmenu: Test cleanup | Scott González | 2014-04-22 | 2 | -49/+47 |
| | |||||
* | Selectmenu: Test cleanup | Scott González | 2014-04-22 | 1 | -45/+47 |
| | |||||
* | Selectmenu: Test cleanup | Scott González | 2014-04-21 | 1 | -50/+61 |
| | |||||
* | Selectmenu: Default disabled option to null | Scott González | 2014-04-21 | 1 | -2/+2 |
| | |||||
* | Selectmenu: Fix reference to jQuery in tests | Scott González | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Button: Whitespace | Scott González | 2014-04-21 | 1 | -7/+7 |
| | |||||
* | Button: Remove `ui-state-active` when disabling buttons | Daniel DeGroff | 2014-04-21 | 1 | -0/+35 |
| | | | | | Fixes #9602 Closes gh-1151 | ||||
* | Selectmenu: Remove unused var | Scott González | 2014-04-18 | 1 | -1/+1 |
| | |||||
* | Selectmenu: Don't use active items at all | Scott González | 2014-04-18 | 1 | -15/+11 |
| | | | | | | | Menus only use active items for nested menus which selectmenu doesn't support. Selectmenu should only be working with focused items. Ref gh-1224 | ||||
* | Resizable: Remove bad workaround for draggable+resizable | Jörn Zaefferer | 2014-04-16 | 3 | -4/+58 |
| | | | | | | | | | | | | This adds a compound test page for draggable+resizable, which had no coverage before. Using that page shows that there is no way to reproduce the behaviour described in the original ticket that caused this workaround, since its not possible to resize an element beyond the window boundaries. Therefore removing the workaround, which is 6+ years old and has no test coverage, seems like the sanest approach. Fixes #6939 Closes gh-1210 | ||||
* | Button: Properly refresh button sets with new radio buttons | Scott González | 2014-04-01 | 2 | -0/+27 |
| | | | | | Fixes #8975 Ref gh-888 | ||||
* | Spinner: Minor typo in stepUp()'s tests | TJ VanToll | 2014-03-30 | 1 | -1/+1 |
| | |||||
* | All: Rename jquery.js to exclude version in filename | Jörn Zaefferer | 2014-03-05 | 51 | -51/+51 |
| | |||||
* | Tests: Expose jQuery version select | Jörn Zaefferer | 2014-03-04 | 1 | -0/+11 |
| | | | | Makes use of the extended urlConfig in QUnit 1.14 | ||||
* | Core: Deprecate .focus( n ), replace in dialog with explicit timeouts | Jörn Zaefferer | 2014-02-21 | 2 | -28/+28 |
| | | | | Fixes #9646 | ||||
* | Selectmenu: Fix invalid empty options in visual test | Jörn Zaefferer | 2014-02-21 | 1 | -3/+3 |
| | |||||
* | Selectmenu: Fix whitespace in visual test | Jörn Zaefferer | 2014-02-21 | 1 | -8/+8 |
| | |||||
* | Selectmenu: Refactor appendTo option tests | Jörn Zaefferer | 2014-02-21 | 1 | -16/+27 |
| | |||||
* | Selectmenu: Fall back to .ui-front searching for empty jQuery objects | Jörn Zaefferer | 2014-02-21 | 1 | -1/+6 |
| | | | | Fixes #9757 | ||||
* | Autocomplete: Fix assertion message in appendTo option test | Jörn Zaefferer | 2014-02-21 | 1 | -1/+1 |
| |