Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Accordion: Added check to not allow 0 height on empty panels causing height ↵ | kborchers | 2011-05-18 | 1 | -2/+4 | |
| | | | | issues on non-empty panels. Fixed #7335 - Accordion: Incorrect size when a panel is empty | |||||
* | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 1 | -1/+10 | |
| | ||||||
* | Accordion: When simulating events, make sure we use DOM elements, not jQuery ↵ | Scott González | 2011-04-04 | 1 | -1/+1 | |
| | | | | objects. | |||||
* | Accordion: Pass original event in beforeActivate event. | Scott González | 2011-04-04 | 1 | -1/+1 | |
| | ||||||
* | Accordion: Added missing semicolon. | Scott González | 2011-03-23 | 1 | -1/+1 | |
| | ||||||
* | Accordion: set aria-selected to true on selected header, false on others. ↵ | Richard Worth | 2011-03-15 | 1 | -0/+5 | |
| | | | | Fixed #7078 - Accordion: Set aria-selected | |||||
* | Fixed #6979 - Several components are leaking variables into the global scope | Gilmore Davidson | 2011-02-23 | 1 | -1/+1 | |
| | ||||||
* | Accordion: Handle changing the event option. Fixes #6740 - Dynamically ↵ | Scott González | 2011-02-21 | 1 | -4/+13 | |
| | | | | changing accordion's event handler doesn't actually change the behaviour. | |||||
* | Accordion: Reset overflow on both content panels being animated, not just ↵ | Scott González | 2011-02-08 | 1 | -8/+6 | |
| | | | | the one being shown. Fixes #6957 - .ui-accordion-content's overflow value does not change back to auto in IE 6. | |||||
* | Accordion: Added note about using ui-accordion-header-active class. | Scott González | 2011-02-08 | 1 | -0/+1 | |
| | ||||||
* | Accordion: Reduced some code in _toggle(). | Scott González | 2011-02-04 | 1 | -15/+11 | |
| | ||||||
* | Accordion: Simplify _toggle() implementation. | Scott González | 2011-02-04 | 1 | -52/+24 | |
| | ||||||
* | Accordion: Always have _activate delegate to _eventHandler. | Scott González | 2011-02-04 | 1 | -35/+10 | |
| | ||||||
* | Accordion: First pass at cleaning up activation/event handling code. | Scott González | 2011-02-03 | 1 | -70/+34 | |
| | ||||||
* | Accordion: Cleaned up destroy and refresh methods. | Scott González | 2011-02-03 | 1 | -11/+17 | |
| | ||||||
* | Accordion: Update active option when programmatically collapsing the accordion. | Scott González | 2011-02-03 | 1 | -0/+1 | |
| | ||||||
* | Accordion: Handle negative values for active option on init. | Scott González | 2011-02-03 | 1 | -0/+4 | |
| | ||||||
* | Accordion: Properly handle collapsible: false and active: false by changing ↵ | Scott González | 2011-02-03 | 1 | -0/+10 | |
| | | | | active to 0. | |||||
* | Accordion: Cleanup. | Scott González | 2011-02-02 | 1 | -15/+17 | |
| | ||||||
* | Accordion: Added ui-accordion-header-icon class to generated icons in order ↵ | Scott González | 2011-02-02 | 1 | -6/+6 | |
| | | | | to not interfere with any additional icons that users might add. | |||||
* | Merge branch 'master' into widget-events | Scott González | 2011-01-31 | 1 | -131/+165 | |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.widget.js | |||||
| * | Accordion: added a comment. | Scott González | 2011-01-31 | 1 | -0/+1 | |
| | | ||||||
| * | Accordion: Removed ui-accordion-li-fix class; I couldn't find instances ↵ | Scott González | 2011-01-31 | 1 | -6/+1 | |
| | | | | | | | | where this caused a problem in IE. Fixed #6892 - Accordion: broken animation in Chrome. | |||||
| * | Accordion: Allow canceling the beforeActivate event. Fixes #6896 - ↵ | Scott González | 2011-01-25 | 1 | -20/+39 | |
| | | | | | | | | Accordion: Allow canceling the beforeActivate event. | |||||
| * | Accordion: Renamed changestart and change events to beforeActivate and ↵ | Scott González | 2011-01-25 | 1 | -3/+19 | |
| | | | | | | | | activate, respectively. Fixes #6840 - Accordion: Rename changestart event to beforeActivate. Fixes #6842 - Accordion: Rename change event to activate. | |||||
| * | Accordion: Test cleanup. | Scott González | 2011-01-24 | 1 | -2/+2 | |
| | | ||||||
| * | Accordion: First pass at splitting out tests for deprecated functionality. | Scott González | 2011-01-24 | 1 | -102/+105 | |
| | | ||||||
* | | Widget: Added _hoverable() and _focusable(). | Scott González | 2011-01-21 | 1 | -25/+4 | |
|/ | ||||||
* | Updated copyright year. | Scott González | 2011-01-17 | 1 | -1/+1 | |
| | ||||||
* | Updated widgets to use new methods from $.Widget. | Scott González | 2011-01-15 | 1 | -1/+1 | |
| | ||||||
* | Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ↵ | Scott González | 2011-01-14 | 1 | -3/+1 | |
| | | | | widgets with simple destroy methods. | |||||
* | Accordion: Force the width of the accordion panel during animation when ↵ | Scott González | 2011-01-14 | 1 | -11/+23 | |
| | | | | | | animating from a fully collapsed state. Fixes #5540 - Accordion: Jumpy animation when opening a panel after closing all. The animation code should be refactored. | |||||
* | Accordion: Renamed resize method to refresh. Fixes #6838 - Accordion: Rename ↵ | Scott González | 2011-01-14 | 1 | -2/+5 | |
| | | | | resize method to refresh. | |||||
* | Accordion: Cleaned up _createIcons(). | Scott González | 2011-01-13 | 1 | -6/+6 | |
| | ||||||
* | Accordion: Use event.preventDefault() instead of return false when handling ↵ | Scott González | 2011-01-13 | 1 | -6/+2 | |
| | | | | keydown. | |||||
* | Accordion: call event.preventDefault() inside the _eventHandler() instead of ↵ | Scott González | 2011-01-13 | 1 | -6/+9 | |
| | | | | in each individual event handler. | |||||
* | Accordion - Make sure we have an element before trying to modify the ↵ | Scott González | 2011-01-13 | 1 | -1/+3 | |
| | | | | className. Fixes #6856 - Accordion: Opening a panel after all panels have been collapsed causes an error. | |||||
* | Merge branch 'accordion-activate' | Scott González | 2011-01-13 | 1 | -57/+68 | |
|\ | ||||||
| * | Accordion: Moved handling for programmatically collapsing the accordion out ↵ | Scott González | 2011-01-13 | 1 | -42/+35 | |
| | | | | | | | | of the event handler. Modified event handler to not change the active option until after it determines that the event is valid. | |||||
| * | Accordion: Added note about supporting negative values for active option in 2.0. | Scott González | 2011-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | Accordion: Reduced valid active options to numbers and falsey. Added ↵ | Scott González | 2011-01-13 | 1 | -13/+21 | |
| | | | | | | | | compatibility layer for previously allowed values. | |||||
| * | Accordion: Handle invalid values for the active option. | Scott González | 2011-01-11 | 1 | -11/+22 | |
| | | ||||||
| * | Accordion: First pass at deprecating the activate method. Renamed ↵ | Scott González | 2011-01-11 | 1 | -12/+11 | |
| | | | | | | | | _clickHandler to _eventHandler and removed extraneous parameter. Updated all tests to use the option methods instead of the activate method. | |||||
* | | Accordion: Fixed weird behavior on accordion animations in IE. Fixed #5421 - ↵ | Alex Dovenmuehle | 2011-01-12 | 1 | -0/+2 | |
|/ | | | | Accordion header margins disappear in IE 8 | |||||
* | Accordion: Deprecated icons.headerSelected in favor of icons.activeHeader. ↵ | Alex Dovenmuehle | 2011-01-11 | 1 | -5/+20 | |
| | | | | Fixes #6834 - Accordion: Change icons.headerSelected to icons.activeHeader. | |||||
* | Accordion: Start the accordion animation before changing classes. Fixes ↵ | Scott González | 2011-01-11 | 1 | -16/+19 | |
| | | | | | | #6720 - Accordion: ol numbering bug. Thanks Tony Ross. | |||||
* | All: Use .toggleClass() instead of conditionally using .addClass() and ↵ | Xavi | 2010-12-19 | 1 | -2/+1 | |
| | | | | .removeClass(). Fixes #6764 - Use toggleClass instead of [ bool ? 'addClass' : 'removeClass' ]. | |||||
* | Accordion: Move code for deprecated height options into an extension at the ↵ | Scott González | 2010-12-19 | 1 | -30/+46 | |
| | | | | bottom of the plugin. | |||||
* | Accordion: Don't include the height of absolute/fixed positioned siblings ↵ | Scott González | 2010-12-19 | 1 | -1/+7 | |
| | | | | when calculating size for heightStyle: fill. | |||||
* | Accordion: Handle changes to deprecated options: autoHeight, clearStyle, ↵ | Scott González | 2010-12-19 | 1 | -1/+6 | |
| | | | | fillSpace. |