aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/dialog/dialog_common.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-53/+0
| | | | Ref gh-1528
* Dialog: Convert tests to new infrastructureScott González2015-04-091-1/+8
| | | | | Ref #10119 Ref gh-1528
* Dialog: Add classes optionAlexander Schmitz2015-03-111-2/+4
| | | | | Ref #7053 Ref gh-1411
* Widget: Add classes option and _add/_remove/_toggleClass methodsAlexander Schmitz2015-03-111-0/+1
| | | | | Fixes #7053 Closes gh-1411
* Dialog: Capitalize default value for closeText option. Fixes #9500 - Dialog: ↵Scott González2013-08-151-1/+1
| | | | Capitalize 'close' for closeText option.
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-6/+6
|
* Dialog: Cleanup.Scott González2012-12-111-1/+1
|
* Dialog: Respect maxHeight when determining size on open. Fixes #4820 - ↵Scott González2012-12-071-2/+2
| | | | Dialog: Auto height does not respect the maxHeight option.
* Dialog: Added appendTo option. Fixes #7948 - Dialog: Allow dialog to be ↵Scott González2012-12-071-0/+1
| | | | attached to a element other than body.
* Dialog: Remove attroperty workaround for title attribute. Make the default ↵Jörn Zaefferer2012-11-261-1/+1
| | | | null, as it should be. No back-compat, as the behaviour doesn't change.
* Dialog: Fix yoda-if, remove unnecessary TODOs; add missing callbacks to ↵Jörn Zaefferer2012-11-261-1/+11
| | | | commons test
* Dialog tests: Removed stack option.Scott González2012-10-261-1/+0
|
* Dialog: Awesome new stacking and overlay implementation. Fixes the following ↵Nate Eagle2012-10-241-1/+0
| | | | | | | | | | | | | | | | | | | tickets: Fixes #3534 - Dialog: Modal dialog disables all input elements on page. Fixes #4671 - Dialog: Modal Dialog disables vertical scroll bar in Chrome & Safari. Fixes #4995 - Dialog: Modal Dialog's overlay dissapears in IE when content is tall. Fixes #5388 - Dialog: Don't change z-index when already at the top. Fixes #5466 - Dialog: "modal" Dialog Incorrectly Cancels Input Events. Fixes #5762 - Dialog: Get rid of z-index workaround, document it instead. Fixes #6267 - Dialog: checkboxes that inherit a z-index < jqueryui.dialog z-index don't work. Fixes #7051 - Dialog: modal prevents tab key from moving focus off slider handle. Fixes #7107 - Dialog: Modal dialog event loss with high zindex child elements (FF 3.6). Fixes #7120 - Dialog: Modal operation interrupts drag drop marker functionality on gmaps. Fixes #8172 - Dialog: Change event cancelled when opening modal dialog from another modal dialog. Fixes #8583 - Dialog: Mouse event wrongly stopped. Fixes #8722 - Dialog: Remove stack option. Fixes #8729 - Dialog: Remove zIndex option.
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-231-0/+34