aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Draggable: Don't try to stack if there are no elements in the stacking group.Scott González2010-02-181-0/+1
| | | | Fixes #5191 - Draggable: stack option can throw error.
* Effects: Properly normalizing arguments for named speeds.Scott González2010-02-181-1/+1
| | | | Fixes #5192 - 1.8rc2 Toggle speed issue.
* Buttons: Removed the logic for triggering click events on checkboxes and ↵Scott González2010-02-182-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ález2010-02-181-2/+2
|
* Autocomplete: Fixed bug with bgiframe usage.Scott González2010-02-181-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 Burnett2010-02-171-7/+10
| | | | #5185: .ui-widget-overlay CSS selector causes consistent large memory leak in IE)
* no delay need for local dataJörn Zaefferer2010-02-171-0/+1
|
* Autocomplete categories demo: Simplified styling.Scott González2010-02-171-1/+2
|
* Autocomplete categories demo: Removed custom jQuery methods and tweaked the ↵Scott González2010-02-171-17/+3
| | | | category styling.
* Autocomplete demo: Added styling to the categories.Scott González2010-02-171-2/+5
|
* Working categorized autocomplete demo.Scott González2010-02-171-31/+64
|
* Another partial fix for #5188 - add ui-menu-item class only to list items ↵Jörn Zaefferer2010-02-161-1/+1
| | | | with anchor-children
* Fix for #5188 along with a half-functional demo (buggy keyboard navigation)Jörn Zaefferer2010-02-162-3/+77
|
* Missed change in build script for #5163 - css files renamed to be consistent ↵Richard Worth2010-02-161-3/+3
| | | | with js file renames in 1.8a1
* set trunk version to 1.8preRichard Worth2010-02-161-1/+1
|
* set trunk version to 1.8rc21.8rc2Richard Worth2010-02-161-1/+1
|
* Fixed #5182 - Update to jQuery 1.4.2Richard Worth2010-02-16306-748/+910
|
* Dialog: Update the internal flag for whether or not the dialog is open ↵Scott González2010-02-162-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 Worth2010-02-16303-337/+336
| | | | file renames in 1.8a1
* Fixed #5178 - Slider's change event fires on slideRichard Worth2010-02-151-8/+13
|
* Position: Conform to coding standards.Scott González2010-02-141-99/+114
|
* Draggable: Don't recalculate the relative offset during drag. I couldn't ↵Scott González2010-02-141-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ález2010-02-121-1/+3
|
* Autocomplete: Fix for #5154 - cleanupJörn Zaefferer2010-02-101-3/+0
|
* Autocomplete: Fix for #5154Jörn Zaefferer2010-02-101-0/+1
|
* Autocomplete: Fix for #5154Jörn Zaefferer2010-02-101-0/+4
|
* datepicker: fixes #4443: Datepicker's vertical position in thickbox. This ↵Ca-Phun Ung2010-02-092-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ález2010-02-081-0/+4
| | | | Fixes #5149 - Button is missing on unit test index page.
* Autocomplete: Split out logic for rendering individual items.Scott González2010-02-081-5/+10
|
* Autocomplete: Fixed a few places that got missed during the change to always ↵Scott González2010-02-081-7/+4
| | | | | | keep the menu element around. Fixes a bug where opening the menu using the arrow keys would cycle through the options, but not show the menu. There's now a bug where you have to arrow too many times to get into the menu when showing the menu by using the arrow keys.
* Progressbar: Conform to coding standards.Scott González2010-02-071-48/+36
|
* Datepicker: Separate month and year unless both are drop-downsKeith Wood2010-02-061-3/+3
|
* Datepicker: Fixed #5128 Datepicker opens when setDate calledKeith Wood2010-02-061-5/+5
|
* Removed extra semicolon.Scott González2010-02-061-1/+1
|
* Tabs: Fixed selected tab detection.Scott González2010-02-061-1/+1
| | | | | | Fixes #5122 - Bug in ui.tabs. Thanks th3br41n.
* Widget: Fixed a problem with the .remove() proxy.Scott González2010-02-061-6/+10
| | | | Fixes #5143 - .remove() proxy doesn't work properly.
* Dialog: Prevent the titlebar from displaying above the top of the document.Scott González2010-02-061-1/+8
| | | | Fixes #5141 - Position of Dialog is off the page when viewport is smaller then dialog.
* Slider: added missing comma.Scott González2010-02-051-1/+1
|
* Fixed event prefix in all plugins that don't use the default prefix.Scott González2010-02-055-10/+10
| | | | Fixes #5134 - Events not being triggered for drag and drop.
* Slider demo: Don't change default values.Scott González2010-02-051-11/+9
| | | | Fixes #5131 - Slider demos need options reset before loading next demo.
* Draggable: Don't adjust offsets for fixed position elements in Safari 4.Scott González2010-02-041-4/+4
| | | | Fixes #4631 - Draggable: Fixed positions include wrong scroll offset in Safari 4.
* cleaning up dependency listingsJörn Zaefferer2010-02-032-2/+3
|
* cleaning up dependency listingsJörn Zaefferer2010-02-032-3/+1
|
* resizable method destroy: put unwrapped original element in wrapper's place ↵Richard Worth2010-02-032-2/+33
| | | | instead of at the end of wrapper's parent. Fixes #4940 - resizable('destroy') moves images to end of parent element
* create-html-elements conventionJörn Zaefferer2010-02-021-1/+1
|
* Fix for #5120 - create menu only once and return that element from the ↵Jörn Zaefferer2010-02-025-63/+64
| | | | widget method, put ui-autocomplete class on menu
* Datepicker: No longer dependent on dialog in order to close datepicker when ↵Brant Burnett2010-02-012-11/+1
| | | | dialog is closed (Refixed #4453 UI Datepicker inside UI Dialog Issue)
* Datepicker: Now uses zIndex() to determine zIndex for dpDiv on show (Fixed ↵Brant Burnett2010-02-011-0/+1
| | | | #4580 Datepicker appears underneath other widgets)
* Fix for #5103: Include all effect docs in build for downloadJörn Zaefferer2010-02-011-1/+19
|
* Datepicker: Fixed #4453 UI Datepicker inside UI Dialog IssueBrant Burnett2010-02-012-1/+8
|