Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dialog: Don't change DOM position on open. Fixes #6137 - dialog('open') ↵ | Scott González | 2010-10-04 | 1 | -0/+17 |
| | | | | causes form elements to reset on IE7. | ||||
* | Widget: Added create event. Fixes #6126 - Widget: Add create event. | Scott González | 2010-09-29 | 1 | -10/+14 |
| | |||||
* | Widget: Added _setOptions method for handling normalized options setting. ↵ | Scott González | 2010-09-27 | 1 | -1/+24 |
| | | | | Fixes #6114 - Widget: Add _setOptions() method. | ||||
* | Progressbar: Added a complete event. Fixes #3500 - Progressbar callback at ↵ | Scott González | 2010-09-27 | 1 | -0/+21 |
| | | | | the end. | ||||
* | Autocomplete: Only prevent the default action for enter when a menu item is ↵ | Scott González | 2010-09-27 | 1 | -2/+31 |
| | | | | | | active. Fixes #6038 - Autocomplete: Allow default behaviour on enter when menu is open but inactive. Thanks Ján Suchal. | ||||
* | Dialog tests: Enabling in TestSwarm. | Scott González | 2010-09-07 | 2 | -18/+0 |
| | |||||
* | Dialog: Fixed test for default title. Some browsers were returning an actual ↵ | Scott González | 2010-09-07 | 1 | -1/+3 |
| | | | | non-breaking space and some were returning the string " ". | ||||
* | Dialog: Reduced size of dialogs in height/width tests. | Scott González | 2010-09-07 | 1 | -16/+16 |
| | |||||
* | Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for ↵ | Scott González | 2010-09-03 | 2 | -1/+12 |
| | | | | remote tabs does not support foreign languages. | ||||
* | Position: Added visual test for flipping with margin and box-shadow. | Scott González | 2010-09-03 | 1 | -0/+43 |
| | |||||
* | Position: Take margin into account when performing collisions. Fixes #5766 - ↵ | Ben Hollis | 2010-09-03 | 1 | -0/+52 |
| | | | | position: collision should take margin into account. | ||||
* | Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - ↵ | Scott González | 2010-09-03 | 2 | -1/+70 |
| | | | | Widget: auto-destroy is broken in jQuery 1.4. | ||||
* | Core tests: Enabled TestSwarm. | Scott González | 2010-09-02 | 1 | -10/+0 |
| | |||||
* | Core tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - ↵ | Scott González | 2010-09-02 | 1 | -1/+1 |
| | | | | :focusable and :tabbable are broken with jQuery 1.3.2. | ||||
* | Core tests: Split .focus() test into two tests to avoid bug in IE with ↵ | Scott González | 2010-09-02 | 1 | -20/+20 |
| | | | | stop() and start(). | ||||
* | Core tests: Reordered some elements to avoid some bug in IE. | Scott González | 2010-09-02 | 1 | -3/+3 |
| | |||||
* | Position tests: Set a line-height on elements with a height less than 10px. ↵ | Scott González | 2010-09-02 | 1 | -6/+11 |
| | | | | Fixes failing tests in IE6. | ||||
* | Dialog: Fixed a broken maxHeight test. | Scott González | 2010-09-02 | 1 | -1/+1 |
| | | | | The size tests are fragile because they require the browser window to be large enough to contain the dialog. | ||||
* | Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ↵ | Scott González | 2010-09-02 | 1 | -1/+3 |
| | | | | Dialog: _isOpen flag should be set before triggering open event. | ||||
* | Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: ↵ | Scott González | 2010-08-31 | 1 | -0/+25 |
| | | | | Enhanced Button Option. | ||||
* | Testsuite: Revert localhost back to swarm.jquery.org (thanks bugbegone) | jzaefferer | 2010-08-30 | 1 | -1/+1 |
| | |||||
* | Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵ | jzaefferer | 2010-08-29 | 18 | -20/+35 |
| | | | | testsuites on TestSwarm due to unhandled errors and race conditions | ||||
* | Dialog: When using the title attribute, update the title option. Fixes #5877 ↵ | Scott González | 2010-08-27 | 1 | -1/+5 |
| | | | | - Dialog: when using the title attribute, the title option should be updated. | ||||
* | Widget: Throw errors when calling non-existent methods or methods on ↵ | Scott González | 2010-08-27 | 5 | -34/+3 |
| | | | | uninistantiated widgets. Fixes #5972 - Widget: Throw error for non-existent method calls. | ||||
* | Position: Handle $(document) and $(window) for the of option. Fixes #5963 - ↵ | Scott González | 2010-08-27 | 1 | -0/+22 |
| | | | | Position: option 'of' accepts jQuery object unless it wraps document. Fixes #5655 - (Possible) Typo in jquery.ui.position 1.8.1. | ||||
* | Widget tests: Coding standards. | Scott González | 2010-08-26 | 1 | -7/+7 |
| | |||||
* | Widget: Added more unit tests. | Scott González | 2010-08-26 | 2 | -0/+132 |
| | |||||
* | Widget Tests: Coding standards. | Scott González | 2010-08-26 | 1 | -79/+83 |
| | |||||
* | Widget: Added more unit tests. | Scott González | 2010-08-26 | 1 | -6/+89 |
| | |||||
* | Widget: Added tests for re-initialization. | Scott González | 2010-08-23 | 1 | -0/+29 |
| | |||||
* | Button: Read disabled attribute from original element if disabled option is ↵ | Scott González | 2010-08-18 | 2 | -1/+25 |
| | | | | null. Fixes #5252 -Button: read disabled option from input elements. | ||||
* | Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore ↵ | Scott González | 2010-08-18 | 1 | -1/+6 |
| | | | | buttons that are not :visible. | ||||
* | Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists. | ph-ausseil | 2010-08-11 | 2 | -0/+23 |
| | |||||
* | Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width ↵ | Ziling Zhao | 2010-07-30 | 1 | -0/+21 |
| | | | | should be at least minWidth on creation. | ||||
* | Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ↵ | Scott González | 2010-07-30 | 1 | -0/+18 |
| | | | | keeps looking for remote data even when it's disabled. | ||||
* | Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | Scott González | 2010-07-30 | 4 | -35/+4 |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | ||||
* | Update to latest QUnit. | jzaefferer | 2010-07-30 | 1 | -3/+3 |
| | |||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 4 | -4/+35 |
| | | | | maintain the stack | ||||
* | Added widget to unit tests index page. | jzaefferer | 2010-07-30 | 1 | -0/+1 |
| | |||||
* | Improving visual testcase for position. Partial fix for #5284 - Position: ↵ | jzaefferer | 2010-07-30 | 1 | -15/+17 |
| | | | | Smarter collision detection | ||||
* | Dialog: Wrap buttons in a div so we can float the div instead of the ↵ | Scott González | 2010-07-29 | 1 | -1/+1 |
| | | | | individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab. | ||||
* | Progressbar: cleanup. | Scott González | 2010-07-29 | 1 | -0/+14 |
| | |||||
* | Tabs: coding standard. | Scott González | 2010-07-28 | 1 | -6/+6 |
| | |||||
* | Core Tests: Fixed image reference. | Scott González | 2010-07-22 | 2 | -1/+1 |
| | |||||
* | Core: Better support for areas in :focusable and :tabbable selectors. ↵ | Scott González | 2010-07-22 | 2 | -19/+34 |
| | | | | Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2. | ||||
* | Core: Added .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight(). ↵ | Scott González | 2010-07-21 | 2 | -0/+110 |
| | | | | Fixes #5850 - .outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() setters. | ||||
* | Core: Fixed :focusable and :tabbable selectors for to work with :hidden and ↵ | Scott González | 2010-07-21 | 2 | -15/+15 |
| | | | | :visibile selectors in jQuery 1.3.2+. Still need to handle areas properly. Partial fix for #4488 - :focusable and :tabbable are broken with jQuery 1.3.2. | ||||
* | Autocomplete: Added appendTo option. Fixes #5836 - Autocomplete: add ↵ | Scott González | 2010-07-21 | 3 | -2/+33 |
| | | | | appendTo option. | ||||
* | Core: Removed tests for .attr() ARIA override since the override no longer ↵ | Scott González | 2010-07-21 | 2 | -22/+0 |
| | | | | exists. | ||||
* | Tabs: Added tests for select event. | Scott González | 2010-07-20 | 1 | -1/+12 |
| |