Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Widget: Throw errors when calling non-existent methods or methods on ↵ | Scott González | 2010-08-27 | 6 | -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ález | 2010-08-27 | 2 | -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ález | 2010-08-27 | 1 | -13/+12 |
| | | | | Combine horizontalDefault and verticalDefault to one variable - possibly named center. | ||||
* | Autocomplete: Improved cache demo. | Scott González | 2010-08-27 | 1 | -10/+9 |
| | |||||
* | Core: Fixed .disableSelect() and .enableSelect() in all browsers. Fixes ↵ | Scott González | 2010-08-27 | 1 | -12/+51 |
| | | | | #5723 - disableSelection() doesn't work cross-browser. | ||||
* | Core: Re-ordered functions. | Scott González | 2010-08-27 | 1 | -63/+70 |
| | |||||
* | 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 |
| | |||||
* | Autocomplete: Abort existing ajax requests when running new searches. | Scott González | 2010-08-24 | 1 | -1/+5 |
| | |||||
* | Autocomplete: Don't handle remote data if it's not the most recent request. ↵ | Scott González | 2010-08-24 | 1 | -2/+7 |
| | | | | Fixes #5982 - Autocomplete: Race condition causes incorrect suggestions. | ||||
* | Widget: Refactored code for re-initialization to reduce file size. | Scott González | 2010-08-23 | 1 | -4/+1 |
| | |||||
* | 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 | 3 | -1/+30 |
| | | | | 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 | 2 | -6/+13 |
| | | | | buttons that are not :visible. | ||||
* | Position: Fix flip collision. Fixes #5932 - Position: flip collision ↵ | Ben Hollis | 2010-08-11 | 1 | -3/+6 |
| | | | | handling is wrong in some cases. | ||||
* | Tabs: Ignore sublists. Fixes #5893 - Tabs: ability to contain sublists. | ph-ausseil | 2010-08-11 | 3 | -1/+24 |
| | |||||
* | Datepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan ↵ | Scott González | 2010-08-11 | 3 | -0/+26 |
| | | | | localization for ui.datepicker. | ||||
* | Autocomplete: changed menu activated function to check if the offset is ↵ | Robson Braga Araujo | 2010-08-11 | 1 | -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 Araujo | 2010-08-11 | 1 | -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ález | 2010-08-10 | 3 | -3/+3 |
| | | | | Problem with JavaScriptPacker. | ||||
* | Effects: Fix show/hide/toggle test for using core functions. Fixed: #5456 - ↵ | malsup | 2010-08-09 | 1 | -4/+4 |
| | | | | show() function broken with "normal" speed | ||||
* | Updating the master version to 1.9pre | Scott González | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | Tagging the 1.8.4 release.1.8.4 | Scott González | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | Build: Force headered files to be copied to minified directory. Fixes #5904 ↵ | Scott González | 2010-08-05 | 1 | -1/+1 |
| | | | | - Build: sometimes headered files aren't copied to minified directory. | ||||
* | Build: Strip newlines when loading release.version property from version.txt | jzaefferer | 2010-08-05 | 1 | -1/+3 |
| | |||||
* | Autocomplete: Handle clicks outside the autocomplete after scrolling the ↵ | Scott González | 2010-08-05 | 1 | -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ález | 2010-08-04 | 1 | -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. Worth | 2010-08-04 | 1 | -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.9pre | Scott González | 2010-08-03 | 1 | -1/+1 |
| | |||||
* | Tagging the 1.8.3 release.1.8.3 | Scott González | 2010-08-03 | 1 | -1/+1 |
| | |||||
* | Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width ↵ | Ziling Zhao | 2010-07-30 | 2 | -0/+25 |
| | | | | should be at least minWidth on creation. | ||||
* | Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ↵ | Scott González | 2010-07-30 | 2 | -0/+30 |
| | | | | 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 | 8 | -39/+8 |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | ||||
* | Update to latest QUnit. | jzaefferer | 2010-07-30 | 3 | -270/+495 |
| | |||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 8 | -8/+39 |
| | | | | maintain the stack | ||||
* | Replace element.data(...) with $.data(element, ...). Fixes #5756 - Widget: ↵ | jzaefferer | 2010-07-30 | 1 | -1/+2 |
| | | | | Use $.data instead of .data for performance reasons | ||||
* | 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 | 3 | -4/+8 |
| | | | | individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab. | ||||
* | Progressbar: cleanup. | Scott González | 2010-07-29 | 2 | -25/+26 |
| | |||||
* | Progressbar resize demo: Added missing mouse dependency. Fixes #5873 - ↵ | Scott González | 2010-07-29 | 1 | -0/+1 |
| | | | | Progressbar: resize demo is broken. | ||||
* | Tabs: coding standard. | Scott González | 2010-07-28 | 1 | -6/+6 |
| | |||||
* | Tabs: coding standards. | Scott González | 2010-07-28 | 1 | -349/+365 |
| | |||||
* | Added position plugin to demo pages that use dialogs. | Scott González | 2010-07-27 | 2 | -0/+2 |
| | |||||
* | Datepicker: Fixed spelling of Czech language. Fixes #5859 - Typo in Calendar ↵ | Scott González | 2010-07-27 | 1 | -1/+1 |
| | | | | localization demo. | ||||
* | Accordion: minor cleanup. | Scott González | 2010-07-27 | 1 | -91/+93 |
| | |||||
* | Core Tests: Fixed image reference. | Scott González | 2010-07-22 | 2 | -1/+1 |
| | |||||
* | Core: Coding standards. | Scott González | 2010-07-22 | 1 | -71/+78 |
| |