Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | effects core: the second argument passed to effect methods wasn't checked ↵ | Paul Bakaus | 2009-02-19 | 1 | -1/+1 |
| | | | | for being a callback function (fixes #4181 - Effects methods don't allow callback as the second parameter) | ||||
* | Fixed #4156 Serbian localizations | Keith Wood | 2009-02-19 | 2 | -0/+38 |
| | |||||
* | Resizable: Fixed containment within relative/absolute positioned parent. ↵ | Scott González | 2009-02-19 | 1 | -0/+5 |
| | | | | Fixes #3882 - Left Margin Calculated Incorrectly (Using Containment). Patch provided by Brad Dunbar. | ||||
* | Dialog: Removed $.ui.dialog.topMostDialog - added for performance ↵ | Scott González | 2009-02-19 | 1 | -4/+1 |
| | | | | improvement, but not needed and could cause problems. | ||||
* | Dialog: Refactored event delegation to cancel events for modal dialogs. ↵ | Scott González | 2009-02-19 | 1 | -20/+5 |
| | | | | Fixes #2807 - dialogUI + modal mode = slow. | ||||
* | Dialog: Use event delegation to cancel events for modal dialogs. Fixes ↵ | Scott González | 2009-02-19 | 1 | -2/+2 |
| | | | | #2807 - dialogUI + modal mode = slow. | ||||
* | Dialog: Refactored moveToTop, greatly improving performance for opening ↵ | Scott González | 2009-02-19 | 1 | -8/+11 |
| | | | | dialogs in IE. Partial fix for #2807 - dialog UI + modal mode = slow. | ||||
* | Tabs: solved spinner issues and ajax loading not being stopped when ↵ | Klaus Hartl | 2009-02-18 | 1 | -45/+54 |
| | | | | selecting a static page tab, fixes #4109, #3929 | ||||
* | Slider: Removed support for auto orientation, set default to horizontal. ↵ | Scott González | 2009-02-18 | 1 | -2/+2 |
| | | | | Fixed #4174. | ||||
* | slider: limit the returned floats to 5 digits after the decimal point, ↵ | Paul Bakaus | 2009-02-17 | 1 | -1/+3 |
| | | | | corrects JS float errors (fixes #4124 - Value should always be constrained to valid step values) | ||||
* | slider: | Paul Bakaus | 2009-02-17 | 1 | -32/+32 |
| | | | | | - fixed propagation of change event within _slide (fixes #4005 - slider and change callback with range: true) - normalized all ui hash information | ||||
* | slider: animate option was ignored if only one handle (fixes #4167 ↵ | Paul Bakaus | 2009-02-17 | 1 | -8/+6 |
| | | | | slider:animation for single handles broken) | ||||
* | Slider: Fixed divide by zero error when min and max are the same. Fixed ↵ | Scott González | 2009-02-17 | 1 | -1/+6 |
| | | | | #4155 - IE6 error by min==max. | ||||
* | Cleaned up transfer effect. Despite the huge diff, I didn't change any ↵ | Scott González | 2009-02-17 | 1 | -39/+25 |
| | | | | logic and barely changed any actual code. | ||||
* | Transfer effect: Use innerWidth/Height instead of outerWidth/Height and then ↵ | Scott González | 2009-02-17 | 1 | -4/+4 |
| | | | | subtracting border. Fixed #4153 - Transfer throws 'Invalid Argument' in IE7 without CSS border property. | ||||
* | Resizable: Fixed #4147 - Little jump when a resizable is about to reach the ↵ | Eduardo Lundgren | 2009-02-15 | 1 | -8/+8 |
| | | | | coordinate 0 (in x- or y-axis) | ||||
* | Tabs: using closest() is shorter | Klaus Hartl | 2009-02-14 | 1 | -4/+3 |
| | |||||
* | Mouse: Fixed #4146: Don't set the flag to prevent click events if mouseup ↵ | Scott González | 2009-02-14 | 1 | -1/+1 |
| | | | | occurs on a diferent element than mousedown (was preventing the next click event from occuring). | ||||
* | Mouse: Stop immediate propagation of click events. Partial fix for #3177 - ↵ | Scott González | 2009-02-14 | 1 | -0/+1 |
| | | | | click is fired for draggagble elements on mouseUp. | ||||
* | Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as ↵ | Klaus Hartl | 2009-02-13 | 1 | -17/+19 |
| | | | | well as focus/blur handling when using keyboard | ||||
* | sortable: pageX/pageY already do not include scroll offsets in safari, ↵ | Paul Bakaus | 2009-02-13 | 1 | -4/+4 |
| | | | | therefore it does not need to be substracted again (fixes #4041) | ||||
* | draggable: pageX/pageY already do not include scroll offsets in safari, ↵ | Paul Bakaus | 2009-02-13 | 1 | -2/+2 |
| | | | | therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed) (removed redundant check) | ||||
* | draggable: pageX/pageY already do not include scroll offsets in safari, ↵ | Paul Bakaus | 2009-02-13 | 1 | -4/+4 |
| | | | | therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed) | ||||
* | draggable: pageX/pageY already do not include scroll offsets in safari, ↵ | Paul Bakaus | 2009-02-13 | 1 | -4/+4 |
| | | | | therefore it does not need to be substracted again (fixes #4142) | ||||
* | draggable,sortable: if the offset parent is the body, top/left values should ↵ | Paul Bakaus | 2009-02-13 | 2 | -2/+2 |
| | | | | always be normalized to 0 (fixes #4141 - margin on body in safari caused bump) | ||||
* | Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator ↵ | Scott González | 2009-02-13 | 1 | -3/+2 |
| | | | | is undocumented. | ||||
* | Resizable: | Scott González | 2009-02-13 | 1 | -8/+10 |
| | | | | | - Fixed destroy method. - Removed preventDefault option (Fixed #4135 - preventDefault should not be an option as there's not use case for false). | ||||
* | Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - ↵ | Scott González | 2009-02-13 | 1 | -5/+3 |
| | | | | | | focus on dialog open should be constrained to the contents of the dialog. NOTE: This breaks accessibility in Safari, which doesn't allow setting focus to elements that are not natively tabbable. However, our current stance is that people who require accessibility will not be using Safari specifically for this type of reason. | ||||
* | Prevent loading core files multiple times. Fixes #4130 - Too much recurson ↵ | Scott González | 2009-02-13 | 2 | -6/+4 |
| | | | | with double include. | ||||
* | datepicker: temporary solution for inline click events with ↵ | Paul Bakaus | 2009-02-11 | 1 | -9/+13 |
| | | | | noConflict(true), introduces another global called DT_jQuery to deal with the inline events (fixes #4055, going to be removed with scheduled rewrite) | ||||
* | progressbar: removed unused variables, some whitespace changes (fixes #4052) | Paul Bakaus | 2009-02-11 | 1 | -7/+5 |
| | |||||
* | draggable: fixed numerous issues with over/out logic on connected sortable ↵ | Paul Bakaus | 2009-02-10 | 1 | -3/+16 |
| | | | | lists (fixes #3988) | ||||
* | all: fixed jslint warnings | Paul Bakaus | 2009-02-10 | 7 | -13/+13 |
| | |||||
* | sortable: if current item was removed by user, it was reappended by the ↵ | Paul Bakaus | 2009-02-10 | 1 | -2/+3 |
| | | | | clearing logic (fixes #4088) | ||||
* | core: prevent calling plugins if the node doesn't exist in DOM anymore (has ↵ | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
| | | | | been removed by the user) (fixes #4087) | ||||
* | accordion: chaining breaks if value in height() is negative (fixes #4102) | Paul Bakaus | 2009-02-10 | 1 | -1/+1 |
| | |||||
* | slider: fixed failing visual test: slider_in_container_with_scrollbars | Richard Worth | 2009-02-10 | 1 | -0/+2 |
| | |||||
* | dialog: added some missing defaults | Richard Worth | 2009-02-09 | 1 | -0/+4 |
| | |||||
* | Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper element | Eduardo Lundgren | 2009-02-09 | 1 | -1/+4 |
| | |||||
* | Resizable: Fixed #4090 - proportionallyResize option should be removed (made ↵ | Eduardo Lundgren | 2009-02-09 | 1 | -13/+12 |
| | | | | internal) | ||||
* | Resizable: Fixed #4092 - preserveCursor option should be removed | Eduardo Lundgren | 2009-02-09 | 1 | -7/+3 |
| | |||||
* | Resizable: Fixed #4098 - Remove transparent option | Eduardo Lundgren | 2009-02-09 | 1 | -6/+1 |
| | |||||
* | Dialog: Don't allow the height of the content area to be negative. | Scott González | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | Resizable: Fixed #4093: Removed disableSelection option. | Scott González | 2009-02-09 | 1 | -9/+5 |
| | |||||
* | Removed unused code obsoleted by #3906 and r1754 | Richard Worth | 2009-02-08 | 1 | -18/+0 |
| | |||||
* | droppable: defaults - alpha order | Richard Worth | 2009-02-07 | 1 | -1/+1 |
| | |||||
* | Dialog: Fixed #4086: Allow changing the dialogClass option after init. | Scott González | 2009-02-07 | 1 | -18/+23 |
| | |||||
* | Tabs: cleanup - no longer supports tabifying via list element, must use ↵ | Klaus Hartl | 2009-02-05 | 1 | -7/+3 |
| | | | | container | ||||
* | Tabs: fixed bug related to setting selected via data method, cleaned up mess ↵ | Klaus Hartl | 2009-02-05 | 1 | -2/+5 |
| | | | | in tests | ||||
* | Tabs: removed useless array joins, consistent usage of "ui-tabs-selected" class | Klaus Hartl | 2009-02-05 | 1 | -7/+6 |
| |