Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dialog position tests: Use Math.round() instead of Math.floor(). | Scott González | 2010-12-03 | 1 | -4/+4 |
| | |||||
* | Dialog tests: Enabling in TestSwarm. | Scott González | 2010-09-07 | 1 | -8/+0 |
| | |||||
* | Dialog: Fixed test for default title. Some browsers were returning an actual ↵ | Scott González | 2010-09-07 | 1 | -1/+3 |
| | | | | non-breaking space and some were returning the string " ". | ||||
* | Dialog: Reduced size of dialogs in height/width tests. | Scott González | 2010-09-07 | 1 | -16/+16 |
| | |||||
* | Dialog: Fixed a broken maxHeight test. | Scott González | 2010-09-02 | 1 | -1/+1 |
| | | | | The size tests are fragile because they require the browser window to be large enough to contain the dialog. | ||||
* | Dialog: Added additional syntax for creating buttons. Fixes #4344 - Dialog: ↵ | Scott González | 2010-08-31 | 1 | -0/+25 |
| | | | | Enhanced Button Option. | ||||
* | Dialog: When using the title attribute, update the title option. Fixes #5877 ↵ | Scott González | 2010-08-27 | 1 | -1/+5 |
| | | | | - Dialog: when using the title attribute, the title option should be updated. | ||||
* | Dialog: Wrap buttons in a div so we can float the div instead of the ↵ | Scott González | 2010-07-29 | 1 | -1/+1 |
| | | | | individual buttons. Fixes #4529 - dialog buttons are accessed in wrong order using tab. | ||||
* | Dialog: Fixed tests for position option. | Scott González | 2010-07-16 | 1 | -26/+22 |
| | |||||
* | Dialog: allow setting position with ui.position arguments. Fixes #5459 - ↵ | Ben Hollis | 2010-07-14 | 1 | -2/+101 |
| | | | | Dialog: expose .position() API | ||||
* | Removed use of .data() for getting/setting options in tests; using each ↵ | Scott González | 2009-11-09 | 1 | -12/+12 |
| | | | | plugin's option method instead. Fixes #4853 - Remove use of .data() for options in tests. | ||||
* | dialog: fixed _position regression; wrote a test for the default positon, ↵ | Jörn Zaefferer | 2009-09-19 | 1 | -1/+10 |
| | | | | which still needs some tuning | ||||
* | dialog unit tests: options closeOnEscape, draggable | Richard Worth | 2009-09-19 | 1 | -3/+19 |
| | |||||
* | Fixed dialog tests to use same instead of equals for hashes. | Scott González | 2009-03-28 | 1 | -2/+2 |
| | |||||
* | dialog unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 1 | -2/+283 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |