Commit Graph

2072 Commits

Author SHA1 Message Date
Scott Jehl
e5268f9c32 changed bottom padding on selected tab from .1em to 1px. This is supposed to simply wipe the 1px border. Ems aren't needed 2009-02-19 19:42:30 +00:00
Paul Bakaus
0d523ed684 effects core: the second argument passed to effect methods wasn't checked for being a callback function (fixes #4181 - Effects methods don't allow callback as the second parameter) 2009-02-19 13:25:02 +00:00
Keith Wood
3ef80b3b0f Fixed #4156 Serbian localizations 2009-02-19 10:30:43 +00:00
Scott González
47cd5b6fca Resizable: Fixed containment within relative/absolute positioned parent. Fixes #3882 - Left Margin Calculated Incorrectly (Using Containment). Patch provided by Brad Dunbar. 2009-02-19 02:49:54 +00:00
Scott González
dcbd427cdf Dialog: Removed $.ui.dialog.topMostDialog - added for performance improvement, but not needed and could cause problems. 2009-02-19 02:35:19 +00:00
Scott González
3c7e1b3ff9 Dialog: Refactored event delegation to cancel events for modal dialogs. Fixes #2807 - dialogUI + modal mode = slow. 2009-02-19 02:20:20 +00:00
Scott González
835cbf1833 Dialog: Use event delegation to cancel events for modal dialogs. Fixes #2807 - dialogUI + modal mode = slow. 2009-02-19 02:07:05 +00:00
Scott González
06a513b753 Dialog: Refactored moveToTop, greatly improving performance for opening dialogs in IE. Partial fix for #2807 - dialog UI + modal mode = slow. 2009-02-19 01:49:33 +00:00
Klaus Hartl
967074f811 Tabs: fixed incorrect cursor for disabled tabs 2009-02-18 21:46:27 +00:00
Klaus Hartl
07809340c8 Tabs: solved spinner issues and ajax loading not being stopped when selecting a static page tab, fixes #4109, #3929 2009-02-18 21:44:34 +00:00
Scott González
c748a543c4 Demos for switchClass and toggleClass. 2009-02-18 18:12:08 +00:00
Scott Jehl
5f1eb4fb73 reverted my slider collision changes - will submit as a patch 2009-02-18 17:13:37 +00:00
Scott Jehl
f27ea16080 a couple tests to demonstrate how handles can potentially split a value 2009-02-18 16:06:43 +00:00
Richard Worth
de612c079c reverted r2094 as it broke ranges (again) 2009-02-18 16:04:40 +00:00
Scott Jehl
0f0e643dd1 mime type, eol 2009-02-18 15:13:35 +00:00
Scott Jehl
8a6935c526 Added a static demo and CSS solution for the common problem that occurs when slider handles collide on the same value.
This will fix bug #3467
2009-02-18 15:09:31 +00:00
Richard Worth
0708a84aa8 fixed range sliders in IE6 again 2009-02-18 14:47:15 +00:00
Richard Worth
4d2f386491 sortable demos: added zoom: 1 for IE6 2009-02-18 14:40:25 +00:00
Richard Worth
b7aa4f09f8 progressbar demos: missing '}' 2009-02-18 14:16:27 +00:00
Scott González
f39561cc7f Slider: Removed support for auto orientation, set default to horizontal. Fixed #4174. 2009-02-18 03:00:03 +00:00
Todd Parker
f0b9f16d08 Fixed the description text and tweaked button position so it fits inside the demo block without scrolling. 2009-02-17 22:03:15 +00:00
Paul Bakaus
2ffcf02de3 slider: limit the returned floats to 5 digits after the decimal point, corrects JS float errors (fixes #4124 - Value should always be constrained to valid step values) 2009-02-17 13:01:19 +00:00
Paul Bakaus
9c4b8a9141 slider:
- fixed propagation of change event within _slide (fixes #4005 - slider and change callback with range: true)
- normalized all ui hash information
2009-02-17 12:21:42 +00:00
Paul Bakaus
77043b9bf2 slider: animate option was ignored if only one handle (fixes #4167 slider:animation for single handles broken) 2009-02-17 11:13:30 +00:00
Scott González
55081dae77 Slider: Fixed divide by zero error when min and max are the same. Fixed #4155 - IE6 error by min==max. 2009-02-17 01:39:25 +00:00
Scott González
6754eaa338 Cleaned up transfer effect. Despite the huge diff, I didn't change any logic and barely changed any actual code. 2009-02-17 01:20:50 +00:00
Scott González
49b76873ad Transfer effect: Use innerWidth/Height instead of outerWidth/Height and then subtracting border. Fixed #4153 - Transfer throws 'Invalid Argument' in IE7 without CSS border property. 2009-02-17 01:07:30 +00:00
Eduardo Lundgren
eb5858f69f Resizable: Fixed #4147 - Little jump when a resizable is about to reach the coordinate 0 (in x- or y-axis) 2009-02-15 14:51:59 +00:00
Klaus Hartl
26f1b0330f Tabs: using closest() is shorter 2009-02-14 15:56:44 +00:00
Scott González
f869dab6b0 Mouse: Fixed #4146: Don't set the flag to prevent click events if mouseup occurs on a diferent element than mousedown (was preventing the next click event from occuring). 2009-02-14 04:27:31 +00:00
Scott González
a7eb669c01 Mouse: Stop immediate propagation of click events. Partial fix for #3177 - click is fired for draggagble elements on mouseUp. 2009-02-14 03:02:38 +00:00
Klaus Hartl
f3feb25712 Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as well as focus/blur handling when using keyboard 2009-02-13 23:05:16 +00:00
Klaus Hartl
82d7c67bd3 fixed an incorrect slash and a self closing span 2009-02-13 22:18:35 +00:00
Paul Bakaus
64b66a4d81 sortable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4041) 2009-02-13 13:28:20 +00:00
Paul Bakaus
39d164b95e draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed) (removed redundant check) 2009-02-13 13:05:24 +00:00
Paul Bakaus
5030b57801 draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed) 2009-02-13 12:47:52 +00:00
Paul Bakaus
8623a3e9a5 draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142) 2009-02-13 12:42:42 +00:00
Paul Bakaus
e0f3b0ef32 draggable,sortable: if the offset parent is the body, top/left values should always be normalized to 0 (fixes #4141 - margin on body in safari caused bump) 2009-02-13 12:26:44 +00:00
Richard Worth
03f63d3a6b updated version.txt http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new-16/ 2009-02-13 11:35:59 +00:00
Scott González
95c5d5e3fd Datepicker: Added test for #4055 - onclick events contain references to "jQuery". 2009-02-13 04:12:28 +00:00
Scott González
9f93e8db3a Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator is undocumented. 2009-02-13 03:47:53 +00:00
Scott González
a5d5c4f60a Resizable:
- Fixed destroy method.
  - Removed preventDefault option (Fixed #4135 - preventDefault should not be an option as there's not use case for false).
2009-02-13 03:36:56 +00:00
Scott González
2916159a08 Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - 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.
2009-02-13 03:06:43 +00:00
Scott González
16c0c8f259 Prevent loading core files multiple times. Fixes #4130 - Too much recurson with double include. 2009-02-13 02:25:21 +00:00
Paul Bakaus
8ba40888a5 datepicker: temporary solution for inline click events with noConflict(true), introduces another global called DT_jQuery to deal with the inline events (fixes #4055, going to be removed with scheduled rewrite) 2009-02-11 13:40:21 +00:00
Paul Bakaus
8bc04f67e3 progressbar: removed unused variables, some whitespace changes (fixes #4052) 2009-02-11 13:04:18 +00:00
Paul Bakaus
7989bf1bee draggable: fixed numerous issues with over/out logic on connected sortable lists (fixes #3988) 2009-02-10 15:05:01 +00:00
Paul Bakaus
51c338b9ed all: fixed jslint warnings 2009-02-10 13:11:34 +00:00
Paul Bakaus
2e0f967680 sortable: if current item was removed by user, it was reappended by the clearing logic (fixes #4088) 2009-02-10 10:07:25 +00:00
Paul Bakaus
4e61b952f3 core: prevent calling plugins if the node doesn't exist in DOM anymore (has been removed by the user) (fixes #4087) 2009-02-10 09:14:59 +00:00