jquery-ui/ui
Scott González 171c7c0671 Dialog: Shadow cleanup.
- Don't hide shadow during drag/resize in IE6 (let the user do this one their own).
  - Let users modify the shadow option after init.


.parents('.ui-dialog')
.bind('dragstart resizestart', function() {
	$(this).find('.ui-dialog-content').dialog('option', 'shadow', false);
})
.bind('dragstop resizestop', function() {
	$(this).find('.ui-dialog-content').dialog('option', 'shadow', true);
});
2009-01-31 04:33:36 +00:00
..
i18n set svn:eol-style to native 2009-01-20 11:42:07 +00:00
effects.blind.js Happy New Year 2009-01-03 21:55:13 +00:00
effects.bounce.js Happy New Year 2009-01-03 21:55:13 +00:00
effects.clip.js Happy New Year 2009-01-03 21:55:13 +00:00
effects.core.js effects core: fixed undefined options error 2009-01-30 05:46:46 +00:00
effects.drop.js Happy New Year 2009-01-03 21:55:13 +00:00
effects.explode.js explode: classed added to later remove temp elements without creating a scope should have a ui- prefix anyway (fixes #3704) 2009-01-07 15:40:20 +00:00
effects.fold.js Fold: Fixed duration. 2009-01-14 02:06:04 +00:00
effects.highlight.js Happy New Year 2009-01-03 21:55:13 +00:00
effects.pulsate.js whitespace 2009-01-22 13:10:18 +00:00
effects.scale.js Happy New Year 2009-01-03 21:55:13 +00:00
effects.shake.js Happy New Year 2009-01-03 21:55:13 +00:00
effects.slide.js Happy New Year 2009-01-03 21:55:13 +00:00
effects.transfer.js Happy New Year 2009-01-03 21:55:13 +00:00
ui.accordion.js Accordion: Partial fix for #4011: Smooth(er) animations with autoHeight: false. 2009-01-31 02:55:56 +00:00
ui.core.js core: check for event.originalEvent before copying 2009-01-28 09:15:51 +00:00
ui.datepicker.js datepicker: fixes #3863: fixed vertical position when scroll position is present and added a viewport visual testcase. 2009-01-28 05:11:10 +00:00
ui.dialog.js Dialog: Shadow cleanup. 2009-01-31 04:33:36 +00:00
ui.draggable.js draggable: fixed 'o is not defined' exception 2009-01-30 05:17:48 +00:00
ui.droppable.js draggable,droppable,sortable: deprecated ui.absolutePosition, changed to ui.offset (fixes #3978,#3977,#3976) 2009-01-29 12:35:38 +00:00
ui.progressbar.js Revert changes for #3838 for the release 1.6rc5 2009-01-16 02:09:45 +00:00
ui.resizable.js Resizable: Fixed defaults in tests. 2009-01-30 04:53:30 +00:00
ui.selectable.js Fixed #3077 (Selectable cannot be selected by click) 2009-01-16 04:06:51 +00:00
ui.slider.js slider: fixed orientation detection 2009-01-29 15:13:47 +00:00
ui.sortable.js Fixed #4008 (Sortable events are improperly named) 2009-01-31 02:36:47 +00:00
ui.tabs.js Tabs: reviewed and simplified just a bit 2009-01-31 01:16:59 +00:00