Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Fixed disable method and cleaned up tests for enable and disable methods. | Scott González | 2011-04-28 | 4 | -71/+136 |
| | |||||
* | Tabs: enable/disable handle when current state already matches, fix error ↵ | David Petersen | 2011-04-28 | 2 | -3/+29 |
| | | | | when disabled = true and enable gets called | ||||
* | Tabs: simplify disabled logic | David Petersen | 2011-04-28 | 1 | -46/+40 |
| | |||||
* | Tabs: Make sure prototype.url is defined before trying to shim it | David Petersen | 2011-04-28 | 1 | -8/+9 |
| | |||||
* | Class Animation: Use .attr( "class" ) instead of .attr( "className" ) and ↵ | Scott González | 2011-04-27 | 1 | -25/+24 |
| | | | | adjust the queueing logic for jQuery 1.6 compatibility. Fixes #7275 - $.effects.animateClass broken in jQuery 1.6." | ||||
* | Merge branch 'master' into menubar | Jörn Zaefferer | 2011-04-26 | 37 | -772/+600 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.menu.js | ||||
| * | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 15 | -121/+125 |
| | | |||||
| * | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 8 | -38/+77 |
| | | |||||
| * | Menu: Add ui-state-active to parent item when submenu item receives focus. | jzaefferer | 2011-04-23 | 1 | -2/+3 |
| | | |||||
| * | Set menu item link top padding to px (in place of em); this fixes the issue ↵ | maggiewachs | 2011-04-21 | 1 | -1/+1 |
| | | | | | | | | where the submenu jumped when mousing over the parent item's menu icon. | ||||
| * | Removed duplicate selector reference | maggiewachs | 2011-04-21 | 1 | -2/+0 |
| | | |||||
| * | Menu: Drop statis test pages. default was outdated, icons is replaced by ↵ | jzaefferer | 2011-04-20 | 2 | -211/+0 |
| | | | | | | | | actual icons support as part of menu. | ||||
| * | Menu: Add icons support | jzaefferer | 2011-04-20 | 3 | -6/+56 |
| | | |||||
| * | Menu: Make keyboard focus matching take submenus into account | jzaefferer | 2011-04-20 | 1 | -2/+2 |
| | | |||||
| * | Close popup when blurred and make sure that shift-tab when popup is open | jzaefferer | 2011-04-18 | 1 | -1/+12 |
| | | | | | | | | skips the trigger. | ||||
| * | Accordion tests: Coding standards. | Scott González | 2011-04-15 | 7 | -268/+268 |
| | | |||||
| * | Tabs: Rewrote some ticket tests and moved to approriate file. | Scott González | 2011-04-15 | 2 | -62/+16 |
| | | |||||
| * | Tabs: Better tests for tab state. | Scott González | 2011-04-15 | 4 | -61/+42 |
| | | |||||
* | | removed unbind for focusin and focusout | Hans Hillen | 2011-04-23 | 1 | -1/+1 |
| | | |||||
* | | change self.open to this.open | Hans Hillen | 2011-04-23 | 1 | -2/+2 |
| | | |||||
* | | Fix collapsing submenus issue | Hans Hillen | 2011-04-22 | 1 | -3/+1 |
| | | |||||
* | | Fix error for Escape key on menubar item | Hans Hillen | 2011-04-22 | 1 | -1/+1 |
| | | |||||
* | | Prevent branch menuitems from firing select event | Hans Hillen | 2011-04-22 | 1 | -2/+9 |
| | | |||||
* | | Added focusin & focusout handler for menubar | Hans Hillen | 2011-04-22 | 1 | -28/+16 |
| | | |||||
* | | Fix menubar escape key + minor css fix | Hans Hillen | 2011-04-20 | 2 | -4/+3 |
| | | |||||
* | | Fix "menubar does not collapse when clicking on other menubar" + minor changes | Hans Hillen | 2011-04-18 | 3 | -5/+10 |
| | | |||||
* | | Added icon removal to _destroy | Hans Hillen | 2011-04-15 | 1 | -5/+7 |
| | | |||||
* | | Updated menubar test to use UL elements rather than DIVs | Hans Hillen | 2011-04-15 | 1 | -96/+120 |
| | | |||||
* | | Accessibility / bug fixes for menubar | Hans Hillen | 2011-04-15 | 1 | -18/+70 |
| | | |||||
* | | ARIA & Focus changes to menu, specifically to how aria-activedescendant is ↵ | Hans Hillen | 2011-04-15 | 1 | -30/+43 |
|/ | | | | handled | ||||
* | Datepicker: Fixed Slovak locale. Fixes #7254 - Datepicker: Incorrect day ↵ | Lopo | 2011-04-15 | 1 | -1/+1 |
| | | | | name for Slovak localization. | ||||
* | Datepicker: Fixed dateFormat for nl locale. Fixes #7250 - Datepicker: ↵ | Scott González | 2011-04-15 | 1 | -1/+1 |
| | | | | Incorrect dateFormat in jquery.ui.datepicker-nl.js. | ||||
* | Update popup utility: Defer _open call and let click event propagate. | jzaefferer | 2011-04-13 | 1 | -3/+9 |
| | | | | Fixes other popups to close. Also update aria usage. | ||||
* | Overhaul tooltip implementation. Avoid queuing and other problems by | jzaefferer | 2011-04-13 | 5 | -81/+95 |
| | | | | | | | | | creating the tooltip element on the fly, never reusing it. Use aria-describedby attribute to find the associated tooltip again. Allows customizing animations much easier (just replace fadeIn/fadeOut), still open. Updated demos and visual test to replace now-missing .widget() method. Added tooltipClass for that. | ||||
* | Tabs: Fixed issues with collapsible and active options. | Scott González | 2011-04-11 | 2 | -45/+122 |
| | |||||
* | Tabs: Update ajax demo to use beforeLoad event instead of deprecated ↵ | Scott González | 2011-04-11 | 1 | -5/+4 |
| | | | | ajaxOptions option. | ||||
* | Tabs: Updated references to .ui-tabs-selected to use .ui-tabs-active. | Scott González | 2011-04-11 | 5 | -8/+7 |
| | |||||
* | Resizable: use background-image:url(data:) instead of ↵ | Richard Worth | 2011-04-09 | 1 | -1/+1 |
| | | | | background-image:url(about:blank) as it's shorter and safer. Thanks @epascarello . Better fixes #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps | ||||
* | Resizable: Added a non-visible yet non-transparent (apparently) no-request ↵ | Richard Worth | 2011-04-09 | 1 | -1/+6 |
| | | | | background-image on resizable handles to work around an IE bug. Fixed #7233 - Resizable: resizable handles fail to work in IE if transparent and content overlaps | ||||
* | Progressbar: Added unit test for #7231 - valueDiv should be hidden when ↵ | Richard Worth | 2011-04-09 | 1 | -0/+17 |
| | | | | value is at 0% | ||||
* | Progressbar: hide valueDiv when value is 0. Fixes #7231 - valueDiv should be ↵ | Kyle Florence | 2011-04-09 | 1 | -0/+1 |
| | | | | hidden when value is at 0% | ||||
* | Adding popup utility prototype to visual menu tests | jzaefferer | 2011-04-08 | 2 | -0/+266 |
| | |||||
* | Tabs: Added tests for aria-controls attribute being assigned on init. | Scott González | 2011-04-07 | 5 | -14/+33 |
| | |||||
* | Sortable: Reverted 56b0da59d71396a740cf48a75902243d561ba186 as #4551 is invalid. | Richard Worth | 2011-04-07 | 2 | -54/+4 |
| | |||||
* | Tabs: Cleaned up _tabId() implementation. | Scott González | 2011-04-05 | 2 | -21/+31 |
| | |||||
* | Tabs: Updated test for deprecated length method. | Scott González | 2011-04-05 | 1 | -4/+4 |
| | |||||
* | Tabs: Better handling of active option and various cleanup. | Scott González | 2011-04-05 | 7 | -139/+135 |
| | |||||
* | Tabs: Pass appropriate data for beforeLoad event. Partial fix for #7131 - ↵ | Scott González | 2011-04-05 | 4 | -39/+77 |
| | | | | Tabs: Add beforeload event; deprecate ajaxOptions and cache options. | ||||
* | Tabs: cleanup. | Scott González | 2011-04-04 | 6 | -65/+61 |
| | |||||
* | Tabs: Pass appropriate data for activate event. Fixes #7137 - Tabs: Rename ↵ | Scott González | 2011-04-04 | 2 | -49/+105 |
| | | | | show event to activate. |