Scott González
8c4989914b
Dialog: Fixed #4015 : Set z-index on shadow when the dialog opens.
2009-02-01 01:29:58 +00:00
Richard Worth
9f382c5814
dialog: changed shadow default to false. Not quite ready to be on by default. Maybe in 1.next.
2009-01-31 05:47:58 +00:00
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
Paul Bakaus
814fbbe747
dialog: all triggered custom events should have related events attached if possible (fixes #3718,#3983)
2009-01-29 14:08:33 +00:00
Paul Bakaus
717c5f66e8
dialog: shadow is hidden during drag/resize for slow performance browsers (currently IE < 7) ( fixes #3966 )
2009-01-29 10:57:45 +00:00
Scott González
9592848de3
Dialog: Fixed #3901 , #3918 , #3930 : Don't let the minHeight for dialogs be negative (breaks IE).
2009-01-29 04:12:35 +00:00
Paul Bakaus
2ef2b87ccb
dialog:
...
- 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 )
2009-01-27 16:53:46 +00:00
Scott González
a034903233
Dialog: Don't override title option on init.
2009-01-20 21:57:00 +00:00
Scott González
c2903d5c42
Dialog: Fixed #3688 : Don't add the button pane div if there are no buttons.
2009-01-17 21:31:43 +00:00
Scott González
60856ea461
Dialog: Giving the content area and button pane priority over the title bar for which element should gain focus on open.
2009-01-17 21:00:59 +00:00
Eduardo Lundgren
8139c81d1b
Revert changes for #3838 for the release 1.6rc5
2009-01-16 02:09:45 +00:00
Eduardo Lundgren
78c4d87d7b
Fix for #3838 - Components should use this.widgetName on internally
2009-01-16 00:33:46 +00:00
Scott González
3741f4ee04
Dialog: Removed Opera-specific dimension code (not needed with jQuery 1.3).
2009-01-14 00:32:12 +00:00
Scott González
8e5cbf6059
Dialog: Fixed #3813 : Ensure the content is visible during init.
2009-01-14 00:27:25 +00:00
Richard Worth
a11c201008
Happy New Year
2009-01-03 21:55:13 +00:00
Scott González
311c026798
Dialog: Fixed #3756 : Wrong height on every other open.
2009-01-03 14:43:50 +00:00
Scott González
913d6fd35a
Dialog: Fixed #3753 : Cleaned ui hash in callbacks.
2009-01-03 05:55:13 +00:00
Scott González
8b9312a064
Dialog: Fixed #3731 : Contain dialogs within the document when dragging.
2009-01-03 05:25:48 +00:00
Scott González
2789fca8af
Dialog: Fixed #3713 : Set default height to auto and default minHeight to 150. Now applying minHeight to the content div instead of only using it for resizing.
2008-12-31 01:12:43 +00:00
Scott González
22ca3849f7
Resizable: Partial fix for supporting jQuery objects in alsoResize.
...
Dialog: Fixed bug with content resizing.
2008-12-23 14:55:41 +00:00
Scott González
ba704e3b71
Dialog: Removed unnecessary call to moveToTop in drag start.
2008-12-23 04:40:06 +00:00
Scott González
9dc9f22201
Dialog: Move to top on mousedown instead of mouseup.
2008-12-23 04:38:50 +00:00
Scott González
5e936731bd
Dialog: Passing in a DOMElement instead of a jQuery object for alsoResize to avoid resizable bug.
2008-12-23 04:32:44 +00:00
Scott González
62bf1dd3bd
Dialog: Setting the correct element for alsoResize.
2008-12-23 04:23:19 +00:00
Scott González
c688dab963
Dialog: Added hover and focus states to all buttons.
2008-12-21 18:00:42 +00:00
Scott González
8fc17c78f7
Dialog: Fixed #3145 : Added support for height: 'auto'.
2008-12-21 16:54:27 +00:00
Scott González
5a302934af
Dialog: Fixed #3221 : User outerWidth/Height for positioning.
2008-12-19 20:34:54 +00:00
Scott González
d83bb9028c
Dialog: Fixed #3564 : Proper positioning in Opera.
2008-12-19 20:23:57 +00:00
Scott González
03f07556bd
Dialog: Fixed #3648 : Use new CSS framework.
...
- Removed .ui-dialog-container div.
- Removed autoResize option.
2008-12-19 03:05:01 +00:00
Scott González
3af7184f03
Dialog: Partial fix for #3648 : Added resizable grip.
2008-12-19 02:12:10 +00:00
Scott González
cc22cc0de3
Dialog: Partial fix for #3648 : Setting proper class on hover of close button.
2008-12-18 21:59:20 +00:00
Richard Worth
ff64790b18
Fixed #3655 - $.keyCode should be $.ui.keyCode
2008-12-14 06:11:37 +00:00
Scott González
0c3bd6aff5
Dialog: Fixed #3664 : Dialog fails to init on removed elements.
2008-12-13 15:12:34 +00:00
Richard Worth
24f2b7794c
corrected some invalid html <div/> to <div></div>
2008-12-13 11:51:33 +00:00
Scott González
efdc61bd5b
Dialog: Remove ui-widget-content class on destroy.
2008-12-11 03:05:02 +00:00
Scott González
f0051caec4
Dialog: Fixed variable re-declaration.
2008-12-11 02:48:20 +00:00
Scott González
713761c876
Dialog: Partial fix for #3648 : Use new CSS framework.
2008-12-11 02:45:42 +00:00
Scott González
9eda8e4cb9
Dialog: Fixed #3638 : Added closeText option (default 'close').
2008-12-11 02:25:51 +00:00
Scott González
6e7e808d69
Dialog: Fixed #3637 : Added role of button to close link.
2008-12-06 14:58:52 +00:00
Richard Worth
8ab19f209a
dialog: formatting changes
2008-11-21 04:17:19 +00:00
Richard Worth
2192c024e2
New file: AUTHORS.txt instead of having a single contributor's name in each file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
2008-11-21 02:14:03 +00:00
Eduardo Lundgren
558218f2aa
Source formatting: Removing trailing spaces
2008-11-20 04:10:34 +00:00
Richard Worth
29f7dc9a2c
Removed all trailing whitespace from .js and .html files
2008-11-18 02:55:25 +00:00
Richard Worth
7ea535fa1d
fixed #3578 - ALL CODE: e, ui should be changed to event, ui
2008-11-14 03:00:16 +00:00
Scott González
fc406b754c
Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call.
2008-11-07 13:57:31 +00:00
David Bolter
b420cbb3ce
Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ariaState API. (Assist: Scott González, Fixes #3529 )
2008-11-05 19:43:21 +00:00
Paul Bakaus
04688e3eee
core: restructured helper functions, made enableSelection/disableSelection jQuery plugins (fixes 3459)
2008-11-03 14:23:13 +00:00
Richard Worth
e560194aaa
Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51
2008-11-01 14:49:38 +00:00
Jörn Zaefferer
923d1ec3bb
adding version property to all ui components
2008-10-05 16:29:21 +00:00
Scott González
c9a8ee531c
Dialog: Made moveToTop public.
2008-09-29 13:08:14 +00:00