Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: delete runaway backslash | itsadok | 2011-05-08 | 1 | -1/+1 |
| | |||||
* | 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 | 2 | -22/+43 |
| | | | | 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. | ||||
* | Merge pull request #218 from kborchers/bug_6775 | Scott González | 2011-05-06 | 1 | -1/+1 |
|\ | | | | | Datepicker: Moved the setting of _datepickerShowing to after postProcess. Fixed #6775 | ||||
| * | Datepicker: Moved the setting of _datepickerShowing to after postProcess to ↵ | kborchers | 2011-05-06 | 1 | -1/+1 |
| | | | | | | | | prevent being able to tab away leaving the datepicker open. Fixed #6775 - DatePicker remains open when tabbing out | ||||
* | | Tabs: Removed executable file permissions. Fixes #7329 - Tabs doesn't need ↵ | eddiemonge | 2011-05-06 | 1 | -0/+0 |
|/ | | | | to have execute permissions. | ||||
* | Merge pull request #207 from eikes/bug-5945 | Scott González | 2011-05-05 | 1 | -0/+5 |
|\ | | | | | Button: stop disabled button from firing click events. fixes #5945. | ||||
| * | Button: stop disabled button from firing click events. fixes #5945. Behavior ↵ | Eike Send | 2011-05-05 | 1 | -0/+5 |
| | | | | | | | | was inconsisten between BUTTON and A elements. | ||||
* | | 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 | 2 | -2/+9 |
|\ | | | | | 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 | 2 | -2/+9 |
| | | | | | | | | #6704 - Display overflow when multiple datepickers have different numberOfMonths. | ||||
* | | Merge pull request #201 from kzys/trac-7062 | Scott González | 2011-05-04 | 3 | -7/+22 |
|\ \ | | | | | | | Fixed #7062 - $.datepicker.parseDate does not work for some locale date strings. | ||||
| * | | Datepicker: Greedy matching in month name. Fixed #7062 - ↵ | Kato Kazuyoshi | 2011-05-05 | 3 | -7/+22 |
| |/ | | | | | | | $.datepicker.parseDate does not work for some locale date strings. | ||||
* | | Merge pull request #202 from kzys/trac-6734 | Scott González | 2011-05-04 | 31 | -31/+31 |
|\ \ | |/ |/| | Fixed #6734 - Datepicker i18n: Problem with JavascriptPacker. | ||||
| * | Datepicker: Remove BOM. Fixed #6734 - Datepicker i18n: Problem with ↵ | Kato Kazuyoshi | 2011-05-05 | 31 | -31/+31 |
|/ | | | | JavascriptPacker. | ||||
* | 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 | 3 | -8/+12 |
| | | | | 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 |
| | |||||
* | Tooltip: Also close on click. Essential for tooltips on menu buttons. | Jörn Zaefferer | 2011-05-04 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | Menu: Restore _destroy - remove tabIndex (gets added), don't remove ID | Jörn Zaefferer | 2011-05-03 | 1 | -1/+1 |
| | | | | | (can get generated, but removing only generated ideas hopefully isn't necessary). May have to fix that later. | ||||
* | Effects (blind): direction now accepts up/down/left/right as well as ↵ | gnarf | 2011-05-03 | 3 | -19/+62 |
| | | | | 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 | 2 | -24/+40 |
| | | | | 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 | 2 | -47/+51 |
| | | | | selected option to active. | ||||
* | Tabs: Fixed enabled and disabled methods. Fixes #7142 - Tabs: Deprecate ↵ | Scott González | 2011-05-03 | 2 | -27/+27 |
| | | | | enable and disable events. | ||||
* | Position: Handled scrolled windows properly with collision: fit. Fixes #7211 ↵ | Jean-Francois Remy | 2011-05-03 | 2 | -14/+48 |
| | | | | - Position: Collision: fit doesn't work at top of window when scrolled. | ||||
* | Dialog: remove unneeded DOM manipulations. Fixed #7258 - optimize ↵ | Adam Baratz | 2011-05-02 | 1 | -13/+19 |
| | | | | initialization. | ||||
* | Merge pull request #187 from virgofx/master. | Scott González | 2011-05-02 | 1 | -18/+20 |
|\ | | | | | Fix #7270 - Draggable iFrameFix | ||||
| * | Draggable: Modified the iframe shims to load prior to dragging. Fixed #7270. | Mark Johnson | 2011-04-19 | 1 | -18/+20 |
| | | |||||
* | | Merge pull request #191 from whittet/patch-1. | Scott González | 2011-05-02 | 1 | -1/+1 |
|\ \ | | | | | | | Bug fix for another use case, see comment by whittet here: http://bugs.jq | ||||
| * | | Bug fix for another use case, see comment by whittet here: ↵ | whittet | 2011-04-27 | 1 | -1/+1 |
| | | | | | | | | | | | | http://bugs.jqueryui.com/ticket/6702 | ||||
* | | | Merge pull request #192 from ef4/master. | Scott González | 2011-05-02 | 1 | -14/+28 |
|\ \ \ | | | | | | | | | Fixed #4445 containment ignored when scrolling in overflow div | ||||
| * | | | Draggable: containment now updates dynamically to handle scrolling ↵ | Edward Faulkner | 2011-04-28 | 1 | -14/+28 |
| | | | | | | | | | | | | | | | | container. Fixed #4445 containment ignored when scrolling in overflow div | ||||
* | | | | 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: Replace offset property with inline my+offset to make it easier | Jörn Zaefferer | 2011-05-02 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | to override the offset. Fixes the odd offset in the video player demo. Also doesn't need units. | ||||
* | | | | Datepicker: bind hover events using delegate. Fixed #7256 - minimize event ↵ | adambaratz | 2011-05-02 | 1 | -20/+27 |
| | | | | | | | | | | | | | | | | binding in Datepicker initialization. | ||||
* | | | | Tooltip: Add drop effect to tooltip animations test | Jörn Zaefferer | 2011-05-02 | 1 | -0/+11 |
| | | | | |||||
* | | | | Merge remote branch 'gnarf37/widget-show-hide' | Scott González | 2011-05-02 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Widget: show/hide effects added BackCompat | gnarf | 2011-05-02 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Tooltip: Add visual testpage for animations | Jörn Zaefferer | 2011-05-02 | 1 | -0/+61 |
|/ / / / | |||||
* | | | | widget: Updating code for show/hide to use new effects API namespace - ↵ | gnarf | 2011-05-02 | 1 | -12/+3 |
| | | | | | | | | | | | | | | | | DRY'ed out a bit as well |