aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/tooltip/tooltip_defaults.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-231-20/+0
|
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
|
* Tooltip: Fixed defaults in tests.Scott González2011-09-281-1/+1
|
* Widget: Fixed _show() and _hide() implementation and added tests.Scott González2011-05-301-1/+5
|
* Tooltip: Change default collision detection to 'flip fit' since the default ↵Scott González2011-05-291-1/+2
| | | | vertical positioning is centered and can't flip
* Tooltip: Alphabetized options.Scott González2011-05-281-1/+1
|
* Tooltip tests: Coding standards.Scott González2011-05-281-1/+1
|
* Tooltip: Fix (most) of the unit tests. Not all issues resolved, butJörn Zaefferer2011-05-021-3/+3
| | | | enough for testswarm results to be useful.
* Widget: define a null default for the create callback.Scott González2011-04-251-14/+13
|
* Tooltip: Implementing event delegation support.jzaefferer2010-10-261-0/+1
|
* Tooltip: Removing tooltipClass option; use ↵jzaefferer2010-10-261-1/+0
| | | | .tooltip("widget").addClass("whatever") instead
* Tooltip: Unit tests for tooltip and a fix to pass through event objects to ↵jzaefferer2010-04-151-0/+16
triggered events