aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.dialog.js
Commit message (Collapse)AuthorAgeFilesLines
* Dialog: modified so that minWidth is respected. Fixes #5531 - dialog width ↵Ziling Zhao2010-07-301-0/+4
| | | | should be at least minWidth on creation.
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵Scott González2010-07-301-1/+1
| | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d.
* Use pushStack in widget method. Fixes #5732 - make the widget method ↵jzaefferer2010-07-301-1/+1
| | | | maintain the stack
* Dialog: Wrap buttons in a div so we can float the div instead of the ↵Scott González2010-07-291-2/+5
| | | | individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab.
* Revert "Dialog: Don't set specific dimensions on the overlay - let it expand ↵Scott González2010-07-211-1/+5
| | | | | | based on 100% dimensions. Fixes #3623 - Opening a Modal Dialog shows a horizontal scroll bar." This reverts commit b548d34e14421176be49d218f40feb18c5bc8f49.
* Dialog: Don't set specific dimensions on the overlay - let it expand based ↵Scott González2010-07-201-5/+1
| | | | on 100% dimensions. Fixes #3623 - Opening a Modal Dialog shows a horizontal scroll bar.
* Dialog: Adjusted logic for finding the first tabbable element. Fixes #5767 - ↵Scott González2010-07-161-6/+3
| | | | On open, the first tabbable element inside the dialog was never being focused in favor of the dialog container.
* Dialog: Fixed whitespace.Scott González2010-07-161-9/+10
|
* Dialog: allow setting position with ui.position arguments. Fixes #5459 - ↵Ben Hollis2010-07-141-46/+40
| | | | Dialog: expose .position() API
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
|
* Dialog: Verify that we get a string back from .attr( "title" ) before using ↵Scott González2010-07-141-0/+4
| | | | the return value. Fixes #5742 - Form field with `name="title"` moved to title area.
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
|
* Dialog: add resize call when changing button options for correct height ↵Jon Palmer2010-07-111-0/+1
| | | | adjustment. Fixes remaining issues in #4846 - Setting Dialog height shorter after init hides button pane
* Updated copyright headers to make it clear that you can choose between MIT ↵Scott González2010-07-091-3/+3
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Fixed size calculations for dialogs.Scott González2010-03-251-2/+5
| | | | Fixes #5392 - Dialog explicit height doesn't match given value from set option.
* Dialog: Use .height(0) instead of .hide(0) when determining the size of the ↵Scott González2010-03-221-1/+1
| | | | | non-content area of a dialog. Partial fix for #5392 - Dialog explicit height doesn't match given value from set option.
* Dialog: quiet JSLintRichard Worth2010-03-121-90/+155
|
* dialog: corrected typo in ui.position property for drag events. Updated unit ↵Richard Worth2010-03-111-1/+1
| | | | tests tracking fix of #5291
* Filter properties to forward to dialog events on resize and drag etc. - fix ↵Jörn Zaefferer2010-03-051-6/+22
| | | | for #5291
* Pass through resizable and draggable ui objects in dialog - partial fix for ↵Jörn Zaefferer2010-03-051-11/+11
| | | | #5291
* Dialog: Fixed modal overlay instance tracking.Scott González2010-03-031-7/+7
| | | | | Fixes #5228 - $.inArray's parameter. Fixes #5263 - Dialog Close Then Destroy Destroys Overlay Twice, Causes Exceptions Later.
* Dialog: Use .height() to calculate height of dialog before drag.Scott González2010-02-241-1/+1
| | | | Fixes #5221 - Buttons disappear after dragging dialog.
* Dialog: ESC key event was not being canceled after it was handled (Fixed ↵Brant Burnett2010-02-221-4/+12
| | | | #4922 window.location.reload() doesn't work in dialog's close callback when it's triggered by ESC in Firefox)
* Dialog: Changed height measurement to hide content because IE quirks mode ↵Brant Burnett2010-02-221-7/+7
| | | | ignores height: 0 (Fixed #4350 No Scrollbars in IE in Quirksmode)
* Dialog: Overlays are now cached for reuse with subsequent dialogs (Fixed ↵Brant Burnett2010-02-171-7/+10
| | | | #5185: .ui-widget-overlay CSS selector causes consistent large memory leak in IE)
* Dialog: Update the internal flag for whether or not the dialog is open ↵Scott González2010-02-161-2/+2
| | | | | | before triggering the close event. Fixes #5184 - isOpen in dialogclose event is true.
* Dialog: Prevent the titlebar from displaying above the top of the document.Scott González2010-02-061-1/+8
| | | | Fixes #5141 - Position of Dialog is off the page when viewport is smaller then dialog.
* cleaning up dependency listingsJörn Zaefferer2010-02-031-2/+2
|
* Datepicker: No longer dependent on dialog in order to close datepicker when ↵Brant Burnett2010-02-011-4/+1
| | | | dialog is closed (Refixed #4453 UI Datepicker inside UI Dialog Issue)
* Datepicker: Fixed #4453 UI Datepicker inside UI Dialog IssueBrant Burnett2010-02-011-1/+1
|
* Dialog: Changed overlay to use zIndex() to test which events to cancel ↵Brant Burnett2010-01-291-2/+2
| | | | (fixed #4363 Datepicker Month/Year Dropdowns Not Working In Safari In A Dialog)
* Prevent the default styles for resizable elements from totally killing ↵Scott González2010-01-281-0/+4
| | | | | | dialog positioning (finally). Fixes #5084 - 2 dialogs pos false on close.
* Deprecated beforeclose option instead of removing it for now, fixes reopened ↵Richard Worth2010-01-271-0/+13
| | | | #4669 - Dialog: beforeclose option should be beforeClose.
* Happy New YearRichard Worth2010-01-201-1/+1
|
* Dialog, position: Removed bgiframe option; always use bgiframe when available.Scott González2010-01-191-3/+2
| | | | Fixes #5071 - Remove bgiframe option from all plugins.
* Dialog: Added button to the list of dependencies.Scott González2010-01-171-1/+1
|
* Dialog: Moved autoOpen detection to the new _init() method.Scott González2010-01-151-1/+5
|
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* Dialog: workaround for positioning bug.Scott González2010-01-151-7/+10
|
* Replaced stackfix with bgiframe.Scott González2010-01-141-3/+3
| | | | Fixes #5061 - Remove stackfix.
* Dialog: force the dialog to be visible before trying to position it so we ↵Scott González2010-01-071-0/+1
| | | | can get the current offset (required for using .offset() as a setter).
* (no commit message)Scott González2010-01-071-0/+7
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-61/+53
| | | | menu; including menu static tests).
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+2
| | | | Fixes #5023 - Split mouse code into its own file.
* ui.dialog: replaced   with   for xhtml compliance (fixes #4970 ↵Andrew Powell2009-11-211-2/+2
| | | | -XHTML Compliance :   should be  )
* Dialog: Fixed position parsing.Scott González2009-09-301-28/+28
|
* Dialog: fixes a typo.Chi Cheng2009-09-271-1/+1
|
* dialog: fixed _position regression; wrote a test for the default positon, ↵Jörn Zaefferer2009-09-191-27/+28
| | | | which still needs some tuning
* dialog: fixed enable and disable methodsRichard Worth2009-09-191-0/+5
|
* dialog: filter invalid option-position values, convert title argument to ↵Jörn Zaefferer2009-09-171-1/+4
| | | | string (ala closeText)