Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Menu: pass the original event to the select callback. | Scott González | 2010-03-20 | 1 | -7/+7 |
| | | | Fixes #5343 - Add option to allow form submission when option is chosen. | ||||
* | Menu: Don't trigger select if a click occurs outside of a menu item. | Scott González | 2010-03-20 | 1 | -0/+3 |
| | | | Fixes #5376 - Menu plugin fires select when border is clicked. | ||||
* | Autocomplete: Don't trigger a search when the left or right arrow keys are used. | Scott González | 2010-03-20 | 1 | -0/+2 |
| | | | Fixes #5289 - Autocomplete: ignore cursor left/right. | ||||
* | Menu: skip over elements that aren't menu items. | Scott González | 2010-03-20 | 1 | -3/+3 |
| | | | Fixes #5188 - Refactor menu rendering for more customizing. | ||||
* | autocomplete: pass through mouse and key events to menu methods in order to ↵ | Jörn Zaefferer | 2010-03-20 | 1 | -23/+25 |
| | | | | differentiate between key and mouse events in autocomplete | ||||
* | eol-style and mime-type | Richard Worth | 2010-03-17 | 5 | -93/+115 |
| | |||||
* | fixed #5368 - Autocomplete: aria role for menu should be listbox instead of menu | Richard Worth | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Slider: fixed change event to be triggered by keyup and value and values ↵ | Richard Worth | 2010-03-17 | 1 | -1/+11 |
| | | | | option setters. Fixes #5367 - slider change event not triggered by keypress | ||||
* | Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵ | Richard Worth | 2010-03-17 | 1 | -2/+2 |
| | | | | one word | ||||
* | Button: Added refresh method to buttonset, futher fixes #5278 - ui.buttons ↵ | Richard Worth | 2010-03-17 | 1 | -10/+23 |
| | | | | doesn't visually reset on form "reset" event or input "change" event | ||||
* | Buttonset - remove corner classes from button widgets instead of button ↵ | Richard Worth | 2010-03-17 | 1 | -1/+5 |
| | | | | elements on destroy. Fixes #5361 - buttonset method destroy doesn't remove corner classes from label elements | ||||
* | button: whitespace and quotes. See ↵ | Richard Worth | 2010-03-17 | 1 | -2/+2 |
| | | | | http://docs.jquery.com/JQuery_Core_Style_Guidelines | ||||
* | Remove ui-helper-hidden-accessible from correct element. See r3880 and r3892 | Richard Worth | 2010-03-17 | 1 | -1/+3 |
| | |||||
* | Button: spacing. | Scott González | 2010-03-16 | 1 | -2/+2 |
| | |||||
* | Sortable: Fixed a bug with over/out events and connected draggables. | Scott González | 2010-03-16 | 1 | -2/+5 |
| | | | | Fixes #5346 - over and out events not triggered when draggable connected with single (non-nested) sortable. | ||||
* | Menu: Don't pass empty values to ._trigger(). | Scott González | 2010-03-16 | 1 | -1/+1 |
| | |||||
* | Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ↵ | Richard Worth | 2010-03-15 | 1 | -1/+3 |
| | | | | loss | ||||
* | Autocomplete: fixed #5349 - Autocomplete: mouseover of menu item causes data ↵ | Richard Worth | 2010-03-15 | 1 | -0/+4 |
| | | | | loss | ||||
* | Autocomplete: Fixed #5348 - Autocomplete: menu item should not remain ↵ | Richard Worth | 2010-03-15 | 1 | -0/+3 |
| | | | | selected when mouse off menu | ||||
* | Autocomplete: fixed #5347 - Autocomplete: each successive item hover makes ↵ | Richard Worth | 2010-03-15 | 1 | -6/+6 |
| | | | | item above shrink a bit in IE | ||||
* | Button: fixed #5324 - button disabled state doesn't get refreshed when ↵ | Richard Worth | 2010-03-15 | 1 | -0/+4 |
| | | | | disabled set on original element | ||||
* | Button: remove disabled attribute from original element when option set to false | Richard Worth | 2010-03-15 | 1 | -1/+5 |
| | |||||
* | button: fixed #5328 - button disabled only visually when disabled option ↵ | Richard Worth | 2010-03-15 | 1 | -5/+12 |
| | | | | set, still functional | ||||
* | Button: Don't react to keydown when disabled. | Scott González | 2010-03-14 | 1 | -6/+8 |
| | | | | Partial fix for #5328 - button disabled only visually when disabled option set, still functional. | ||||
* | Dialog: quiet JSLint | Richard Worth | 2010-03-12 | 1 | -90/+155 |
| | |||||
* | Position: quiet JSLint | Richard Worth | 2010-03-11 | 1 | -11/+8 |
| | |||||
* | Autocomplete: quiet jslint | Richard Worth | 2010-03-11 | 1 | -17/+21 |
| | |||||
* | Button: quiet jslint | Richard Worth | 2010-03-11 | 1 | -13/+19 |
| | |||||
* | dialog: corrected typo in ui.position property for drag events. Updated unit ↵ | Richard Worth | 2010-03-11 | 1 | -1/+1 |
| | | | | tests tracking fix of #5291 | ||||
* | Button: No need to check the button type before removing the hidden class. | Scott González | 2010-03-11 | 1 | -5/+1 |
| | |||||
* | Button: Conform to coding standards. | Scott González | 2010-03-11 | 1 | -28/+30 |
| | |||||
* | reverted r3888 un-fixing #5322 for now as trunk is in release candidate ↵ | Richard Worth | 2010-03-11 | 1 | -2/+2 |
| | | | | state - only criticals and blockers should be fixed until 1.8 is final | ||||
* | sortable: fixed #5322 (helper position weird when axis was used, fixes ↵ | Paul Bakaus | 2010-03-11 | 1 | -2/+2 |
| | | | | sortable tabs demo) | ||||
* | Fixed #5278 - ui.buttons doesn't visually reset on form "reset" event or ↵ | Richard Worth | 2010-03-11 | 1 | -23/+68 |
| | | | | input "change" event | ||||
* | Autocomplete: Resize menu on every suggestion. | Scott González | 2010-03-11 | 1 | -3/+4 |
| | |||||
* | Button: Support elements that are disconnected from the DOM. | Scott González | 2010-03-11 | 1 | -1/+4 |
| | | | | Fixes #5246 - _determineButtonType does not work if a label for checkbox/radiobutton is not yet attached to the document. | ||||
* | Autocomplete: Append menu to body and reset z-index on every suggestion. | Scott González | 2010-03-11 | 1 | -4/+7 |
| | | | | Fixes #5271. | ||||
* | button: remove ui-helper-hidden-accessible instead of .show() on destroy. ↵ | Richard Worth | 2010-03-11 | 1 | -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 Worth | 2010-03-11 | 1 | -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 Worth | 2010-03-08 | 1 | -1/+1 |
| | | | | opened since the name is not 'beforeopen' | ||||
* | Filter properties to forward to dialog events on resize and drag etc. - fix ↵ | Jörn Zaefferer | 2010-03-05 | 1 | -6/+22 |
| | | | | for #5291 | ||||
* | Pass through resizable and draggable ui objects in dialog - partial fix for ↵ | Jörn Zaefferer | 2010-03-05 | 1 | -11/+11 |
| | | | | #5291 | ||||
* | Tabs: Fixed id generation for cookies. | Scott González | 2010-03-04 | 1 | -2/+3 |
| | | | | Fixes #5264 - cookie name is: "ui-tabs-[object Object]". | ||||
* | Button: quote the value when searching for attributes. | Scott González | 2010-03-04 | 1 | -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ález | 2010-03-04 | 1 | -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 Zaefferer | 2010-03-03 | 1 | -2/+0 |
| | | | | FF2 aria code | ||||
* | Dialog: Fixed modal overlay instance tracking. | Scott González | 2010-03-03 | 1 | -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ález | 2010-03-03 | 1 | -1/+1 |
| | | | | Fixes #5259 - DatePicker will not ever close. | ||||
* | Datepicker: Tamil localisation | Keith Wood | 2010-03-02 | 1 | -0/+23 |
| | |||||
* | Button: Add disabled class on init if the disabled option is set to true. | Scott González | 2010-03-02 | 1 | -0/+4 |
| | | | | Fixes #5250 - Button: initializing with disabled = true isn't visually disabled. |