Richard Worth
|
bd3dc48e02
|
changed ui.jquery.com to jqueryui.com
|
2009-02-27 11:41:40 +00:00 |
|
Scott Jehl
|
e3825ccc80
|
removed margin-left rules from these draggable demos due to IE6 conflict
|
2009-02-27 04:06:52 +00:00 |
|
Scott Jehl
|
6f8399916b
|
added effect method folders / pages
|
2009-02-26 22:53:46 +00:00 |
|
Scott Jehl
|
fd0333b66d
|
added effect method folders / pages
|
2009-02-26 22:50:45 +00:00 |
|
Scott Jehl
|
45d6a3cace
|
effect method demos page - possibly a good solution for this
|
2009-02-26 22:27:15 +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 |
|
Scott González
|
94c62b2ab0
|
Added visual test for dialog on a page with a large DOM.
|
2009-02-25 04:09:29 +00:00 |
|
Scott Jehl
|
bf1a72487d
|
Fixes ie6 bug where range blinks sometimes to a small height or width
props to Todd Parker :)
|
2009-02-24 20:39:43 +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 |
|
Richard Worth
|
bf43ab6d30
|
Added diffs to static and visual markup side-by-side tests
|
2009-02-21 11:34:08 +00:00 |
|
Scott Jehl
|
1141b61c0e
|
added rules to make sure font color works on links within error and highlight containers
|
2009-02-20 21:35:01 +00:00 |
|
Scott Jehl
|
d7cf0ff3f4
|
switched order of ui-widget-content and ui-widget-header styles - header styles need to apply completely when header is a child of content (or not)
|
2009-02-20 21:32:48 +00:00 |
|
Scott Jehl
|
1fffa645b6
|
restrict sort to x axis
|
2009-02-20 18:38:21 +00:00 |
|
Richard Worth
|
352b081a39
|
Switched to jQuery 1.3.2
|
2009-02-20 11:40:25 +00:00 |
|
Klaus Hartl
|
1ca5ae160c
|
Tabs: normalization of href attribute required in IE, fixes #4134
|
2009-02-19 20:19:13 +00:00 |
|
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 |
|