This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
jquery-ui
Watch
1
Star
1
Fork
0
You've already forked jquery-ui
mirror of
https://github.com/jquery/jquery-ui.git
synced
2026-04-20 03:02:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
598cdae199fed9b3aa1700142e8e00a61fc6e61a
jquery-ui
/
tests
/
unit
/
dialog
History
Scott González
3c2acc3227
Dialog: Remove width, min-height, height styles on destroy.
Fixes
#8119
- Dialog: Destroying a dialog leaves some styles changed.
2012-12-04 10:03:05 -05:00
..
all.html
Upgrade jQuery to 1.8.3.
2012-11-14 15:22:01 -05:00
dialog_common.js
Dialog: Remove attroperty workaround for title attribute. Make the default null, as it should be. No back-compat, as the behaviour doesn't change.
2012-11-26 10:26:12 +01:00
dialog_core.js
Dialog: Moved resizable handle test from resizable.
2012-11-26 16:27:18 -05:00
dialog_deprecated.html
Dialog: Move array notation support for position option to backCompat check.
Fixes
#8824
- Deprecate array notation for position option.
2012-11-26 10:28:24 +01:00
dialog_deprecated.js
Dialog: Follow-up to
9fe3a62d8
- also deprecate string notation for position option.
2012-11-26 10:28:25 +01:00
dialog_events.js
Dialog: Add unit test to cover
#8789
and
#8838
.
2012-11-26 12:14:29 +01:00
dialog_methods.js
Dialog: Remove width, min-height, height styles on destroy.
Fixes
#8119
- Dialog: Destroying a dialog leaves some styles changed.
2012-12-04 10:03:05 -05:00
dialog_options.js
Dialog: Ensure all animations finish and clean up themselve when destroying dialog.
Fixes
#5860
- Dialog: Destroying a dialog during animated close leaves .ui-effects-wrapper in DOM.
2012-11-30 13:08:56 +01:00
dialog_test_helpers.js
Dev: remove globals from tests and moved test helpers to correct location -
Fixed
#8770
Dev: Remove globals and Standardize Test Suite
2012-11-03 16:17:16 -04:00
dialog_tickets.js
Dialog: Remove the instance-storing for the overlay, just create one whenever it is needed. Heavily simplifies the code, while the memorly leak should be hardly an issue anymore, since fixed positioning restricts the overlay size to the window dimensions.
Fixes
#6058
- Dialog overlays are not properly reused when multiple instances of a Dialog exist.
2012-12-04 01:08:34 +01:00
dialog.html
Dialog: Ensure all animations finish and clean up themselve when destroying dialog.
Fixes
#5860
- Dialog: Destroying a dialog during animated close leaves .ui-effects-wrapper in DOM.
2012-11-30 13:08:56 +01:00