Commit Graph

1025 Commits

Author SHA1 Message Date
Keith Wood
df5139bd30 Datepicker: fixed #4362 Update Croation localization 2009-03-19 10:33:22 +00:00
Richard Worth
dfe72422e5 Fixed #4341 - Selectable: option appendTo is ignored, helper always appends to body 2009-03-18 12:22:08 +00:00
Richard Worth
7b55667bf3 Fixed #4331 - Accordion requires theme CSS to function in IE 2009-03-18 10:25:55 +00:00
Richard Worth
b025e67259 Fixed #4318 - Slider: method destroy does not remove ui-slider-range 2009-03-18 08:58:53 +00:00
Richard Worth
fa4bd636e3 Fixed #4240 - Datepicker destroy affects other datepickers 2009-03-18 01:56:38 +00:00
Richard Worth
765e7b25bf Fixed #4199 (resizable with containment boundary - aspectRatio breaks.) with patch from #4349 (Resizable with Containment Aspect Ratio Bug (Includes patching instructions)) props tcarnell and garside 2009-03-17 11:20:31 +00:00
Jörn Zaefferer
ecbc1a35c3 formatting 2009-03-15 12:20:37 +00:00
Chi Cheng
dd601d526c Datepicker : albanian localization. fixed #4313 2009-03-10 19:10:50 +00:00
Richard Worth
7e3b8483a3 Fixed #4315 (Slider: clicking on slider with negative values causes error 'closestHandle is undefined') 2009-03-10 11:17:21 +00:00
Richard Worth
4bfadc4514 Fixed #4292 (Slider: ui.value incorrect in slide event if handle at value 0) 2009-03-10 01:35:09 +00:00
Richard Worth
439d93bf8b Fixed #4292 (Slider: ui.value incorrect in slide event if handle at value 0) 2009-03-09 12:36:50 +00:00
Chi Cheng
b25247ec6d Datepicker: Update Ukrainian Localization 2009-03-07 18:28:26 +00:00
Chi Cheng
248d67eaa9 Datepicker: Update Romanian Localization, thanks Ionut G. Stan 2009-03-07 04:59:57 +00:00
Chi Cheng
7e8ea7a36a Droppable: short _init code. 2009-03-05 18:18:49 +00:00
Chi Cheng
73163f471e Droppable: droppable('option', 'accept', selector) fails. fixes #4278 2009-03-05 15:18:07 +00:00
Richard Worth
d2fa4b4446 Dialog: fix dialog height from being reset after drag in Safari. related to r2152 and #4252 2009-03-03 10:29:18 +00:00
Richard Worth
a5c31c097c accordion: call .blur() so ui-state-focus class gets removed from last-focused header. See r1945 2009-03-02 12:37:00 +00:00
Richard Worth
8fecd015cf Fixed #3053 - when resizing a image a row of pixels can disappear
props raziel057
2009-03-02 10:39:16 +00:00
Richard Worth
b38b6a7546 Fixed #4127 - Resizable: displacement of element (in case of constraint resize area)
props raziel057
2009-03-02 10:11:38 +00:00
Klaus Hartl
18171c2f89 Tabs: fixed a few issues in rotate method extension 2009-03-01 15:27:40 +00:00
Klaus Hartl
240a588bce Tabs: few fixes required in destroy method, removed ol as tabifyable element 2009-03-01 14:32:29 +00:00
Scott González
676ea7f248 Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - undocumented dragHelper and resizeHelper options should be removed. 2009-03-01 00:52:03 +00:00
Klaus Hartl
a02ac5f372 Tabs: fixed stopping a rotation 2009-02-28 22:10:30 +00:00
Richard Worth
517d5ab62c resizable: add ui-resizable-resizing class during resize 2009-02-28 21:23:19 +00:00
Richard Worth
df8d64a36a Dailog: fixed #4254 - Dialog: undocumented dragHelper and resizeHelper options should be removed 2009-02-28 21:21:45 +00:00
Richard Worth
5b00c21719 slider: use handle width / 2 instead of marginLeft to find offset of mousedown relative to center of handle (fixes #4063 - slider: horizontal slider handle jumps up when you click on it IE6) 2009-02-28 20:45:05 +00:00
Richard Worth
bd3dc48e02 changed ui.jquery.com to jqueryui.com 2009-02-27 11:41:40 +00:00
Klaus Hartl
e744869d8f better performing check for base and href in IE 2009-02-26 21:39:44 +00:00
Scott González
eade720a3b Dialog: Fixed bug where dialogs wouldn't close if there was no animation. 2009-02-26 01:27:34 +00:00
Klaus Hartl
2ec68cba61 Tabs: refactored - replaced noisy $property names 2009-02-25 22:15:49 +00:00
Klaus Hartl
53aad38b66 Tabs: refactored so that it's using queue, fixes #4060 2009-02-25 22:09:45 +00:00
Klaus Hartl
48e551ee0c Tabs: fixes #4033 as well for the case a base tag is being used 2009-02-25 20:16:27 +00:00
Scott González
9581c73625 Dialog: Passing parameters to moveToTop properly. Fixed #4214 - Dialog z-index adjusted incorrectly on mousedown. 2009-02-25 05:29:01 +00:00
Scott González
47cdc542e8 Sortable: Removed accurateIntersection option (Fixes #4225). 2009-02-25 04:15:48 +00:00
Richard Worth
639da64b34 slider: only return false on handle keydown if one of arrow keys or pgup/down are pressed (otherwise tab is broken) 2009-02-23 12:57:33 +00:00
Klaus Hartl
12d2b5e720 Tabs should not use toggleClass() for state handling, fixes #4212 2009-02-22 18:54:29 +00:00
Klaus Hartl
3b1ce9460a Tabs: some refactoring to avoid redundant code 2009-02-22 17:40:16 +00:00
Klaus Hartl
48fa8d8286 Tabs: fixed remaining JSLint warnings 2009-02-22 14:00:11 +00:00
Klaus Hartl
0f9b9fe1b7 Tabs: avoid !0 == true 2009-02-22 12:11:44 +00:00
Klaus Hartl
66761ebe9a removed invalid character, added missing semicolon 2009-02-22 12:01:33 +00:00
Klaus Hartl
10636ee6fe Tabs: cookie was not considered if page url contains some fragment identifier, fixes #4210; fixed issue with jQuery 1.3.2 :visible selector; started to fix JSLint warnings... 2009-02-22 11:54:00 +00:00
Scott González
d94afbee78 Dialog: When animating dialog close, wait until after the animation completes before triggering the close event. Fixes #4207 - Dialog close event occurs too early with hide effect. 2009-02-21 17:02:52 +00:00
Richard Worth
3342fb841a Slider: Fixed min and max range sliders to add ui-slider-range-min or ui-slider-range-max class and not set corresponding left/right/top/bottom inline, only width/height
(fixes #4182 - slider min/max classes aren't being added to range div)
(fixes #3850 - Slider Range With Fixed Max Demo Bug in Opera)
2009-02-21 11:40:05 +00:00
Klaus Hartl
1ca5ae160c Tabs: normalization of href attribute required in IE, fixes #4134 2009-02-19 20:19:13 +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