Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | set trunk version to 1.8rc31.8rc3 | Richard Worth | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Externals: updated QUnit to http://github.com/jquery/qunit commit ↵ | Richard Worth | 2010-02-25 | 37 | -1874/+1392 |
| | | | | | | | 67ba5a338d836014c24345dc218ab3c9bb63b06e The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses. | ||||
* | Visual testcase for #4231 | Jörn Zaefferer | 2010-02-24 | 1 | -0/+79 |
| | |||||
* | ajax tabs demo: renamed tabs to fit on the demo template | Jörn Zaefferer | 2010-02-24 | 1 | -5/+5 |
| | |||||
* | Externals: updated jquery.cookie plugin to ↵ | Richard Worth | 2010-02-24 | 7 | -102/+94 |
| | | | | http://github.com/carhartl/jquery-cookie commit 6818b83dff89e9cac9e95acd9d78bf0179777e3d | ||||
* | Fix for #4451 - ajax tabs error handling | Jörn Zaefferer | 2010-02-24 | 5 | -4/+38 |
| | |||||
* | Accordion: Fixed oldContent and newContent for events. | Scott González | 2010-02-24 | 1 | -2/+2 |
| | | | | Fixes #4469 - Accordion: newContent/oldContent misbehaving. | ||||
* | Dialog: Use .height() to calculate height of dialog before drag. | Scott González | 2010-02-24 | 1 | -1/+1 |
| | | | | Fixes #5221 - Buttons disappear after dragging dialog. | ||||
* | Autocomplete: Fixed class removal in .destroy(). | Scott González | 2010-02-23 | 1 | -1/+1 |
| | |||||
* | Autocomplete: Reposition menu every time it opens. | Scott González | 2010-02-23 | 1 | -7/+6 |
| | | | | Fixes #5217 - Autocomplete in Dialog is posiitoned incorrectly in 1.8 RC2. | ||||
* | Dialog: ESC key event was not being canceled after it was handled (Fixed ↵ | Brant Burnett | 2010-02-22 | 1 | -4/+12 |
| | | | | #4922 window.location.reload() doesn't work in dialog's close callback when it's triggered by ESC in Firefox) | ||||
* | Dialog: Changed height measurement to hide content because IE quirks mode ↵ | Brant Burnett | 2010-02-22 | 2 | -7/+46 |
| | | | | ignores height: 0 (Fixed #4350 No Scrollbars in IE in Quirksmode) | ||||
* | Datepicker: Fixed #5156 Added Chinese Hong Kong localisation | Keith Wood | 2010-02-22 | 3 | -0/+4 |
| | | | | That makes 50! | ||||
* | use button on accordion demo page with a button-eleement | Jörn Zaefferer | 2010-02-20 | 1 | -1/+2 |
| | |||||
* | partial for #5126 - less rows in remote demo to avoid scrolling | Jörn Zaefferer | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | partial for #5126 - improved custom data demo | Jörn Zaefferer | 2010-02-20 | 1 | -3/+2 |
| | |||||
* | partial for #5126 - extra classes for combobox input | Jörn Zaefferer | 2010-02-20 | 1 | -2/+1 |
| | |||||
* | partial for #5126 - less rows in remote jsonp demo to avoid scrolling | Jörn Zaefferer | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | Sortable: Only trigger over event when changing the current container. | Scott González | 2010-02-20 | 1 | -2/+2 |
| | | | | Fixes #5111 - 1.8rc1 sortable#over method bugged -- called along with #sort instead of on mouseover. | ||||
* | Autocomplete: Added a "ui-autocomplete-input" class to the text field. | Scott González | 2010-02-20 | 1 | -0/+1 |
| | | | | Fixes #5198 - Autocomplete: class needed on input element. | ||||
* | Autocomplete: Deactivate menu on close. | Scott González | 2010-02-20 | 1 | -2/+3 |
| | | | | Fixes #5205 - Autocomplete: blur causes last active menu item to be selected. | ||||
* | Draggable: Don't try to stack if there are no elements in the stacking group. | Scott González | 2010-02-18 | 1 | -0/+1 |
| | | | | Fixes #5191 - Draggable: stack option can throw error. | ||||
* | Effects: Properly normalizing arguments for named speeds. | Scott González | 2010-02-18 | 1 | -1/+1 |
| | | | | Fixes #5192 - 1.8rc2 Toggle speed issue. | ||||
* | Buttons: Removed the logic for triggering click events on checkboxes and ↵ | Scott González | 2010-02-18 | 2 | -15/+0 |
| | | | | | | radio buttons. This logic was actually causing the opposite functionality from what we wanted. Fixes #5195 - .buttonset() prevents change event from being catchable. | ||||
* | Button: Added missing semicolons; | Scott González | 2010-02-18 | 1 | -2/+2 |
| | |||||
* | Autocomplete: Fixed bug with bgiframe usage. | Scott González | 2010-02-18 | 1 | -1/+1 |
| | | | | | | Fixes #5196 - Autocomplete: "menu is not defined" error when using with bgiframe. Thanks Demphest | ||||
* | Dialog: Overlays are now cached for reuse with subsequent dialogs (Fixed ↵ | Brant Burnett | 2010-02-17 | 1 | -7/+10 |
| | | | | #5185: .ui-widget-overlay CSS selector causes consistent large memory leak in IE) | ||||
* | no delay need for local data | Jörn Zaefferer | 2010-02-17 | 1 | -0/+1 |
| | |||||
* | Autocomplete categories demo: Simplified styling. | Scott González | 2010-02-17 | 1 | -1/+2 |
| | |||||
* | Autocomplete categories demo: Removed custom jQuery methods and tweaked the ↵ | Scott González | 2010-02-17 | 1 | -17/+3 |
| | | | | category styling. | ||||
* | Autocomplete demo: Added styling to the categories. | Scott González | 2010-02-17 | 1 | -2/+5 |
| | |||||
* | Working categorized autocomplete demo. | Scott González | 2010-02-17 | 1 | -31/+64 |
| | |||||
* | Another partial fix for #5188 - add ui-menu-item class only to list items ↵ | Jörn Zaefferer | 2010-02-16 | 1 | -1/+1 |
| | | | | with anchor-children | ||||
* | Fix for #5188 along with a half-functional demo (buggy keyboard navigation) | Jörn Zaefferer | 2010-02-16 | 2 | -3/+77 |
| | |||||
* | Missed change in build script for #5163 - css files renamed to be consistent ↵ | Richard Worth | 2010-02-16 | 1 | -3/+3 |
| | | | | with js file renames in 1.8a1 | ||||
* | set trunk version to 1.8pre | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | set trunk version to 1.8rc21.8rc2 | Richard Worth | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | Fixed #5182 - Update to jQuery 1.4.2 | Richard Worth | 2010-02-16 | 306 | -748/+910 |
| | |||||
* | Dialog: Update the internal flag for whether or not the dialog is open ↵ | Scott González | 2010-02-16 | 2 | -2/+16 |
| | | | | | | before triggering the close event. Fixes #5184 - isOpen in dialogclose event is true. | ||||
* | fixed #5163 - themes: css files need to be renamed to be consistent with js ↵ | Richard Worth | 2010-02-16 | 303 | -337/+336 |
| | | | | file renames in 1.8a1 | ||||
* | Fixed #5178 - Slider's change event fires on slide | Richard Worth | 2010-02-15 | 1 | -8/+13 |
| | |||||
* | Position: Conform to coding standards. | Scott González | 2010-02-14 | 1 | -99/+114 |
| | |||||
* | Draggable: Don't recalculate the relative offset during drag. I couldn't ↵ | Scott González | 2010-02-14 | 1 | -9/+0 |
| | | | | | | reproduce the issues described in the comments for this code. Fixes #4824 - draggable broken on inline elements in webkit browsers | ||||
* | Fixed missing variable in menu's refresh method. | Scott González | 2010-02-12 | 1 | -1/+3 |
| | |||||
* | Autocomplete: Fix for #5154 - cleanup | Jörn Zaefferer | 2010-02-10 | 1 | -3/+0 |
| | |||||
* | Autocomplete: Fix for #5154 | Jörn Zaefferer | 2010-02-10 | 1 | -0/+1 |
| | |||||
* | Autocomplete: Fix for #5154 | Jörn Zaefferer | 2010-02-10 | 1 | -0/+4 |
| | |||||
* | datepicker: fixes #4443: Datepicker's vertical position in thickbox. This ↵ | Ca-Phun Ung | 2010-02-09 | 2 | -1/+38 |
| | | | | also fixes the virtual position when the datepicker is close but not right at the bottom of the page. | ||||
* | Unit Tests: Added autocomplete and button to list of tests. | Scott González | 2010-02-08 | 1 | -0/+4 |
| | | | | Fixes #5149 - Button is missing on unit test index page. | ||||
* | Autocomplete: Split out logic for rendering individual items. | Scott González | 2010-02-08 | 1 | -5/+10 |
| |