Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update data naming for Accordion. Partial fix for #7810 | Jörn Zaefferer | 2012-03-01 | 1 | -3/+3 |
| | |||||
* | Accordion: Removed requirement for headers contain a child (and removed ↵ | Scott González | 2012-02-27 | 1 | -9/+0 |
| | | | | associated ui-accordion-heading class). | ||||
* | Accordion: Reset height prior to calculations on refresh. | Scott González | 2012-02-26 | 1 | -0/+2 |
| | |||||
* | Accordion: Don't toggle icons if the accordion doesn't have icons. | Scott González | 2012-02-26 | 1 | -4/+10 |
| | |||||
* | Accordion: Rewrote the animation code. Fixes #4178 - Accordion animation a ↵ | Scott González | 2012-02-16 | 1 | -160/+107 |
| | | | | bit jumpy in some browsers. Fixes #7371 - Accordion: Incorrect size when zoomed. | ||||
* | Accordion: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses ↵ | Scott González | 2012-02-12 | 1 | -30/+29 |
| | | | | of 'var self = this;' | ||||
* | Accordion: Moved the ui-accordion-icons class to the headers to properly ↵ | Scott González | 2012-01-31 | 1 | -3/+5 |
| | | | | style nested accordions with varying settings of icons and no icons. Fixes #7880 - Nested accordion. | ||||
* | Accordion: Pass header and content in create event. Fixes #7869 - Accordion: ↵ | Scott González | 2012-01-31 | 1 | -0/+7 |
| | | | | Provide header and content details in create event. | ||||
* | Accordion: Reset overflowX and overflowY after animations to fix overflow in ↵ | Scott González | 2012-01-31 | 1 | -2/+12 |
| | | | | Opera <11.6. Fixes #6971 - Accordion animation bug in Opera 11.01 with jQuery 1.4.3+. | ||||
* | Accordion: Use ui-accordion-header-active class. | Scott González | 2012-01-31 | 1 | -7/+6 |
| | |||||
* | Widget: Remove method argument from _super and _superApply. Was a left-over ↵ | Jörn Zaefferer | 2011-11-18 | 1 | -5/+5 |
| | | | | from first implementation, not necessary anymore. | ||||
* | Accordion: Fixed back-compat for icons.headerSelected when icons option is null. | Scott González | 2011-11-16 | 1 | -2/+4 |
| | |||||
* | Accordion: Fixed #7238 - Problem with accordion slide animation fixed width ↵ | Gaëtan Muller | 2011-11-06 | 1 | -5/+5 |
| | | | | calculation | ||||
* | Accordion: Fixed nested accordions. | Scott González | 2011-09-30 | 1 | -5/+5 |
| | |||||
* | Merge branch 'master' into core-1.6.1 | Scott González | 2011-07-25 | 1 | -16/+20 |
|\ | | | | | | | | | | | | | | | | | Conflicts: demos/menubar/default.html tests/unit/autocomplete/autocomplete.html tests/visual/effects/effects.all.html ui/jquery.ui.menu.js ui/jquery.ui.popup.js | ||||
| * | Merge pull request #368 from kborchers/bug_3532_2 | Scott González | 2011-07-20 | 1 | -11/+13 |
| |\ | | | | | | | Accordion: Stop current hide animation, jump to last animation and calculate percentages for padding in addition to height. Fixes #3532 - Accordion: Activating a panel during animation fails | ||||
| | * | Accordion: Stop current hide animation, jump to last animation and calculate ↵ | kborchers | 2011-07-20 | 1 | -11/+13 |
| | | | | | | | | | | | | percentages for padding in addition to height. Fixes #3532 - Accordion: Activating a panel during animation fails | ||||
| * | | Accordion: Fixed key handling. | Scott González | 2011-07-12 | 1 | -5/+7 |
| |/ | |||||
* | | Use .attr() for boolean ARIA attributes. | Scott González | 2011-07-12 | 1 | -20/+19 |
| | | |||||
* | | .attr() -> .prop() | Scott González | 2011-06-08 | 1 | -19/+19 |
|/ | |||||
* | All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store ↵ | Scott González | 2011-05-28 | 1 | -1/+1 |
| | | | | version numbers on instances. | ||||
* | 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 |
| |