Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dialog: Set the _isOpen flag before triggering the open event. Fixes #6012 - ↵ | Scott González | 2010-09-02 | 1 | -1/+3 |
| | | | | Dialog: _isOpen flag should be set before triggering open event. | ||||
* | dialog: corrected typo in ui.position property for drag events. Updated unit ↵ | Richard Worth | 2010-03-11 | 1 | -18/+42 |
| | | | | tests tracking fix of #5291 | ||||
* | Deprecated beforeclose option instead of removing it for now, fixes reopened ↵ | Richard Worth | 2010-01-27 | 1 | -1/+45 |
| | | | | #4669 - Dialog: beforeclose option should be beforeClose. | ||||
* | dialog: fixed dragStop test (was using dragStart instead of dragStop, ↵ | Jörn Zaefferer | 2009-09-14 | 1 | -1/+1 |
| | | | | copy&paste FTF) | ||||
* | Dialog: Changed beforeclose option to beforeClose. Fixes #4669 - Dialog: ↵ | Scott González | 2009-07-11 | 1 | -4/+4 |
| | | | | beforeclose option should be beforeClose. | ||||
* | Widget factory: Force event types to be lowercase. Fixes #4668 - All event ↵ | Scott González | 2009-07-11 | 1 | -12/+12 |
| | | | | types should be lowercase even if the corresponding callback is camelcase. | ||||
* | Dialog: Use _trigger for drag and resize events instead of executing ↵ | Scott González | 2009-07-10 | 1 | -26/+64 |
| | | | | callbacks directly. Fixed #4629 - Dialog events not being triggered. | ||||
* | Widget factory: Convert falsy data values to an empty hash in _trigger. ↵ | Scott González | 2009-07-04 | 1 | -17/+17 |
| | | | | Fixes #4650: ui hash not always provided in events/callbacks. | ||||
* | dialog unit tests: split tests into individual files | Richard Worth | 2009-02-04 | 1 | -2/+168 |
| | |||||
* | unit tests: created separate file for each module: core, common widget, ↵ | Richard Worth | 2009-02-02 | 1 | -0/+12 |
events, methods, options, tickets |