aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Tooltip: Implementing event delegation support.jzaefferer2010-10-264-22/+33
* Tooltip: Demo and tests updatejzaefferer2010-10-262-9/+15
* Tooltip: Removing tooltipClass option; use .tooltip("widget").addClass("whate...jzaefferer2010-10-262-14/+0
* Tooltip: Unit tests cleanupjzaefferer2010-10-262-15/+30
* Tooltip: Adding another ajax example to visual testcase. Fixing async respons...jzaefferer2010-10-211-0/+21
* Use pushStack in tooltip's widget method. See #5732jzaefferer2010-07-301-0/+7
* Tooltip: Enhanced visual test to include a few more buttons and a high elemen...jzaefferer2010-05-151-5/+14
* Merge commit '1.8.1' into tooltipjzaefferer2010-04-2121-100/+398
|\
| * added tests for enable/disablecarhartl2010-04-202-27/+70
| * Merge branch 'master' of github.com:jquery/jquery-uimaggiewachs2010-04-1629-605/+1229
| |\
| | * Unit tests: Disable stale widget tests on testswarmjzaefferer2010-04-144-4/+48
| | * Unit tests: Disable stale interaction tests only on testswarm, but allow them...jzaefferer2010-04-144-16/+48
| | * Unit tests: Try to disable tests only for testswarm; if this works, I'll modi...jzaefferer2010-04-141-4/+12
| | * Position unit tests: Add module for testswarm to run all testsjzaefferer2010-04-141-0/+2
| | * Progressbar unit test: Ignore false vs. false in IE6 AND 7 in aria attributes...jzaefferer2010-04-131-2/+2
| | * Autocomplete unit tests: Fix event handling in IEjzaefferer2010-04-131-2/+3
| | * Progressbar unit test: Ignore false vs. false in IE6 in aria attributes testjzaefferer2010-04-131-1/+1
| | * Autocomplete and button unit tests: Same remove-role-attr fix as for accordio...jzaefferer2010-04-132-0/+8
| | * Accordion unit tests: And another height-testing hotfix for Safari 3.xjzaefferer2010-04-131-1/+1
| | * Accordion unit tests: One more height-testing hotfix for Safari 3.xjzaefferer2010-04-131-4/+4
| | * Accordion unit tests: Remove role attribute to pass Opera 9 and adjust height...jzaefferer2010-04-133-32/+27
| | * Accordion unit tests: Trying some more style resets for getting accordion tes...jzaefferer2010-04-121-1/+1
| | * Accordion unit tests: Cleaned and fixed destroy-method test, working around h...jzaefferer2010-04-122-4/+4
| | * Accordion unit tests: Cleaned and fixed resize-method test, using #navigation...jzaefferer2010-04-121-9/+1
| | * sortable: don't call the base widget _setOption for disabled to avoid the ui-...Richard D. Worth2010-04-091-1/+2
| * | Added left icons and CSS to indent menu option text.maggiewachs2010-04-161-0/+172
* | | Tooltip: Unit tests for tooltip and a fix to pass through event objects to tr...jzaefferer2010-04-158-21/+197
* | | Revert "Position unit tests: Add module for testswarm to run all tests"jzaefferer2010-04-141-2/+0
* | | Position unit tests: Add module for testswarm to run all testsjzaefferer2010-04-131-0/+2
* | | The accidental merge of tooltip into master was reverted in master, that reve...jzaefferer2010-04-086-3/+409
| |/ |/|
* | Autocomplete: Track input changes and fire change-event on blur, along with s...jzaefferer2010-04-081-4/+21
* | Accordion: different useless markup for getting consistent results for the de...jzaefferer2010-04-031-3/+3
* | Accordion: Trying some styl resets, maybe finding the one for Safari 3.xjzaefferer2010-04-031-1/+1
* | Accordion: more useless markup for getting consistent results for the destroy...jzaefferer2010-04-031-3/+3
* | Accordion: Improved resize-method test, starting with a fixed container heightjzaefferer2010-04-031-2/+2
* | Accordion: Rewrote the resize method test; fails in IE8, probably related to ...jzaefferer2010-04-032-5/+12
* | Accordion unit tests: Cleanupjzaefferer2010-04-031-2/+1
* | Accordion unit tests: Use display!=none instead of :visible to work around :v...jzaefferer2010-04-031-1/+3
* | Accordion unit tests: Refactored state-helper functionjzaefferer2010-04-034-30/+12
* | tabs: core ajax unit test - more refactoring, seems IE7 needs a quick setTime...Richard D. Worth2010-04-021-15/+15
* | tabs: core ajax unit test - run two loads as two separate asyncs so IE7 will ...Richard D. Worth2010-04-021-0/+2
* | Align slider value to step. Fixes #5471 - value not aligned to step when set ...Richard D. Worth2010-04-011-4/+37
* | crlf mess, round XIIIMDjzaefferer2010-04-011-225/+225
* | Tuning disabled testsuites to run with ?draggable that TestSwarm addsjzaefferer2010-04-015-5/+5
* | Revert accidental "Merge branch 'tooltip' of github.com:jquery/jquery-ui"jzaefferer2010-04-016-631/+225
* | Merge branch 'tooltip' of github.com:jquery/jquery-uijzaefferer2010-04-016-225/+631
|\ \
| * | Added tooltip to widgets_in_dialog compound testunknown2010-03-311-225/+228
| * | Merge branch 'master' into tooltipjzaefferer2010-03-2713-649/+208
| |\ \
| * \ \ Merge branch 'master' into tooltipjzaefferer2010-03-266-14/+495
| |\ \ \
| * | | | Added compound test for Tabs with Tooltipsjzaefferer2010-03-252-0/+38