Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵ | Richard Worth | 2009-09-17 | 1 | -690/+0 |
| | | | | jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935 | ||||
* | dialog: Fixes #4826 - Setting resizable false toggles resizable on dialog | Ca-Phun Ung | 2009-09-15 | 1 | -1/+1 |
| | |||||
* | dialog: always convert value for closeText option to a string (fixes ↵ | Jörn Zaefferer | 2009-09-15 | 1 | -1/+2 |
| | | | | options-tests) | ||||
* | Dialog: Moved positioning and overflow to CSS. Fixes #2848 - Fixed ↵ | Scott González | 2009-08-26 | 1 | -2/+0 |
| | | | | positioning for dialogs. | ||||
* | Dialog: Support hash, array, string for cursorAt option. Use position ↵ | Scott González | 2009-08-03 | 1 | -45/+40 |
| | | | | plugin. Partial fix for #2525 - Standardised way to pass coordinates to plugins. | ||||
* | Dialog: Use :data(resizable) instead of :ui-resizable to check if the dialog ↵ | Scott González | 2009-07-24 | 1 | -2/+2 |
| | | | | is resizable. Fixes a bug when the resizable plugin isn't loaded and the :ui-resizable selector therefore doesn't exist. | ||||
* | Dialog: Update position option after drag. Fixes #4679 - Dialogs should ↵ | Scott González | 2009-07-23 | 1 | -1/+4 |
| | | | | | | remember their position after drag. Thanks wewals. | ||||
* | Dialog: Contain resizing to the document. Fixes #4664 - uiDialog.resizable ↵ | Scott González | 2009-07-21 | 1 | -0/+1 |
| | | | | | | needs containment:'document' to agree with uiDialog.draggable. Thanks AudreyT. | ||||
* | Dialog: Removed drag and resize option handling from setDataSwitch hash ↵ | Scott González | 2009-07-16 | 1 | -7/+1 |
| | | | | (legacy from when dialog didn't have its own events). | ||||
* | Dialog: Changed beforeclose option to beforeClose. Fixes #4669 - Dialog: ↵ | Scott González | 2009-07-11 | 1 | -1/+1 |
| | | | | beforeclose option should be beforeClose. | ||||
* | Dialog: Use _trigger for drag and resize events instead of executing ↵ | Scott González | 2009-07-10 | 1 | -13/+13 |
| | | | | callbacks directly. Fixed #4629 - Dialog events not being triggered. | ||||
* | replacing bgiframe with ui.stackfix, updated dialog and its demos accordingly | Jörn Zaefferer | 2009-07-09 | 1 | -3/+3 |
| | |||||
* | Dialog: adjusting minHeight when the height option is less than the ↵ | Scott González | 2009-06-09 | 1 | -11/+27 |
| | | | | minHeight to prevent unexpectedly large dialogs. Fixes #4101 (Ui Dialog height does not adjust minHeight). Fixes #4122 (Dialog's content area isn't resized when height is adjusted). | ||||
* | Dialog: Using new delayed focus method. Also fixed a bug where focus would ↵ | Scott González | 2009-04-18 | 1 | -11/+9 |
| | | | | leave the dialog for a fraction of a second when cycling through the tabbable elements. | ||||
* | Dialog: Expanded all self-closing tags for HTML conformance. | Scott González | 2009-04-18 | 1 | -4/+4 |
| | |||||
* | Dialog: Using local variables to improve minification. | Scott González | 2009-04-18 | 1 | -66/+75 |
| | |||||
* | Merged in widget-factory branch and added tests. Fixes #4411 - Widget ↵ | Scott González | 2009-04-15 | 1 | -5/+9 |
| | | | | factory should auto detect getters. | ||||
* | Dialog: Fixed the case where you open two modal dialogs and then close the ↵ | Scott González | 2009-04-02 | 1 | -0/+18 |
| | | | | top dialog and inputs in the first dialog were no longer usable - Fixes #4309. | ||||
* | Dialog: Don't bind overlay event handlers if the overlays are destroyed ↵ | Scott González | 2009-03-28 | 1 | -4/+7 |
| | | | | before the setTimeout block is executed - Fixes #4065 - modal dialog + button locks page. | ||||
* | Dialog: fix dialog height from being reset after drag in Safari. related to ↵ | Richard Worth | 2009-03-03 | 1 | -0/+2 |
| | | | | r2152 and #4252 | ||||
* | Dialog: Actually removed dragHelper and resizeHelper options. Fixes #4252 - ↵ | Scott González | 2009-03-01 | 1 | -2/+0 |
| | | | | undocumented dragHelper and resizeHelper options should be removed. | ||||
* | Dailog: fixed #4254 - Dialog: undocumented dragHelper and resizeHelper ↵ | Richard Worth | 2009-02-28 | 1 | -1/+7 |
| | | | | options should be removed | ||||
* | changed ui.jquery.com to jqueryui.com | Richard Worth | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Dialog: Fixed bug where dialogs wouldn't close if there was no animation. | Scott González | 2009-02-26 | 1 | -1/+1 |
| | |||||
* | Dialog: Passing parameters to moveToTop properly. Fixed #4214 - Dialog ↵ | Scott González | 2009-02-25 | 1 | -4/+4 |
| | | | | z-index adjusted incorrectly on mousedown. | ||||
* | Dialog: When animating dialog close, wait until after the animation ↵ | Scott González | 2009-02-21 | 1 | -7/+12 |
| | | | | completes before triggering the close event. Fixes #4207 - Dialog close event occurs too early with hide effect. | ||||
* | Dialog: Removed $.ui.dialog.topMostDialog - added for performance ↵ | Scott González | 2009-02-19 | 1 | -4/+1 |
| | | | | improvement, but not needed and could cause problems. | ||||
* | Dialog: Refactored event delegation to cancel events for modal dialogs. ↵ | Scott González | 2009-02-19 | 1 | -20/+5 |
| | | | | Fixes #2807 - dialogUI + modal mode = slow. | ||||
* | Dialog: Use event delegation to cancel events for modal dialogs. Fixes ↵ | Scott González | 2009-02-19 | 1 | -2/+2 |
| | | | | #2807 - dialogUI + modal mode = slow. | ||||
* | Dialog: Refactored moveToTop, greatly improving performance for opening ↵ | Scott González | 2009-02-19 | 1 | -8/+11 |
| | | | | dialogs in IE. Partial fix for #2807 - dialog UI + modal mode = slow. | ||||
* | Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - ↵ | Scott González | 2009-02-13 | 1 | -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. | ||||
* | dialog: added some missing defaults | Richard Worth | 2009-02-09 | 1 | -0/+4 |
| | |||||
* | Dialog: Don't allow the height of the content area to be negative. | Scott González | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | Dialog: Fixed #4086: Allow changing the dialogClass option after init. | Scott González | 2009-02-07 | 1 | -18/+23 |
| | |||||
* | Dialog: Removed shadow option due to introducing too many bugs. (Reopens #3681). | Scott González | 2009-02-05 | 1 | -38/+0 |
| | |||||
* | Fixed #4050 (Dialog: undefined class being added to ui-dialog element) | Richard Worth | 2009-02-03 | 1 | -0/+1 |
| | |||||
* | Dialog: Fixed #4015: Set z-index on shadow when the dialog opens. | Scott González | 2009-02-01 | 1 | -2/+1 |
| | |||||
* | dialog: changed shadow default to false. Not quite ready to be on by ↵ | Richard Worth | 2009-01-31 | 1 | -1/+1 |
| | | | | default. Maybe in 1.next. | ||||
* | Dialog: Shadow cleanup. | Scott González | 2009-01-31 | 1 | -17/+14 |
| | | | | | | | | | | | | | | | - 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); }); | ||||
* | dialog: all triggered custom events should have related events attached if ↵ | Paul Bakaus | 2009-01-29 | 1 | -17/+17 |
| | | | | possible (fixes #3718,#3983) | ||||
* | dialog: shadow is hidden during drag/resize for slow performance browsers ↵ | Paul Bakaus | 2009-01-29 | 1 | -3/+11 |
| | | | | (currently IE < 7) (fixes #3966) | ||||
* | Dialog: Fixed #3901, #3918, #3930: Don't let the minHeight for dialogs be ↵ | Scott González | 2009-01-29 | 1 | -1/+1 |
| | | | | negative (breaks IE). | ||||
* | dialog: | Paul Bakaus | 2009-01-27 | 1 | -5/+36 |
| | | | | | - implemented themeroller overlay, removes option overlay (now handled through CSS) (implements #3681) - implemented shadow option (boolean), if set to true, adds shadow from css framework (implements #3681) | ||||
* | Dialog: Don't override title option on init. | Scott González | 2009-01-20 | 1 | -2/+2 |
| | |||||
* | Dialog: Fixed #3688: Don't add the button pane div if there are no buttons. | Scott González | 2009-01-17 | 1 | -14/+12 |
| | |||||
* | Dialog: Giving the content area and button pane priority over the title bar ↵ | Scott González | 2009-01-17 | 1 | -6/+19 |
| | | | | for which element should gain focus on open. | ||||
* | Revert changes for #3838 for the release 1.6rc5 | Eduardo Lundgren | 2009-01-16 | 1 | -10/+3 |
| | |||||
* | Fix for #3838 - Components should use this.widgetName on internally | Eduardo Lundgren | 2009-01-16 | 1 | -3/+10 |
| | |||||
* | Dialog: Removed Opera-specific dimension code (not needed with jQuery 1.3). | Scott González | 2009-01-14 | 1 | -16/+2 |
| | |||||
* | Dialog: Fixed #3813: Ensure the content is visible during init. | Scott González | 2009-01-14 | 1 | -0/+1 |
| |