Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tabs: Added test for abort method. Fixes #7133 - Tabs: Deprecate abort method. | Scott González | 2011-05-09 | 1 | -2/+12 |
| | |||||
* | Tabs: Only trigger tabsload on success. | Scott González | 2011-05-09 | 1 | -2/+5 |
| | |||||
* | Tabs: Add tabsload event tests. | David Petersen | 2011-05-09 | 1 | -2/+60 |
| | |||||
* | Tabs: Added tests for cache option. Fixes #7131 - Tabs: Add beforeload ↵ | Scott González | 2011-05-09 | 1 | -2/+28 |
| | | | | event; deprecate ajaxOptions and cache options. | ||||
* | Tabs: Added test for ajaxOptions. Partial fix for #7131 - Tabs: Add ↵ | Scott González | 2011-05-09 | 1 | -2/+21 |
| | | | | | | beforeload event; deprecate ajaxOptions and cache options. Thanks gnarf for the unit test idea. | ||||
* | Tabs: Refactored spinner implementation. Fixes #7134 - Tabs: Deprecate ↵ | Scott González | 2011-05-09 | 1 | -26/+11 |
| | | | | spinner option. | ||||
* | Tabs: Added tests for idPrefix, tabTemplate, panelTemplate. Fixes #7139 - ↵ | Scott González | 2011-05-09 | 1 | -8/+37 |
| | | | | Tabs: Deprecate templating (idPrefix, tabTemplate, panelTemplate options). | ||||
* | Popup and Menubar demos | Jörn Zaefferer | 2011-05-08 | 3 | -599/+0 |
| | |||||
* | Promote menubar and popup to their own top level files | Jörn Zaefferer | 2011-05-07 | 4 | -425/+2 |
| | |||||
* | Popup: Better key handling on trigger, along with a few more TODO comments | Jörn Zaefferer | 2011-05-07 | 1 | -4/+14 |
| | |||||
* | Popup: Improve key handling | Jörn Zaefferer | 2011-05-07 | 1 | -5/+5 |
| | |||||
* | Popup/Tooltip: Fix tab order and add notifications (on select) in | Jörn Zaefferer | 2011-05-07 | 1 | -0/+2 |
| | | | | video-player demo. | ||||
* | Popup: If popup is a menu, focus the first menu item, as menubar does. | Jörn Zaefferer | 2011-05-07 | 1 | -0/+4 |
| | |||||
* | Popup: Fix the reopens-issue when clicking the trigger while popup is | Jörn Zaefferer | 2011-05-07 | 1 | -3/+10 |
| | | | | visible, while still handling an actualy blur properly. | ||||
* | Popup: Rename open flag to isOpen to avoid name conflict with open method. | Jörn Zaefferer | 2011-05-05 | 1 | -4/+4 |
| | |||||
* | Merge pull request #200 from kzys/trac-6704-2 | Scott González | 2011-05-04 | 1 | -0/+8 |
|\ | | | | | Fixed #6704 - Display overflow when multiple datepickers have different numberOfMonths. | ||||
| * | Datepicker: Remove old "ui-datepicker-multi-N" before add new one. Fixed ↵ | Kato Kazuyoshi | 2011-05-05 | 1 | -0/+8 |
| | | | | | | | | #6704 - Display overflow when multiple datepickers have different numberOfMonths. | ||||
* | | Datepicker: Greedy matching in month name. Fixed #7062 - ↵ | Kato Kazuyoshi | 2011-05-05 | 2 | -0/+5 |
|/ | | | | $.datepicker.parseDate does not work for some locale date strings. | ||||
* | Menubar: Code formatting. A bit of cleanup: Replace self with that; | Jörn Zaefferer | 2011-05-04 | 1 | -135/+153 |
| | | | | replace an unnecessary each. | ||||
* | Popup: Also expose open method | Jörn Zaefferer | 2011-05-04 | 1 | -2/+2 |
| | |||||
* | Popup: Prevent SPACE key event on trigger from scrolling the page | Jörn Zaefferer | 2011-05-04 | 1 | -0/+6 |
| | |||||
* | Popup: Rename _close to close and use it when selecting something within a ↵ | Jörn Zaefferer | 2011-05-04 | 2 | -6/+6 |
| | | | | popup. | ||||
* | Popup: Partial fix for closing popup when trigger is clicked again. | Jörn Zaefferer | 2011-05-04 | 1 | -1/+9 |
| | |||||
* | Menubar review | Jörn Zaefferer | 2011-05-04 | 1 | -9/+19 |
| | |||||
* | Popup: Update popup test | Jörn Zaefferer | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | Popup: Add a non-menu popup example | Jörn Zaefferer | 2011-05-03 | 1 | -1/+18 |
| | |||||
* | Effects (blind): direction now accepts up/down/left/right as well as ↵ | gnarf | 2011-05-03 | 2 | -6/+20 |
| | | | | vertical(up) and horizontal(left) - Fixes #4480 - Invert the blind effect. | ||||
* | Tabs: Added tests for deprecated select method. Fixes #7138 - Tabs: ↵ | Scott González | 2011-05-03 | 1 | -22/+38 |
| | | | | Deprecate select method. | ||||
* | Tabs: Clean up some tests. | Scott González | 2011-05-03 | 2 | -2/+4 |
| | |||||
* | Tabs: Fixed back-compat for selected option. Fixes #7135 - Tabs: Rename ↵ | Scott González | 2011-05-03 | 1 | -35/+43 |
| | | | | selected option to active. | ||||
* | Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate ↵ | Scott González | 2011-05-03 | 1 | -23/+21 |
| | | | | enable and disable events. | ||||
* | Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ↵ | Jean-Francois Remy | 2011-05-03 | 1 | -5/+22 |
| | | | | - Position: Collision: fit doesn't work at top of window when scrolled. | ||||
* | Tooltip: Fix (most) of the unit tests. Not all issues resolved, but | Jörn Zaefferer | 2011-05-02 | 5 | -13/+20 |
| | | | | enough for testswarm results to be useful. | ||||
* | Fix menu unit tests (regression fron Hans' branch) | Jörn Zaefferer | 2011-05-02 | 1 | -4/+7 |
| | |||||
* | Add simple error handling for domEqual method (was failing for menu, output ↵ | Jörn Zaefferer | 2011-05-02 | 1 | -0/+4 |
| | | | | not helpful). | ||||
* | Tooltip: Add drop effect to tooltip animations test | Jörn Zaefferer | 2011-05-02 | 1 | -0/+11 |
| | |||||
* | Tooltip: Add visual testpage for animations | Jörn Zaefferer | 2011-05-02 | 1 | -0/+61 |
| | |||||
* | Tabs: Added tests for add and remove events. | Scott González | 2011-04-28 | 1 | -21/+32 |
| | |||||
* | Tabs: Cleaned up add and remove methods. | Scott González | 2011-04-28 | 3 | -41/+66 |
| | |||||
* | Tabs: Added more tests for refresh method and changed the implementation a bit. | Scott González | 2011-04-28 | 1 | -49/+67 |
| | |||||
* | Tabs: Fix issues with refresh method, add refresh method tests | David Petersen | 2011-04-28 | 1 | -8/+31 |
| | |||||
* | Tabs: Fixed disable method and cleaned up tests for enable and disable methods. | Scott González | 2011-04-28 | 3 | -71/+133 |
| | |||||
* | Tabs: enable/disable handle when current state already matches, fix error ↵ | David Petersen | 2011-04-28 | 1 | -2/+20 |
| | | | | when disabled = true and enable gets called | ||||
* | Merge branch 'master' into menubar | Jörn Zaefferer | 2011-04-26 | 31 | -757/+550 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.menu.js | ||||
| * | Widget: define a null default for the create callback. | Scott González | 2011-04-25 | 14 | -120/+121 |
| | | |||||
| * | Accordion, Autocomplete, Tabs: Separate callbacks and options in the defaults. | Scott González | 2011-04-25 | 5 | -33/+52 |
| | | |||||
| * | 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 | 1 | -3/+41 |
| | | |||||
| * | 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 |
| | |