Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -6/+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) | ||||
* | 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 | 1 | -3/+8 |
| | |||||
* | Dialog: Update the internal flag for whether or not the dialog is open ↵ | Scott González | 2010-02-16 | 1 | -2/+2 |
| | | | | | | before triggering the close event. Fixes #5184 - isOpen in dialogclose event is true. | ||||
* | 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 | 1 | -1/+1 |
| | | | | also fixes the virtual position when the datepicker is close but not right at the bottom of the page. | ||||
* | Autocomplete: Split out logic for rendering individual items. | Scott González | 2010-02-08 | 1 | -5/+10 |
| | |||||
* | Autocomplete: Fixed a few places that got missed during the change to always ↵ | Scott González | 2010-02-08 | 1 | -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ález | 2010-02-07 | 1 | -48/+36 |
| | |||||
* | Datepicker: Separate month and year unless both are drop-downs | Keith Wood | 2010-02-06 | 1 | -3/+3 |
| | |||||
* | Datepicker: Fixed #5128 Datepicker opens when setDate called | Keith Wood | 2010-02-06 | 1 | -5/+5 |
| | |||||
* | Tabs: Fixed selected tab detection. | Scott González | 2010-02-06 | 1 | -1/+1 |
| | | | | | | Fixes #5122 - Bug in ui.tabs. Thanks th3br41n. | ||||
* | Widget: Fixed a problem with the .remove() proxy. | Scott González | 2010-02-06 | 1 | -6/+10 |
| | | | | Fixes #5143 - .remove() proxy doesn't work properly. | ||||
* | Dialog: Prevent the titlebar from displaying above the top of the document. | Scott González | 2010-02-06 | 1 | -1/+8 |
| | | | | Fixes #5141 - Position of Dialog is off the page when viewport is smaller then dialog. | ||||
* | Slider: added missing comma. | Scott González | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | Fixed event prefix in all plugins that don't use the default prefix. | Scott González | 2010-02-05 | 5 | -10/+10 |
| | | | | Fixes #5134 - Events not being triggered for drag and drop. | ||||
* | Draggable: Don't adjust offsets for fixed position elements in Safari 4. | Scott González | 2010-02-04 | 1 | -4/+4 |
| | | | | Fixes #4631 - Draggable: Fixed positions include wrong scroll offset in Safari 4. | ||||
* | cleaning up dependency listings | Jörn Zaefferer | 2010-02-03 | 2 | -2/+3 |
| | |||||
* | cleaning up dependency listings | Jörn Zaefferer | 2010-02-03 | 2 | -3/+1 |
| | |||||
* | resizable method destroy: put unwrapped original element in wrapper's place ↵ | Richard Worth | 2010-02-03 | 1 | -2/+2 |
| | | | | instead of at the end of wrapper's parent. Fixes #4940 - resizable('destroy') moves images to end of parent element | ||||
* | create-html-elements convention | Jörn Zaefferer | 2010-02-02 | 1 | -1/+1 |
| | |||||
* | Fix for #5120 - create menu only once and return that element from the ↵ | Jörn Zaefferer | 2010-02-02 | 1 | -51/+51 |
| | | | | widget method, put ui-autocomplete class on menu | ||||
* | Datepicker: No longer dependent on dialog in order to close datepicker when ↵ | Brant Burnett | 2010-02-01 | 2 | -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 Burnett | 2010-02-01 | 1 | -0/+1 |
| | | | | #4580 Datepicker appears underneath other widgets) | ||||
* | Datepicker: Fixed #4453 UI Datepicker inside UI Dialog Issue | Brant Burnett | 2010-02-01 | 2 | -1/+8 |
| | |||||
* | Autocomplete: Turned off collision detection. | Scott González | 2010-01-30 | 1 | -1/+2 |
| | | | | Fixes #5114 - Autocomplete: Turn off collision detection for menu. | ||||
* | Dialog: Changed overlay to use zIndex() to test which events to cancel ↵ | Brant Burnett | 2010-01-29 | 1 | -2/+2 |
| | | | | (fixed #4363 Datepicker Month/Year Dropdowns Not Working In Safari In A Dialog) | ||||
* | 'Changed | Brant Burnett | 2010-01-29 | 1 | -10/+20 |
| | |||||
* | Datepicker: Fixed conflict between beforeShowDay and getDate | Keith Wood | 2010-01-29 | 1 | -2/+5 |
| | | | | http://forum.jquery.com/topic/several-breaking-changes-in-jquery-ui-1-8rc1 | ||||
* | effects: fixed #4097 - bind/fold didnt work | Paul Bakaus | 2010-01-28 | 1 | -0/+1 |
| | |||||
* | draggable: implemented #4145 - start,drag and stop events should be preventable | Paul Bakaus | 2010-01-28 | 1 | -7/+27 |
| | |||||
* | Autocomplete: Removed CSS framework classes from text field. We can add them ↵ | Scott González | 2010-01-28 | 1 | -1/+1 |
| | | | | back in when we have full support for form elements. | ||||
* | Prevent the default styles for resizable elements from totally killing ↵ | Scott González | 2010-01-28 | 1 | -0/+4 |
| | | | | | | dialog positioning (finally). Fixes #5084 - 2 dialogs pos false on close. | ||||
* | $.ui.ddmanager.drop() now works properly for nested droppables. | Scott González | 2010-01-28 | 1 | -1/+1 |
| | | | | Fixes #5095 - Droppable body let revert a div on a valid drop. | ||||
* | removing Firefox 2 AIRA extras, FF2 isn't usable in that regard anyway | Jörn Zaefferer | 2010-01-27 | 1 | -31/+0 |
| | |||||
* | Deprecated beforeclose option instead of removing it for now, fixes reopened ↵ | Richard Worth | 2010-01-27 | 1 | -0/+13 |
| | | | | #4669 - Dialog: beforeclose option should be beforeClose. | ||||
* | Datepicker: Fixed #5052 Set focus error in IE8 for disabled and hidden elements | Keith Wood | 2010-01-25 | 1 | -2/+3 |
| | |||||
* | Datepicker: Fixed #5088 Date picker localization in RO | Keith Wood | 2010-01-25 | 1 | -3/+3 |
| | |||||
* | fixed #5094 - selectable: destroy method doesn't clean up selectees | Richard Worth | 2010-01-24 | 1 | -0/+3 |
| |