aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tabs: normalization of href attribute required in IE, fixes #4134Klaus Hartl2009-02-192-7/+17
|
* changed bottom padding on selected tab from .1em to 1px. This is supposed to ↵Scott Jehl2009-02-191-1/+1
| | | | simply wipe the 1px border. Ems aren't needed
* effects core: the second argument passed to effect methods wasn't checked ↵Paul Bakaus2009-02-191-1/+1
| | | | for being a callback function (fixes #4181 - Effects methods don't allow callback as the second parameter)
* Fixed #4156 Serbian localizationsKeith Wood2009-02-194-0/+44
|
* Resizable: Fixed containment within relative/absolute positioned parent. ↵Scott González2009-02-191-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ález2009-02-191-4/+1
| | | | improvement, but not needed and could cause problems.
* Dialog: Refactored event delegation to cancel events for modal dialogs. ↵Scott González2009-02-191-20/+5
| | | | Fixes #2807 - dialogUI + modal mode = slow.
* Dialog: Use event delegation to cancel events for modal dialogs. Fixes ↵Scott González2009-02-191-2/+2
| | | | #2807 - dialogUI + modal mode = slow.
* Dialog: Refactored moveToTop, greatly improving performance for opening ↵Scott González2009-02-191-8/+11
| | | | dialogs in IE. Partial fix for #2807 - dialog UI + modal mode = slow.
* Tabs: fixed incorrect cursor for disabled tabsKlaus Hartl2009-02-181-1/+1
|
* Tabs: solved spinner issues and ajax loading not being stopped when ↵Klaus Hartl2009-02-187-53/+92
| | | | selecting a static page tab, fixes #4109, #3929
* Demos for switchClass and toggleClass.Scott González2009-02-182-0/+101
|
* reverted my slider collision changes - will submit as a patchScott Jehl2009-02-185-158/+0
|
* a couple tests to demonstrate how handles can potentially split a valueScott Jehl2009-02-182-0/+114
|
* reverted r2094 as it broke ranges (again)Richard Worth2009-02-181-2/+2
|
* mime type, eolScott Jehl2009-02-180-0/+0
|
* Added a static demo and CSS solution for the common problem that occurs when ↵Scott Jehl2009-02-183-0/+44
| | | | | | slider handles collide on the same value. This will fix bug #3467
* fixed range sliders in IE6 againRichard Worth2009-02-181-2/+2
|
* sortable demos: added zoom: 1 for IE6Richard Worth2009-02-181-1/+1
|
* progressbar demos: missing '}'Richard Worth2009-02-181-1/+1
|
* Slider: Removed support for auto orientation, set default to horizontal. ↵Scott González2009-02-182-3/+3
| | | | Fixed #4174.
* Fixed the description text and tweaked button position so it fits inside the ↵Todd Parker2009-02-175-10/+10
| | | | demo block without scrolling.
* slider: limit the returned floats to 5 digits after the decimal point, ↵Paul Bakaus2009-02-171-1/+3
| | | | corrects JS float errors (fixes #4124 - Value should always be constrained to valid step values)
* slider:Paul Bakaus2009-02-171-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 Bakaus2009-02-171-8/+6
| | | | slider:animation for single handles broken)
* Slider: Fixed divide by zero error when min and max are the same. Fixed ↵Scott González2009-02-171-1/+6
| | | | #4155 - IE6 error by min==max.
* Cleaned up transfer effect. Despite the huge diff, I didn't change any ↵Scott González2009-02-171-39/+25
| | | | logic and barely changed any actual code.
* Transfer effect: Use innerWidth/Height instead of outerWidth/Height and then ↵Scott González2009-02-171-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 Lundgren2009-02-151-8/+8
| | | | coordinate 0 (in x- or y-axis)
* Tabs: using closest() is shorterKlaus Hartl2009-02-141-4/+3
|
* Mouse: Fixed #4146: Don't set the flag to prevent click events if mouseup ↵Scott González2009-02-141-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ález2009-02-141-0/+1
| | | | click is fired for draggagble elements on mouseUp.
* Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as ↵Klaus Hartl2009-02-132-17/+31
| | | | well as focus/blur handling when using keyboard
* fixed an incorrect slash and a self closing spanKlaus Hartl2009-02-131-2/+2
|
* sortable: pageX/pageY already do not include scroll offsets in safari, ↵Paul Bakaus2009-02-131-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 Bakaus2009-02-131-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 Bakaus2009-02-131-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 Bakaus2009-02-131-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 Bakaus2009-02-132-2/+2
| | | | always be normalized to 0 (fixes #4141 - margin on body in safari caused bump)
* updated version.txt ↵1.6Richard Worth2009-02-131-1/+1
| | | | http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new-16/
* Datepicker: Added test for #4055 - onclick events contain references to ↵Scott González2009-02-131-0/+14
| | | | "jQuery".
* Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator ↵Scott González2009-02-132-4/+2
| | | | is undocumented.
* Resizable:Scott González2009-02-134-55/+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ález2009-02-131-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ález2009-02-132-6/+4
| | | | with double include.
* datepicker: temporary solution for inline click events with ↵Paul Bakaus2009-02-111-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 Bakaus2009-02-111-7/+5
|
* draggable: fixed numerous issues with over/out logic on connected sortable ↵Paul Bakaus2009-02-101-3/+16
| | | | lists (fixes #3988)
* all: fixed jslint warningsPaul Bakaus2009-02-107-13/+13
|
* sortable: if current item was removed by user, it was reappended by the ↵Paul Bakaus2009-02-101-2/+3
| | | | clearing logic (fixes #4088)