Commit Graph

32 Commits

Author SHA1 Message Date
Scott González
b5b364ebc2 Dialog: Fixed #3253: Don't allow closing modal dialogs on escape if closeOnEscape is set to false. 2008-08-27 00:25:32 +00:00
Eduardo Lundgren
9c53dbaf88 Use type button to avoid undesired submits 2008-08-24 23:34:03 +00:00
Chi Cheng
54dc4e2cd4 dialog: $.keyCode 2008-08-24 15:42:03 +00:00
Scott González
cdd179d26d Dialog: Fixed #3198: Prevent exposure of internal methods. 2008-08-16 14:13:55 +00:00
Scott González
b89bb4b160 Dialog: Added isOpen method. 2008-08-12 17:06:25 +00:00
Scott González
8e2a8e7d85 Dialog: Removed fakeEvent method (no longer needed with the trigger method). 2008-08-11 14:27:08 +00:00
Scott González
dad128d84f Dialog: Fixed #3076: Proper sizing of overlays in Opera 9.51. 2008-07-14 00:50:01 +00:00
Scott González
d1b099907d Dialog: If options.title is empty on init, set it to the title attribute of the dialog element. 2008-07-12 00:16:43 +00:00
Scott González
ac6189fd57 Dialog: Fixed #3013: Force dialog titlebars to have a full line height when no title is provided (after initialization). 2008-07-12 00:14:19 +00:00
Scott González
bb0cac9cb9 Dialog: Fixed #3013: Force dialog titlebars to have a full line height when no title is provided. 2008-07-11 00:44:33 +00:00
Scott González
c5352d82b5 Dialog: Fixed #3086: Fixed problem with auto margins in IE. 2008-07-11 00:31:24 +00:00
Scott González
4f412c60ea Dialog: Use new trigger method from the widget factory. 2008-07-10 02:45:49 +00:00
Scott González
dbddf389a2 Dialog: fixed triggered events. 2008-07-10 00:47:25 +00:00
Scott González
3370f9cc33 Dialog: cleanup. 2008-07-09 23:33:34 +00:00
Paul Bakaus
3c14d55021 dialog: added "focus" callback, whenever a dialog is focussed (moveToTop), implements #2728, fixed a couple jslint warnings 2008-07-04 10:56:29 +00:00
Richard Worth
069fcab637 fixed #3061 - dialog buttons not visible without a theme file 2008-07-03 14:23:28 +00:00
Richard Worth
6e7572309a Fixed #3059 - cannot select text in dialog content 2008-07-03 01:37:06 +00:00
Eduardo Lundgren
10747c3871 Dialog - Update resizable dialgos to use helper instead of proxy 2008-06-30 18:11:10 +00:00
Richard Worth
fbdb9f08a9 fixed #3012 - Dialog causing iframe load event to fire in firefox 2 2008-06-28 13:48:01 +00:00
Scott González
0f6d7502ca Dialog: Fixed #3032: Calling open on an already open dialog no longer causes problems. 2008-06-26 18:14:41 +00:00
Scott González
bb004614fd Dialog: Fixed stacking problem with modal dialogs. 2008-06-26 01:26:13 +00:00
Scott González
93c2dfff71 Dialog: Restructured button creation and fixed the problem with not being able to change the buttons after instantiation. 2008-06-26 00:55:24 +00:00
Richard Worth
d0c11e932b fixed #3025 - dialog should have an autoResize option; default value: true 2008-06-25 10:01:24 +00:00
Eduardo Lundgren
d2b9d56e24 Dialog - fixed #3017 2008-06-18 17:58:22 +00:00
Eduardo Lundgren
51c9a185e0 dialog - added dragHelper 2008-06-17 20:46:29 +00:00
Eduardo Lundgren
14b93ff7a8 dialog - added resizeHelper 2008-06-17 19:52:42 +00:00
Scott González
9aeec7f04a Dropped blank line at end of header comments. 2008-06-11 01:36:35 +00:00
Richard Worth
44aeb0e636 Partial fix for #2538 - still need to add support for options 2008-06-09 12:21:50 +00:00
Richard Worth
ee4bd1a9e8 Removed old rev ids from jQuery svn 2008-06-09 06:26:23 +00:00
Richard Worth
7a3f5e5a14 dialog - fixed autoOpen false in Safari for disconnected element - .appendTo(body) before .hide() 2008-06-09 03:38:54 +00:00
Richard Worth
fa7409b28b dialog - fixed context of button callbacks should be DOMElement, not jQuery object 2008-06-08 02:49:54 +00:00
Richard Worth
a635d0a7c9 renamed source -> ui 2008-06-07 17:37:43 +00:00