aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Collapse)AuthorAgeFilesLines
* Autocomplete: Append menu to body and reset z-index on every suggestion.Scott González2010-03-111-4/+7
| | | | Fixes #5271.
* button: remove ui-helper-hidden-accessible instead of .show() on destroy. ↵Richard Worth2010-03-111-1/+1
| | | | Fixes #5261 - button change events don't fire in IE 7/8
* Checkbox must not be all the way hidden for change to fire in IE. Switched ↵Richard Worth2010-03-111-1/+1
| | | | out .hide() for ui-helper-hidden-accessible class instead. Fixes #5261 - button change events don't fire in IE 7/8
* Fixed #5305 - Autocomplete: open event should trigger after the menu is ↵Richard Worth2010-03-081-1/+1
| | | | opened since the name is not 'beforeopen'
* Filter properties to forward to dialog events on resize and drag etc. - fix ↵Jörn Zaefferer2010-03-051-6/+22
| | | | for #5291
* Pass through resizable and draggable ui objects in dialog - partial fix for ↵Jörn Zaefferer2010-03-051-11/+11
| | | | #5291
* Tabs: Fixed id generation for cookies.Scott González2010-03-041-2/+3
| | | | Fixes #5264 - cookie name is: "ui-tabs-[object Object]".
* Button: quote the value when searching for attributes.Scott González2010-03-041-2/+2
| | | | | | Fixes #5262 - Buttonset not working on inputs with Arrays in name Attribute. Thanks Zidane.
* Effects: Proper argument shuffling when calling show/hide/toggle without a ↵Scott González2010-03-041-0/+4
| | | | | | speed. Fixes #5269 - Show and hide effects errantly require "duration" option to fire callback.
* Remove isFF2 flag in ui.core - should have been dropped together with the ↵Jörn Zaefferer2010-03-031-2/+0
| | | | FF2 aria code
* Dialog: Fixed modal overlay instance tracking.Scott González2010-03-031-7/+7
| | | | | Fixes #5228 - $.inArray's parameter. Fixes #5263 - Dialog Close Then Destroy Destroys Overlay Twice, Causes Exceptions Later.
* Datepicker: Handle empty string for animation duration.Scott González2010-03-031-1/+1
| | | | Fixes #5259 - DatePicker will not ever close.
* Datepicker: Tamil localisationKeith Wood2010-03-021-0/+23
|
* Button: Add disabled class on init if the disabled option is set to true.Scott González2010-03-021-0/+4
| | | | Fixes #5250 - Button: initializing with disabled = true isn't visually disabled.
* Buttonset: Use :data(button) instead of .ui-button to find buttons that have ↵Scott González2010-03-021-2/+2
| | | | | | already been instantiated. This prevents us from finding elements that are proxying buttons, e.g., a radio's label. Fixes #5242 - radio buttonset with icons does not maintain state.
* Autocomplete: search against label instead of value when both are provided.Scott González2010-02-271-1/+1
| | | | | | Fixes #5237 - Array matching behaviour of autocomplete should match on label before value. Thanks Simon Cusack.
* Datepicker: Add Faroese localisationKeith Wood2010-02-261-0/+23
|
* Fix for #4451 - ajax tabs error handlingJörn Zaefferer2010-02-241-2/+17
|
* Accordion: Fixed oldContent and newContent for events.Scott González2010-02-241-2/+2
| | | | Fixes #4469 - Accordion: newContent/oldContent misbehaving.
* Dialog: Use .height() to calculate height of dialog before drag.Scott González2010-02-241-1/+1
| | | | Fixes #5221 - Buttons disappear after dragging dialog.
* Autocomplete: Fixed class removal in .destroy().Scott González2010-02-231-1/+1
|
* Autocomplete: Reposition menu every time it opens.Scott González2010-02-231-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 Burnett2010-02-221-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 Burnett2010-02-221-7/+7
| | | | ignores height: 0 (Fixed #4350 No Scrollbars in IE in Quirksmode)
* Datepicker: Fixed #5156 Added Chinese Hong Kong localisationKeith Wood2010-02-221-0/+1
| | | | That makes 50!
* Sortable: Only trigger over event when changing the current container.Scott González2010-02-201-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ález2010-02-201-0/+1
| | | | Fixes #5198 - Autocomplete: class needed on input element.
* Autocomplete: Deactivate menu on close.Scott González2010-02-201-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á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-181-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á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)
* 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-161-3/+8
|
* Dialog: Update the internal flag for whether or not the dialog is open ↵Scott González2010-02-161-2/+2
| | | | | | before triggering the close event. Fixes #5184 - isOpen in dialogclose event is true.
* 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-091-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á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
|