Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Core: Avoid layout bug in IE with minHeight support test. | Scott González | 2010-09-07 | 1 | -1/+3 | |
| | ||||||
* | Tabs: Prevent opening a tab while panels are being animated. Fixes #4771 - ↵ | Christopher McCulloh | 2010-09-07 | 1 | -0/+1 | |
| | | | | Tabs: Occassionally displays multiple tabs when clicked with rotate control using opacity toggle fx. | |||||
* | Core: Improvements to minHeight support test. Thanks jdalton. | Scott González | 2010-09-07 | 1 | -6/+10 | |
| | ||||||
* | Dialog: If the browser doesn't support minHeight, use height to set the ↵ | Scott González | 2010-09-07 | 1 | -1/+2 | |
| | | | | minHeight. Fixes #6027 - Dialog: minHeight isn't properly handled on init in IE6. | |||||
* | Core: Added $.support.minHeight. Fixes #6026 - Core: Add ↵ | Scott González | 2010-09-07 | 1 | -2/+15 | |
| | | | | jQuery.support.minHeight. | |||||
* | Tabs: Handle empty hrefs for IE6/7 as invalid. Fixes #5755 - Tabs: tabs with ↵ | Scott González | 2010-09-03 | 1 | -1/+1 | |
| | | | | an empty href are enabled in IE6/7. | |||||
* | Tabs: Allow non-latin characters for ids. Fixes #4581 - title attribute for ↵ | Scott González | 2010-09-03 | 1 | -1/+1 | |
| | | | | remote tabs does not support foreign languages. | |||||
* | Position: Take margin into account when performing collisions. Fixes #5766 - ↵ | Ben Hollis | 2010-09-03 | 1 | -9/+24 | |
| | | | | position: collision should take margin into account. | |||||
* | Widget: Hook into jQuery.cleanData to auto-destroy widgets. Fixes #6008 - ↵ | Scott González | 2010-09-03 | 1 | -13/+23 | |
| | | | | Widget: auto-destroy is broken in jQuery 1.4. | |||||
* | Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ↵ | Scott González | 2010-09-02 | 1 | -1/+1 | |
| | | | | Dialog: _isOpen flag should be set before triggering open event. | |||||
* | Core: Refactored .disableSelection() and .enableSelection(). | Scott González | 2010-09-01 | 1 | -51/+12 | |
| | ||||||
* | Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: ↵ | Scott González | 2010-08-31 | 1 | -4/+9 | |
| | | | | Enhanced Button Option. | |||||
* | Autocomplete: Store term when selecting an item to prevent another search ↵ | jzaefferer | 2010-08-31 | 1 | -0/+1 | |
| | | | | triggered before blur. Fixes #5591 - Home and End keys trigger search | |||||
* | Dialog: When using the title attribute, update the title option. Fixes #5877 ↵ | Scott González | 2010-08-27 | 1 | -1/+2 | |
| | | | | - 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ález | 2010-08-27 | 1 | -1/+4 | |
| | | | | Dialog: onclick return value ignored. | |||||
* | Widget: Throw errors when calling non-existent methods or methods on ↵ | Scott González | 2010-08-27 | 1 | -4/+9 | |
| | | | | 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 | -3/+4 | |
| | | | | 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. | |||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | Button: Read disabled attribute from original element if disabled option is ↵ | Scott González | 2010-08-18 | 1 | -0/+5 | |
| | | | | 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 | -5/+7 | |
| | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | Datepicker: Added Kazakhstan localization. Fixes #5924 - Kazakhstan ↵ | Scott González | 2010-08-11 | 1 | -0/+23 | |
| | | | | 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 | |||||
* | 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 | |||||
* | Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width ↵ | Ziling Zhao | 2010-07-30 | 1 | -0/+4 | |
| | | | | should be at least minWidth on creation. | |||||
* | Autocomplete: Respect the disabled option. Fixes #5619 - Autocomplete widget ↵ | Scott González | 2010-07-30 | 1 | -0/+12 | |
| | | | | 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 | -4/+4 | |
| | | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d. | |||||
* | Use pushStack in widget method. Fixes #5732 - make the widget method ↵ | jzaefferer | 2010-07-30 | 4 | -4/+4 | |
| | | | | 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 | |||||
* | Dialog: Wrap buttons in a div so we can float the div instead of the ↵ | Scott González | 2010-07-29 | 1 | -2/+5 | |
| | | | | individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab. | |||||
* | Progressbar: cleanup. | Scott González | 2010-07-29 | 1 | -25/+12 | |
| | ||||||
* | Tabs: coding standards. | Scott González | 2010-07-28 | 1 | -349/+365 | |
| | ||||||
* | Accordion: minor cleanup. | Scott González | 2010-07-27 | 1 | -91/+93 | |
| | ||||||
* | Core: Coding standards. | Scott González | 2010-07-22 | 1 | -71/+78 | |
| | ||||||
* | Accordion: Coding standards. | Scott González | 2010-07-22 | 1 | -207/+280 | |
| | ||||||
* | Core: Better support for areas in :focusable and :tabbable selectors. ↵ | Scott González | 2010-07-22 | 1 | -6/+19 | |
| | | | | 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 | -6/+45 | |
| | | | | 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 | 1 | -1/+4 | |
| | | | | :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: Fixed bad reference to ownerDocument. | Scott González | 2010-07-21 | 1 | -1/+1 | |
| |