aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Position: Added visual test for flipping with margin and box-shadow.Scott González2010-09-031-0/+43
|
* Position: Take margin into account when performing collisions. Fixes #5766 - ↵Ben Hollis2010-09-032-9/+76
| | | | position: collision should take margin into account.
* Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - ↵Scott González2010-09-033-14/+93
| | | | Widget: auto-destroy is broken in jQuery 1.4.
* Core tests: Enabled TestSwarm.Scott González2010-09-021-10/+0
|
* Core tests: Fixed object element for focusable/tabbable tests. Fixes #4488 - ↵Scott González2010-09-021-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ález2010-09-021-20/+20
| | | | stop() and start().
* Core tests: Reordered some elements to avoid some bug in IE.Scott González2010-09-021-3/+3
|
* Position tests: Set a line-height on elements with a height less than 10px. ↵Scott González2010-09-021-6/+11
| | | | Fixes failing tests in IE6.
* Dialog: Fixed a broken maxHeight test.Scott González2010-09-021-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ález2010-09-022-2/+4
| | | | Dialog: _isOpen flag should be set before triggering open event.
* Core: Refactored .disableSelection() and .enableSelection().Scott González2010-09-011-51/+12
|
* Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: ↵Scott González2010-08-312-4/+34
| | | | Enhanced Button Option.
* Autocomplete: Store term when selecting an item to prevent another search ↵jzaefferer2010-08-311-0/+1
| | | | triggered before blur. Fixes #5591 - Home and End keys trigger search
* Testsuite: Revert localhost back to swarm.jquery.org (thanks bugbegone)jzaefferer2010-08-301-1/+1
|
* Seperated testswarm injection from testsuite extensions, to fix 'failing' ↵jzaefferer2010-08-2918-20/+35
| | | | testsuites on TestSwarm due to unhandled errors and race conditions
* Update to latest QUnit.jzaefferer2010-08-292-9/+10
|
* Autocomplete: Combobox demo cleanupjzaefferer2010-08-291-2/+0
|
* Dialog: When using the title attribute, update the title option. Fixes #5877 ↵Scott González2010-08-272-2/+7
| | | | - Dialog: when using the title attribute, the title option should be updated.
* Dialog: Don't return true when we don't want to cancel events. Fixes #3523 - ↵Scott González2010-08-271-1/+4
| | | | Dialog: onclick return value ignored.
* Widget: Throw errors when calling non-existent methods or methods on ↵Scott González2010-08-276-38/+12
| | | | 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ález2010-08-272-3/+26
| | | | Position: option 'of' accepts jQuery object unless it wraps document. Fixes #5655 - (Possible) Typo in jquery.ui.position 1.8.1.
* Position: Created center variable for better minification. Fixes #5964 - ↵Scott González2010-08-271-13/+12
| | | | Combine horizontalDefault and verticalDefault to one variable - possibly named center.
* Autocomplete: Improved cache demo.Scott González2010-08-271-10/+9
|
* Core: Fixed .disableSelect() and .enableSelect() in all browsers. Fixes ↵Scott González2010-08-271-12/+51
| | | | #5723 - disableSelection() doesn't work cross-browser.
* Core: Re-ordered functions.Scott González2010-08-271-63/+70
|
* Widget tests: Coding standards.Scott González2010-08-261-7/+7
|
* Widget: Added more unit tests.Scott González2010-08-262-0/+132
|
* Widget Tests: Coding standards.Scott González2010-08-261-79/+83
|
* Widget: Added more unit tests.Scott González2010-08-261-6/+89
|
* Autocomplete: Abort existing ajax requests when running new searches.Scott González2010-08-241-1/+5
|
* Autocomplete: Don't handle remote data if it's not the most recent request. ↵Scott González2010-08-241-2/+7
| | | | Fixes #5982 - Autocomplete: Race condition causes incorrect suggestions.
* Widget: Refactored code for re-initialization to reduce file size.Scott González2010-08-231-4/+1
|
* Widget: Added tests for re-initialization.Scott González2010-08-231-0/+29
|
* Button: Read disabled attribute from original element if disabled option is ↵Scott González2010-08-183-1/+30
| | | | null. Fixes #5252 -Button: read disabled option from input elements.
* Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore ↵Scott González2010-08-182-6/+13
| | | | buttons that are not :visible.
* Position: Fix flip collision. Fixes #5932 - Position: flip collision ↵Ben Hollis2010-08-111-3/+6
| | | | handling is wrong in some cases.
* Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists.ph-ausseil2010-08-113-1/+24
|
* Datepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan ↵Scott González2010-08-113-0/+26
| | | | localization for ui.datepicker.
* Autocomplete: changed menu activated function to check if the offset is ↵Robson Braga Araujo2010-08-111-1/+1
| | | | greater than or equal the height. Fixed #5923 - autocomplete: Scrolling with the keyboard sometimes does not show the item (Chrome)
* Autocomplete: changed the search function to always store the last term that ↵Robson Braga Araujo2010-08-111-4/+5
| | | | was entered by the user. Fixed #5922 - autocomplete: Search not triggered if the first letter is the same as the first letter of a previous erased content
* Fixed broken whitespace characters and missing semicolon. Fixes #3921 - ↵Scott González2010-08-103-3/+3
| | | | Problem with JavaScriptPacker.
* Effects: Fix show/hide/toggle test for using core functions. Fixed: #5456 - ↵malsup2010-08-091-4/+4
| | | | show() function broken with "normal" speed
* Updating the master version to 1.9preScott González2010-08-051-1/+1
|
* Tagging the 1.8.4 release.1.8.4Scott González2010-08-051-1/+1
|
* Build: Force headered files to be copied to minified directory. Fixes #5904 ↵Scott González2010-08-051-1/+1
| | | | - Build: sometimes headered files aren't copied to minified directory.
* Build: Strip newlines when loading release.version property from version.txtjzaefferer2010-08-051-1/+3
|
* Autocomplete: Handle clicks outside the autocomplete after scrolling the ↵Scott González2010-08-051-1/+18
| | | | results (which causes the body to gain focus). Fixes #5903 - Autocomplete doesn't close after scrolling.
* Autocomplete: Don't reset text field value on blur unless it will actually ↵Scott González2010-08-041-1/+4
| | | | change the value. Fixes #5900 - Autocomplete: mousing over menu option replaces text box contents, moves caret.
* Datepicker: use a setTimeout 0 so the same code can run in IE (as other ↵Richard D. Worth2010-08-041-2/+5
| | | | browsers) to set focus back to the datepicker text input if a month or year drop-down is clicked closed. Fixes #5897 - Datepicker: inconsistent behavior in IE when click to close month and year drop-downs
* Updating the master version to 1.9preScott González2010-08-031-1/+1
|